Guest User

sheepquestconfig

a guest
Apr 11th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. stats-item-slot: 8 #Hotbar slot. (Minimum: 1, Maximum: 9)
  2. lobby-item-slot: 9 #Hotbar slot. (Minimum: 1, Maximum: 9)
  3.  
  4. default-gamemode: SURVIVAL #Gamemode
  5. respawn-time: 6 #Seconds
  6. kit:
  7. beserker:
  8. jump-cooldown: 7 #Seconds
  9.  
  10. stats:
  11. enabled: true #Stats ENABLED = 'true', Stats DISABLED = 'false'.
  12. system-type: sqlite #SQLite database = 'sqlite'. MySQL database = 'mysql'.
  13.  
  14. MySQL:
  15. Host: localhost
  16. Port: 3306
  17. Database: sheepquest
  18. Username: mc_
  19. Password: mc_
  20.  
  21. #Remove '#' infront of both of the following lines to get commands working. Multiple commands are supported.
  22. winner-commands:
  23. - "eco give %PLAYER% 50"
  24.  
  25. #Remove '#' infront of both of the following lines to get commands working. Multiple commands are supported.
  26. loser-commands:
  27. - "eco give %PLAYER% 10"
Add Comment
Please, Sign In to add comment