Advertisement
Guest User

Untitled

a guest
Jul 13th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # Tutorial Plugin ~Egolfius
  2. # Version 1.0
  3.  
  4. dbSettings:
  5. dbHost: 'localhost'
  6. dbPort: '3306'
  7. dbName: 'DB'
  8. dbUsername: 'root'
  9. dbPassword: ''
  10. enabledWorlds:
  11. - world
  12. enabledPairs:
  13. enabledItems:
  14. - IRON_INGOT
  15. - GOLD_INGOT
  16. - COAL
  17. - REDSTONE
  18. - IRON_INGOT
  19. - GOLD_INGOT
  20. pairs:
  21. COAL: COAL_ORE
  22. REDSTONE: REDSTONE_ORE
  23. IRON_INGOT: IRON_ORE
  24. GOLD_INGOT: GOLD_ORE
  25. DIAMOND: DIAMOND_ORE
  26. EMERALD: EMERALD_ORE
  27. debug: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement