Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. # Server tutorial
  2. # by MartenM
  3. # For an example config with more explaining look at the spigot page!
  4. no permission command: '&cYou do not have permission to execute this command.'
  5. no permission tutorial: '&cYou do not have enough permissions to play this tutorial.'
  6. enable first join tutorial: false
  7. first join tutorial id: ''
  8. language: English
  9. npc:
  10. remove-invalid: true
  11. retry-time: 5
  12. command-whitelist:
  13. - w
  14. - msg
  15. - help
  16. - me
  17. datasource:
  18. mysql:
  19. enabled: true
  20. username: admin
  21. password: DELETE
  22. host: 89.203.192.189
  23. database: Economy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement