PlayTimes 跟踪玩家游戏时间 | |
---|---|
![]() |
最好的/游戏时间插件!PAPI支持、离线检查、API等! |
作 者 | CodedRed |
发布时间 | 2018年7月17日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.7,1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19,1.20 |
插件详细介绍
🎉 PlayTimes 是一款功能强大的 Minecraft 插件,旨在提升服务器的游戏体验。它允许玩家展示游戏时长,并在排行榜上竞争。您可以轻松监控在线和离线玩家的游戏时间,还可以跟踪服务器的运行时间。未来还将推出更多令人兴奋的功能,例如 PlayTime Rewards、PlayTime Ranks 和 PlayTime Shop。
要使 PlayTimes 正常工作,您的世界文件夹*必须*包含一个 stats 文件夹。PlayTimes 不会记录您的玩家时间,而是显示来自世界统计文件夹的数据。如果您没有 Stats 文件夹,请检查您的 spigot.yml 文件,确保“stats”部分的“disable-saving”设置为 false!
# +------------------------------------------------------------------------------------------------------------------+ #
# | PlayTimes | #
# | Developed By CodedRed | #
# +------------------------------------------------------------------------------------------------------------------+ #
# Need help? Check out the wiki! #
# https://github.com/CodedRed-Spigot/PlayTimes/wiki #
# +------------------------------------------------------------------------------------------------------------------+ #
Settings:
Prefix: '&8[&aPlayTimes&8] '
No-PlayTime: '&cThis player has no PlayTime!'
No-Permission: '&cYou do not have permission to use this command!'
Target-Not-Online: '&cThis player is not online!'
Reload-Message: '&aPlayTimes has been reloaded!'
Ordering: ASCENDING # ASCENDING or DESCENDING
Top-Amount: 10
Check-For-Updates: true
Update-Message: '&aA new version of PlayTimes is available! &eDownload it here: &b%link%'
Enable-Bungee-Support: false
Bungee-Update-Every: 30 # In minutes
Database:
Enabled: false
Type: 'MySQL' # MySQL or SQLite
Host: 'localhost'
Port: 3306
Database: 'playtimes'
Username: 'root'
Password: ''
Afk:
Check-Afk: true # Checks if the player is afk
Time-To-Be-Afk: 5 # In minutes
Reset-On-Move: true # Resets the afk time when the player moves
Reset-On-Chat: true # Resets the afk time when the player chats
Reset-On-Command: true # Resets the afk time when the player uses a command
Afk-Message: '&cYou are now AFK!'
Not-Afk-Message: '&aYou are no longer AFK!'
Afk-Prefix: '&8[&cAFK&8] &7' # Prefix to add to the player's name when they are AFK
playtimes.check
: 允许玩家查看自己的游戏时间。playtimes.check.others
: 允许玩家查看其他玩家的游戏时间。playtimes.top
: 允许玩家查看游戏时间排行榜。playtimes.reload
: 允许玩家重载插件。playtimes.admin
: 授予所有 PlayTimes 权限。playtimes.afk.bypass
: 允许玩家绕过 AFK 检测。/playtime
: 查看自己的游戏时间。/playtime [玩家名称]
: 查看指定玩家的游戏时间。/playtime top
: 查看游戏时间排行榜。/playtime reload
: 重载插件。