Advertisement
Guest User

Untitled

a guest
Dec 21st, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 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: 54 #MUST be a multiple of 9!
  11. migrated: true #DO NOT CHANGE, or the plugin will crash/reset
  12. sql_version: 4 #DO NOT CHANGE, or the plugin will crash/reset
  13. disable_dupe_kick: false #Do not kick a player, only block access, if duplciation attemp detected
  14. block_creative_access: false #Block access to /chest if the player is on creative gamemode
  15. command_name: chest #Rename the /chest command if you want
  16. networking:
  17. use_metrics: true #Enable/Disable the Metrics system, please avoid disabling this <3
  18. use_autoupdate: true #I recommend to keep this active
  19. use_advanced_metrics: true #More advanced metrics, read plugin page on bukkit for more information, please avoid disabling this <3
  20. report_errors: true #Report errors to the developer, requires use_advancec_metrics to be on!
  21.  
  22.  
  23. lang:
  24. NO_PERMISSION_CHEST_NUMBER: "§cVocê não tem tantos chest."
  25. NO_PERMISSION: "§cAcesso negado."
  26. INVALID_CHEST_NUMBER: "§6O número deste chest é invalido"
  27. ADM_CHEST_USAGE: "§cUtilize /admchest <player> <chest_number>"
  28. CHEST_NAME: "Chest de {player} "
  29. NO_PERMISSION_CREATIVE: "§cVocê não pode usar /chest em modo creativo."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement