RINNDA
本帖最后由 1582952890 于 2017-9-16 20:05 编辑

本人第一次搬运插件,这个插件是二次搬运,原贴介绍不完全。版本太老。此插件经本人测试最新版本在PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest可以用  原贴地址 http://www.mcbbs.net/forum.php?mod=viewthread&tid=123300                 功能
权限
指令

配置
  1. # Inventory Drop Chance v1.6 Config
  2. # An item on the whitelist will always be kept.
  3. # An item on the blacklist will always be dropped.
  4. # Retain percentage is the percentage of the inv that will be kept. If this is 0, nothing will be kept and everything is dropped
  5. # Delete percentage is the percentage of the inv that will be deleted. If this is 0, nothing will be deleted
  6. # Xp loss is the percentage of the xp that will be lost. The rest will be given back to you when you respawn
  7. # Check first is the first thing to check:
  8. #     'save' = First the save check will be run, then the delete check. This way the delete check will only check from the saved items
  9. #     'delete' = First the delete check will be run, then the save check. This way the save check will only check the not-deleted items
  10. # When 'per-stack-check' is true, IDC will check every stack and will keep a % of it and delete a % of that. (Follows check-first rules)
  11. #         When you have a stack of 64 diamonds and your retain and delete percentage is 50%, IDC will calculate:
  12. #                 stack amount * (retain percentage / 100) = kept amount. (Amount a player keeps)
  13. #                 kept amount * (delete percentage / 100) = delete amount. (Amount of the kept amount that will be deleted)
  14. #                 stack amount - kept amount = drop amount. (Amount that is dropped on the ground)
  15. #         In the example:
  16. #                 kept amount = 64 * (50 / 100) = 32
  17. #                 delete amount = 32 * (50 / 100) = 16
  18. #                 drop amount = 64 - 32 = 32
  19. #         A player will keep 16 diamonds after his death. 32 will be dropped at his death location.
  20. # You don't need to touch the default values. These are used when a player is not in a group.
  21. verboseLogging: true
  22. #是否详细记录日志(关闭节约资源)
  23. DisabledWorlds:
  24. #启用的世界
  25. - world
  26. - World_nether
  27. - World_the_end
  28. Groups:
  29. #idc.group.<组名>权限的组
  30.   ExampleGroup:
  31. #名字可以改,可以添加组
  32.     retain percentage: 50
  33. #物品保留几率%
  34.     delete percentage: 0
  35. #物品消失几率
  36.     check first: save
  37. #我不懂A.A最好不要改。
  38.     per-stack-check: false
  39. #我不懂A.A最好不要改。
  40.     blacklist:
  41. #物品黑名单
  42.     - '35:7'
  43.     - '273'
  44.     whitelist:
  45. #物品白名单
  46.     - '276'
  47.     - '25'
  48. Default values:
  49. #默认配置
  50.   retain percentage: 50
  51.   delete percentage: 50
  52.   xp loss: 50
  53. #经验掉落
  54. Updater:
  55.   doCheckUpdate: true
  56. #检查更新
复制代码
最后官网的图片
汉化进行中。。。。

不知道这个二次搬运可不可以过关{:10_497:}





kirara
求详细介绍 如果要设置死亡后100%物品消失 要如何设置

RINNDA
kirara 发表于 2016-7-3 16:26
求详细介绍 如果要设置死亡后100%物品消失 要如何设置

你仔细看过配置文件的介绍没{:10_524:} delete percentage: 0改成 delete percentage: 100

1048203787
不错!
DisabledWorlds:
#启用的世界
这个翻译错了,应该是禁用的世界

RINNDA
1048203787 发表于 2016-8-2 00:26
不错!
这个翻译错了,应该是禁用的世界

你用了就知道我翻译错没

1048203787
RINNDA 发表于 2016-8-2 20:13
你用了就知道我翻译错没

我看了下源代码,的确应该是关闭的世界

RINNDA
1048203787 发表于 2016-8-3 19:28
我看了下源代码,的确应该是关闭的世界

但我在设置的时候,在那里写的反倒是可以

孤独2333
谢谢大佬转载的插件!!!

第一页 上一页 下一页 最后一页