Advertisement
Guest User

Untitled

a guest
Feb 11th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. plugin-command-op-only: false #Only OPs can do /sheepquest if 'true'. All can do /sheepquest 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. default-gamemode: SURVIVAL #Gamemode
  7. respawn-time: 6 #Seconds
  8. kit:
  9. beserker:
  10. jump-cooldown: 7 #Seconds
  11.  
  12. stats:
  13. enabled: true #Stats ENABLED = 'true', Stats DISABLED = 'false'.
  14. system-type: sqlite #SQLite database = 'sqlite'. MySQL database = 'mysql'.
  15.  
  16. MySQL:
  17. Host: localhost
  18. Port: 3306
  19. Database: sheepquest
  20. Username: mc_
  21. Password: mc_
  22.  
  23. #Remove '#' infront of both of the following lines to get commands working. Multiple commands are supported.
  24. #winner-commands:
  25. - "mwm give %PLAYER% 100 SheepQuestMainLobby"
  26.  
  27. #Remove '#' infront of both of the following lines to get commands working. Multiple commands are supported.
  28. #loser-commands:
  29. - "mwm give %PLAYER% 50 SheepQuestMainLobby"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement