本帖最后由 逗比的幻影 于 2018-10-6 12:45 编辑
SimpleCrates(宝箱)是一款基于Nukkit的娱乐的插件,它的作用在于可以让管理/服主自定义宝箱,让玩家点击获得奖励,类似于Bukkit的神秘宝盒,适用于游戏服! |
|
食用方法很简单,将其丢入/plugins/内,重载服务器即可,此插件没有任何指令权限,所以只能重启服务器才能加载插件,或者添加插件PlugMan,添加后,测试插件,调用/禁用插件十分方便! |
|
/crates read - 显示项目的信息(在您手中)以便于配置 /crates list - 列出宝箱列表 /crates create <crate> - 创建一个宝箱 /crates delete <crate> - 删除一个宝箱 /crates setblock <crate> - Set the crate block (It will pick the block you're looking at) /crates additem <crate> - 将物品加入宝箱 /crates addcmd <crate> <command> - 添加奖励命令 /crates removecmd <crate> <command> - 删除奖励命令 /crates givekey <player> <crate> <amount> - 给玩家一个宝箱钥匙 /crates givekeyall <crate> <amount> - 给所有人一个宝箱钥匙 |
|
- options:
- #插件前缀
- prefix: '&f[&e&lSimpleCrates&r&f]&f'
- rounds: 3
- crates:
- #宝箱名字
- default:
- #宝箱显示名
- displayname: '&e&lSimple Crate'
- #使用执行命令/支持多行
- commands:
- - give {user} diamond 1
- - tell {user} Thanks for downloading SimpleCrates!
- #使用执行奖励
- rewards:
- #奖励物品
- items:
- enchantedglass:
- #物品ID
- id: 20
- #物品耐久
- durability: 0
- #物品名
- name: '&r&bEnchanted Glass'
- #物品表情
- lore:
- - Very special indeed!
- #物品数量
- amount: 16
- #物品附魔 '附魔ID': 等级
- enchantments:
- '0': 0
- '5': 2
- #奖励命令
- commands:
- - give {user} cookie 1
- - tell {user} Thanks for opening a simple crate!
复制代码 |
|
- 首次加载插件时出错(/重新加载插件/重启服务器以修复)
- 修复 - 删除命令不从配置文件中删除
- 修复 - 使用命令添加包装箱会在配置文件中添加奇怪的字符
[groupid=1572]NukkitPluginStudio[/groupid]