这个插件可以为你的玩家添加一个有趣的挑战 —— 全物品收集!
玩家需要收集满所有可以在生存模式获得物品,集齐物品后插件将执行在配置文件中自定义的命令。
详细请阅读“配置文件”章节。
- # 设置多少秒检测一次玩家收集物品的进度
- # 注意:此项将影响服务器性能
- inventory-delay-seconds: 1
- # 刷怪蛋是否被包括在需要收集的物品内
- include-spawn-eggs: false
- # 玩家集齐所有物品时允许的命令
- complete-commands:
- - 'broadcast &a%player% &6集齐了所有可以被收集的物品!'
- - 'give %player% diamond 64'
- # 查看统计信息时的提示
- status-message: '&a%player% &6收集物品的进度: &5%collected%&6/&5%max%'
- # 不需要收集的物品列表
- blacklisted-items:
- - 'end_portal_frame'
- - 'command_block'
- - 'repeating_command_block'
- - 'chain_command_block'
- - 'command_block_minecart'
- - 'structure_block'
- - 'structure_void'
- - 'knowledge_book'
- - 'spawner'
- - 'grass_path'
- - 'farmland'
- - 'infested_stone'
- - 'infested_cobblestone'
- - 'infested_stone_bricks'
- - 'infested_mossy_stone_bricks'
- - 'infested_cracked_stone_bricks'
- - 'infested_chisel_stone_bricks'
- - 'spawner_minecart'
- - 'end_portal'
复制代码
可以在 blacklisted-items 中添加玩家无需收集的物品
命令 | 描述 | 权限节点 | itemcollector setcomplete <player> <true/false> | 更改玩家的完成状态 | itemcollector.admin | itemcollector check [player] | 查看玩家的进度 | itemcollector.check
itemcollector.check.others |
支持作者请前往原贴下载:SpigotMC[↗]
|
|