输出结果
PlayerTimeLimit (玩家时间限制-限制玩家在服务器中的游玩时间)
Tested Minecraft Versions: 1.8 - 1.19
Source Code:
bilibili Link: bilibili Link
PlayerTimeLimit是一个简单的插件,允许你创建一个系统,限制玩家在服务器(或特定世界)中的游玩时间,例如每天只能玩2小时。这个插件最初来自bilibili的Minecraft系列,但也可以用于其他情况。没有剩余时间的玩家将被踢出服务器,并且在重置游玩时间之前将无法再次加入。你甚至可以为服务器上的每个等级设置时间限制!
功能:
- Kick players with no time left
- Prevent players with no time left joining the server
- Playtime limits per rank
- Define a specific reset time
- World whitelist system
- Boss Bar information message (1.9+)
- Action Bar information message
- Command to enable/disable information message
- Command to check remaining time for playtimes reset
- Command to check player time left and total time
- Command to add playtime to players
- Command to take playtime from players
- Command to reset playtime of players
- Notifications for players
- PlaceholderAPI variables
- Works with 1.8+
配置:
Whether the plugin should alert OP players of new plugin updates
update_notification: trueHere you must define the amount of time (in seconds) a
user can play on the server each day until playtimes are reset...
... 该等级的时间限制。默认和op组不需要权限即可使用。将时间设置为0表示无时间限制。 time_limits: default: 3600 vip: 7200 op: 0...
Whether the time limit information message should appear in the
boss bar. Only works in 1.9+.
boss_bar: # If boss bar should be enabled or not. enabled: true # Color of the boss bar. Use colors from the following link: color: RED # Style of the boss bar. Use styles from the following link: style: SEGMENTED_10
用法:
下载插件并将其放置在插件文件夹中。启用插件时无需配置任何内容,只需确保有权限插件以授予玩家使用某些命令的访问权限并为其设置特定的游玩时间限制。
权限:
playertimelimit.admin playertimelimit.command.message playertimelimit.command.info playertimelimit.command.check playertimelimit.command.check.others playertimelimit.command.resettime playertimelimit.command.addtime playertimelimit.command.taketime playertimelimit.limit
PlayerTimeLimit (玩家时间限制-限制玩家在服务器中的游玩时间)
可用版本为:|1.8|1.9|1.10|1.11|1.12|1.13|1.14|1.15|1.16|1.17|1.18|1.19
源站下载
登录后前往SPIGOT
收录