本帖最后由 爱国民主 于 2018-2-22 15:11 编辑





授权搬运



介绍
可以显示物品标签显示名以及倒计时清理该掉落物(当然可以关闭倒计时清理)
它还带有潜行拾取功能(可以关闭)
总而言之,很多功能结合到这一个插件里了



动态图

静态图



配置

  1. #变量: $countDown$, $size$, $name$
  2. format: "&7&l[ &c&l$countDown$ &7&l] &f$name$ &7&l[&a&l x$size$ &7&l]"
  3. #[如果不使用 $countDown$ 时]
  4. without-countdown-format: "&f$name$ &7&l[&a&l x$size$ &7&l]"
  5. #倒计时清理
  6. timer: 30
  7. #The timer will be added to the items that are loaded along with the chunk.
  8. #不知道
  9. timer-for-loaded-items: false
  10. #Do not remove items dropped from the players.
  11. #不知道
  12. save-player-dropped-items: false
  13. #是否开启玩家要按shift潜行才能拾取
  14. pickup-items-on-sneak: false
  15. #更多语言: ru_RU, en_CA, uk_UA, de_DE, mt_MT etc.
  16. #请看原贴: https://www.spigotmc.org/resources/divinedrop.51715/
  17. #中文语言
  18. lang: "zh_cn"

  19. dname: "物品名称&7: &f$name[        DISCUZ_CODE_1        ]quot;
  20. no-perms: "&c无权运行"
  21. unknown-cmd: "&c未知命令"
  22. reloaded: "&a已重新加载"

  23. #自定义倒计时
  24. enable-custom-countdowns: false
  25. custom-countdowns:
  26. #材料列表: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  27. #自定义某些物品的功能
  28.   DIAMOND_SWORD:
  29.       name-filter: "*"
  30.       timer: 20
  31.       format: "&c$name$ &7(x$size$)"
  32. #Its timer for an item that is not renamed.
  33.   STICK:
  34.       name-filter: ""
  35.       timer: 20
  36. #Your timer value on items with your custom name.
  37.   DIAMOND:
  38.       name-filter: "SILVER"
  39.       timer: 50
  40. #Such a thing will be without a timer and the plugin will not delete it.
  41.   DIAMOND:
  42.       name-filter: "KEEP_SILVER"
  43.       timer: -1
  44. #It works on all raw fish.
  45.   RAW_FISH:
  46.       timer: -1
复制代码



命令权限
命令 权限 描述
/divinedrop 或 /dd divinedrop.info 查看插件信息
/divinedrop reload 或 /dd reload divinedrop.reload 重载插件
/divinedrop getname 或 /dd getname divinedrop.divinedrop.getname 获得手上物品名称



注意
支持1.8-1.12版本服务器
无需前置插件
如何显示中文名:在配置 configlang: "en_CA" 改为 lang: "zh_cn"