Advertisement
MrEminent42

EE Documentation

Apr 12th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. ==**Description**\\
  2. {{http://files.enjin.com/215653/dddfaf.png}}\\
  3. EmeraldEnchants is an awesome addon to [[http://dev.bukkit.org/bukkit-plugins/prisongems/|PrisonGems]].\\
  4. This addon allows you to create custom enchantments for PrisonGems! Including the explosive enchant,\\
  5. and custom potion effect enchants!\\
  6. ==**Commands & Permissions**\\
  7. {{http://files.enjin.com/215653/dddfaf.png}}\\
  8. //**There are no commands or permissions for this plugin.**//\\
  9. ==**Configuration**\\
  10. {{http://files.enjin.com/215653/dddfaf.png}}\\
  11. <<code yaml>>
  12. custom-enchantments:
  13. '0': ## Internal enchant number. Make sure to make each enchantment a different number!
  14. name: Explosive ## The name for this enchant. Case sensitive!
  15. potion-effects: [] ## Specify any potion effects you want this enchant to have. These will take effect when holding the pickaxe. Set it to [] for none. See below.
  16. explosive: true ## Specify if this enchantment is explosive.
  17. '1':
  18. name: Speed
  19. potion-effects:
  20. - SPEED
  21. explosive: false
  22. '2':
  23. name: VIP
  24. potion-effects: ## You can specify more than one potion effect. Use this format.
  25. - HASTE
  26. - STRENGTH
  27. - REGENERATION
  28. explosive: false
  29. roman-numerals: false ## Should higher enchantment levels be stored as roman numerals on the pickaxes?
  30. explosive-blacklist: ## Here you can add blocks that will not be effected by the explosive enchant.
  31. - BEDROCK
  32. - OBSIDIAN
  33. <</code>>
  34. ==**Hooking Into PrisonGems**\\
  35. {{http://files.enjin.com/215653/dddfaf.png}}\\
  36. To enchant a tool with a custom enchant through PrisonGems, add the enchant (CaSe sEnsaTIVe)\\
  37. to a tool in the PrisonGems config. [[http://dev.bukkit.org/bukkit-plugins/prisongems/#w-configuration|See here for more information.]]\\
  38. ==**Frequently Asked Questions**\\
  39. {{http://files.enjin.com/215653/dddfaf.png}}\\
  40. [[http://dev.bukkit.org/bukkit-plugins/cs-corelib/pages/faq|**Click to go to the FAQ]]\\
  41. [[http://dev.bukkit.org/bukkit-plugins/cs-corelib/pages/faq|{{cs-corelib:1}}]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement