Advertisement
Guest User

Untitled

a guest
Feb 28th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. database:
  2. ip: "localhost"
  3. port: 3306
  4. database: "pickaxes"
  5. username: "root"
  6. password: "password"
  7. options:
  8. gui-name: "&c&lPickaxes"
  9. gui-size: 54
  10. # Same as pets items section
  11. items:
  12. "1":
  13. type: "GOLDEN_APPLE"
  14. name: "&5Example Item"
  15. data: 1
  16. lore:
  17. - "&5Multiline lores supported"
  18. position: 0
  19. action: "upgradeEfficency"
  20.  
  21. Possible actions:
  22. upgradeeff - Upgrades the efficency level
  23. upgradeenrage - Upgrades enrage level
  24. upgradeexplosive - Upgrades explosive level
  25. fortuneupgrade - Upgrades fortune level
  26. mvmtupgrade - Upgrades movement level
  27. nuclearupgrade - Upgrades nuclear level
  28. regrowthupgrade - Upgrades regrowth level
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement