Advertisement
Guest User

Untitled

a guest
Feb 8th, 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. plugin-command-op-only: false #Only OPs can do /speedbuilders if 'true'. All can do /speedbuilders if 'false'.
  2.  
  3. stats-item-slot: 8 #Hotbar slot. (Minimum: 1, Maximum: 9)
  4. lobby-item-slot: 9 #Hotbar slot. (Minimum: 1, Maximum: 9)
  5.  
  6. stats:
  7. enabled: true #Stats ENABLED = 'true', Stats DISABLED = 'false'.
  8. system-type: sqlite #SQLite database = 'sqlite'. MySQL database = 'mysql'.
  9.  
  10. MySQL:
  11. Host: localhost
  12. Port: 3306
  13. Database: speedbuilders
  14. Username: mc_
  15. Password: mc_
  16.  
  17. # Remove '#' infront of both of the following lines to get commands working. Multiple commands are supported.
  18. #winner-commands:
  19. # - "give %PLAYER% diamond_block 1"
  20.  
  21. # Remove '#' infront of both of the following lines to get commands working. Multiple commands are supported.
  22. #loser-commands:
  23. # - "give %PLAYER% dirt 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement