PintoPlaytime
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: paper spigot
标签: economy game-mechanics utility
A simple spigot plugin to track playtime for players
Features
- Stores playtimes in a SQLite DataBase (playtimes.db)
- Manually set playtime for a player
- View playtime for player
- Give permissions and announce when a player gets a playtime milestone
- Show top ten playtimes on server with
/playtimetop- Exclude specific players from playtime leaderboard
- Track how many times any player has joined
- AFK detection
Commands
/playtime <player> # Get's specified player's playtime and join count (works offline if player has joined previously)/playtime <player> <time> # Set's specified player's playtime to specified value (format as X[unit] - e.g. 5h)/playtimetop # Shows top ten playtimes
Permissions
pintoplaytime.playtime.get.self # Allows player to view their own playtimepintoplaytime.playtime.get.others # Allows player to view other player's playtimepintoplaytime.playtime.set # Allows player to set any player's playtimepintoplaytime.top # Allows player to view top ten playtimes
Config
Milestones contains a list of 'milestones'. Format is:
time- time required for the milestone. Format using X[unit] (e.g. 3h) supported units are m[minutes], h[hours], d[days]message- message to send when the milestone is achieved. Format usingRECIPIENT:MESSAGE. Valid recipients are ALL (all online players) or PLAYER (the player who achieved the milestone). Message supports color codes with '&'permission- permission to give player when the milestone is achieved.
Errors/Bugs
Make an issue on this project's repository
请登录后举报
暂无评论,抢个沙发吧~