授权搬运
介绍可以显示物品标签显示名以及倒计时清理该掉落物(当然可以关闭倒计时清理) 它还带有潜行拾取功能(可以关闭) 总而言之,很多功能结合到这一个插件里了
动态图
静态图
配置
- #变量: $countDown$, $size$, $name$
- format: "&7&l[ &c&l$countDown$ &7&l] &f$name$ &7&l[&a&l x$size$ &7&l]"
- #[如果不使用 $countDown$ 时]
- without-countdown-format: "&f$name$ &7&l[&a&l x$size$ &7&l]"
- #倒计时清理
- timer: 30
- #The timer will be added to the items that are loaded along with the chunk.
- #不知道
- timer-for-loaded-items: false
- #Do not remove items dropped from the players.
- #不知道
- save-player-dropped-items: false
- #是否开启玩家要按shift潜行才能拾取
- pickup-items-on-sneak: false
- #更多语言: ru_RU, en_CA, uk_UA, de_DE, mt_MT etc.
- #请看原贴: https://www.spigotmc.org/resources/divinedrop.51715/
- #中文语言
- lang: "zh_cn"
- dname: "物品名称&7: &f$name[ DISCUZ_CODE_1 ]quot;
- no-perms: "&c无权运行"
- unknown-cmd: "&c未知命令"
- reloaded: "&a已重新加载"
- #自定义倒计时
- enable-custom-countdowns: false
- custom-countdowns:
- #材料列表: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
- #自定义某些物品的功能
- DIAMOND_SWORD:
- name-filter: "*"
- timer: 20
- format: "&c$name$ &7(x$size$)"
- #Its timer for an item that is not renamed.
- STICK:
- name-filter: ""
- timer: 20
- #Your timer value on items with your custom name.
- DIAMOND:
- name-filter: "SILVER"
- timer: 50
- #Such a thing will be without a timer and the plugin will not delete it.
- DIAMOND:
- name-filter: "KEEP_SILVER"
- timer: -1
- #It works on all raw fish.
- RAW_FISH:
- timer: -1
复制代码
命令权限
命令 | 权限 | 描述 | /divinedrop 或 /dd | divinedrop.info | 查看插件信息 | /divinedrop reload 或 /dd reload | divinedrop.reload | 重载插件 | /divinedrop getname 或 /dd getname | divinedrop.divinedrop.getname | 获得手上物品名称 |
注意
支持1.8-1.12版本服务器
无需前置插件
如何显示中文名:在配置 config 的 lang: "en_CA" 改为 lang: "zh_cn"
|