Advertisement
Guest User

Untitled

a guest
Nov 5th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. # GoldenAppleControl by Terrobility
  2. # Made with loads of love (and maybe a bit of salt)! <3
  3. #
  4. # x=x=x=x=x=x=x=x=x
  5. # | CONFIGURATION |
  6. # x=x=x=x=x=x=x=x=x
  7. # Please don't change the config version.
  8. config-version: 9
  9.  
  10. ignore-cooldowns-in-these-worlds:
  11. - "test"
  12.  
  13. plugin-messages:
  14. no-permission: "&8[&c&l!&8] &eYou don't have permission."
  15. # Shows remaining time when a player has "goldenapplecontrol.use" permission node and does "/gapple".
  16. # You can use any placeholders you've registered from below, as long as you have PlaceholderAPI.
  17. remaining-time:
  18. - "&5\u2588\u2588\u2588\u2588&e\u2588\u2588&5\u2588\u2588"
  19. - "&5\u2588\u2588\u2588\u2588&e\u2588&5\u2588\u2588\u2588 &6Golden apple&7:"
  20. - "&5\u2588\u2588&6\u2588\u2588\u2588\u2588&5\u2588\u2588 &c%goldenapplecontrol_gapple%"
  21. - "&5\u2588&6\u2588\u2588&f\u2588&6\u2588\u2588\u2588&5\u2588"
  22. - "&5\u2588&6\u2588&f\u2588&6\u2588\u2588\u2588\u2588&5\u2588"
  23. - "&5\u2588&6\u2588\u2588\u2588\u2588\u2588\u2588&5\u2588 &eEnchanted golden apple&7:"
  24. - "&5\u2588&6\u2588\u2588\u2588\u2588\u2588\u2588&5\u2588 &c%goldenapplecontrol_enchantedgapple%"
  25. - "&5\u2588\u2588&6\u2588\u2588\u2588\u2588&5\u2588\u2588"
  26. inactive-cooldown: "&4Inactive"
  27.  
  28. items:
  29. whatever-you-want:
  30. material: GOLDEN_APPLE
  31. data: 0
  32. permission: "goldenapplecontrol.randomperm"
  33. cooldown:
  34. enabled: true
  35. duration: 10
  36. use-formatted-time: true
  37. use-expired-message: true
  38. consume-message:
  39. - "&8[&c&l!&8] &eYou can't eat another golden apple for &c%TIME%e."
  40. cooldown-message:
  41. - "&8[&c&l!&8] &eWait &c%TIME%&e before eating another golden apple&e!"
  42. expired-message:
  43. - "&8[&c&l!&8] &eYou may now eat another golden apple&e."
  44. placeholder:
  45. enabled: true
  46. # In this case it would be {goldenapplecontrol_gapple} with Maxim or %goldenapplecontrol_gapple% with Clip.
  47. register-this: "gapple"
  48. consumption-control:
  49. enabled: true
  50. # The food level is measured in half-shanks in the hunger bar. Whole numbers please.
  51. food-level: 4
  52. saturation: 9.6
  53. # TYPE:DURATION(TICKS):AMPLIFIER(LEVEL-1)
  54. # A list of types can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
  55. # e.g. REGENERATION:20:2 would give the player regeneration for 1 second (20 ticks). It would be level 3 because the amplifier = level minus one.
  56. effects:
  57. - ABSORPTION:2400:0
  58. - REGENERATION:100:1
  59.  
  60. make-sure-its-not-already-used:
  61. material: GOLDEN_APPLE
  62. data: 1
  63. permission: "idont.reallycare.anymore"
  64. cooldown:
  65. enabled: true
  66. duration: 90
  67. use-formatted-time: true
  68. use-expired-message: true
  69. consume-message:
  70. - "&8[&c&l!&8] &eYou can't eat another golden apple for &c%TIME%e."
  71. cooldown-message:
  72. - "&8[&c&l!&8] &eWait &c%TIME%&e before eating another golden apple&e!"
  73. expired-message:
  74. - "&8[&c&l!&8] &eYou may now eat another golden apple&e."
  75. placeholder:
  76. enabled: true
  77. register-this: "enchantedgapple"
  78. consumption-control:
  79. enabled: true
  80. food-level: 4
  81. saturation: 9.6
  82. effects:
  83. - ABSORPTION:2400:0
  84. - REGENERATION:600:4
  85. - DAMAGE_RESISTANCE:6000:0
  86. - FIRE_RESISTANCE:6000:0
  87.  
  88. why-not-lol:
  89. material: COOKED_BEEF
  90. data: 0
  91. consumption-control:
  92. enabled: false
  93. food-level: 8
  94. saturation: 12.8
  95. effects:
  96. - SPEED:2400:1
  97. - JUMP:800:2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement