Advertisement
Guest User

Untitled

a guest
May 7th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. custom-motd:
  2. enabled: true
  3. message: "%GAMESTATE%"
  4. team-selector:
  5. enabled: true
  6. inv-slot: 1
  7. inv-material: 399
  8. inv-material-data: 0
  9. game-ending-mode: "restart" #Available modes: reload, restart(Only available for Spigot)
  10.  
  11. default-gamemode: SURVIVAL #Gamemode
  12. gold-dropping: true #Does gold blocks/ingots/nuggets drop on death?
  13. unbreakable-items: true #Are items unbreakable?
  14. maximum-players: 16 #Players
  15. needed-players: 2 #Players
  16. start-time: 120 #Seconds
  17. game-start-time: 30 #Seconds
  18. restart-time: 10 #Seconds
  19. gold-to-win: 20 #Gold Ingots
  20. pigmen-limit: 10 #Entities
  21. exp-orb-amount: 10 #EXP
  22.  
  23. clickable-armor:
  24. helmet: false #Can be moved in inventory?
  25. chestplate: true #Can be moved in inventory?
  26. leggings: false #Can be moved in inventory?
  27. boots: false #Can be moved in inventory?
  28.  
  29. stats:
  30. enabled: true #Stats ENABLED = 'true', Stats DISABLED = 'false'.
  31. system-type: mysql #SQLite database = 'sqlite'. MySQL database = 'mysql'.
  32.  
  33. MySQL:
  34. Host: 37.114.59.138
  35. Port: 3306
  36. Database: goldrush
  37. Username: root
  38. Password: EFrhZFzwLt9qDLT
  39.  
  40. # Remove '#' infront of both of the following lines to get commands working. Multiple commands are supported.
  41. #winner-commands:
  42. # - "give %PLAYER% diamond_block 1"
  43.  
  44. # Remove '#' infront of both of the following lines to get commands working. Multiple commands are supported.
  45. #loser-commands:
  46. # - "give %PLAYER% dirt 1"
  47.  
  48. # Remove '#' infront of both of the following lines to get commands working. Multiple commands are supported.
  49. #gold-collector-commands:
  50. # - "give %PLAYER% gold_nugget 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement