- 版权类型
- 原创
- 插件中文名称
- 服务器世界每日挖矿数量限制
- 插件英文名称
- DailyMineLimit
- 支持的核心(服务端)
- Spigot
- Paper
- 语言支持
- 中文(简体)
- 适配版本(Java)
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8
Optimization plugin that limits the number of players can mine per day in a world.
你可以对玩家每日在世界的挖矿数量做出限制。
Command: (命令)
/dailymine reload Reload the plugin (重新加载插件)
Be sure to edit config.yml file so that it fits your needs.
请务必编辑config.yml文件,以便其符合你的需求
config文件
默认config文件限制世界为主世界,每天只能挖10个钻石矿和5个绿宝石矿,可以自行修改,修改后使用/dailymine reload 重载插件
如果觉得好用在Github点一个Star谢谢啦https://github.com/xmlans/DailyMineLimit
你可以对玩家每日在世界的挖矿数量做出限制。
Command: (命令)
/dailymine reload Reload the plugin (重新加载插件)
Be sure to edit config.yml file so that it fits your needs.
请务必编辑config.yml文件,以便其符合你的需求
config文件
代码:
# If you use the multi-world plugin, please fill in your world name here.
restricted-worlds:
- world
# Day limit, you can increase the limit of other ores, which resets every 24 hours.
limits:
DIAMOND_ORE: 10
EMERALD_ORE: 5
如果觉得好用在Github点一个Star谢谢啦https://github.com/xmlans/DailyMineLimit