Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. storage: sqlite #sqlite or mysql
  2. mysql: #if you select mysql above
  3. hostname: localhost
  4. username: root
  5. password: bananas
  6. database: chestmaster
  7.  
  8.  
  9. use_uuid: false #Use UUID or Player Name?
  10. chest_size: 45 #MUST be a multiple of 9!
  11. migrated: true #DO NOT CHANGE, or the plugin will crash/reset
  12. sql_version: 2 #DO NOT CHANGE, or the plugin will crash/reset
  13. networking:
  14. use_metrics: true #Enable/Disable the Metrics system, please avoid disabling this <3
  15. use_autoupdate: true #I recommend to keep this active
  16.  
  17. lang:
  18. NO_PERMISSION_CHEST_NUMBER: "§7You cant have this many &echests&7!"
  19. NO_PERMISSION: "§7Access &eDenied&7."
  20. INVALID_CHEST_NUMBER: "§7That chest number is &einvalid&7."
  21. ADM_CHEST_USAGE: "§cUse /admchest <player> <chest_number>"
  22. CHEST_NAME: "§eChest"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement