1 259
收录服务器
1 720
注册
35 366
玩家
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

📌 版本信息

  • 原生 Minecraft 版本: 1.20
  • 测试 Minecraft 版本: 1.7 - 1.21
  • 源代码: GitHub
  • 捐赠链接: Buy Me a Coffee

🌟 主要功能

  • 游戏时长排行榜
  • 在线/离线玩家游戏时间监控
  • 服务器运行时间跟踪
  • 数据库支持
  • BungeeCord 支持
  • AFK 追踪

🗺️ 开发计划

  • 1.6: 数据库支持 & AFK 检测
  • 1.6.1: 完整的 SQLite 支持 + 更多占位符
  • 1.6.2: 支持 1.20.6 & 优化
  • 1.6.3: 基于权限的消息 + 昵称支持
  • 1.6.4: 简易的可悬停消息配置
  • 1.7: Playtimes 奖励/商店/GUI

❗ 注意事项

要使 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: 重载插件。