Advertisement
andrei1058

SkyGiants1058 config example

Jan 2nd, 2017
1,066
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # SkyGiants Plugin by andrei1058
  2.  
  3. #Is the setup mode enabled?
  4. setup: false
  5.  
  6. #Default languages: en, ro, it.
  7. language: en
  8.  
  9. #If truem teams will be of 2 players. 6 if false.
  10. skygiants-mini: true
  11.  
  12. #Should players join the server during the game?
  13. allow-spectate: true
  14.  
  15. #Giant hit velocity
  16. giant-launch: 1
  17.  
  18. #Various countdowns
  19. countdowns:
  20.   lobby:
  21.     empty: 300
  22.     half: 60
  23.     full: 25
  24.   game: 1800
  25.   warmup: 90
  26.   restart: 12
  27.  
  28. #Should spectators have gamemode 3?
  29. gamemode-spectator: false
  30.  
  31. #Your lobby server
  32. lobby-server: skygiants
  33.  
  34. #The command executed at the game's end
  35. restart-cmd: restart
  36.  
  37. #Database stuff
  38. Database:
  39.  enable: true
  40.  host: myserver.com
  41.  port: 3306
  42.  database: SkyGiants
  43.  username: myuser
  44.  password: myp4ssword
  45.  scoreboard: true
  46.  
  47. #Reward command
  48. reward-command:
  49.  use: false
  50.  cmd: this command will be executed as console, for each winner, use %player% for payer name
  51.  
  52. #Lobby items
  53. inventory:
  54.  lobby:
  55.    maps-gui:
  56.      enable: true
  57.      material: NETHER_STAR
  58.      slot: 0
  59.    leave-item:
  60.      enable: true
  61.      material: SLIME_BALL
  62.      slot: 8
  63.  
  64. #Arenas list
  65. Arenas:
  66. - Fortress
  67. - Urban
  68. - Evergreen
  69. - Muffin
  70. - Sanctum
  71.  
  72. #Lobby location
  73. MainLobby:
  74.  World: lobby
  75.  X: -99.42494465174806
  76.  Y: 60.0
  77.  Z: 13.556836697218122
  78.  Yaw: 2.4576015
  79.  Pitch: 2.4576
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement