Advertisement
Guest User

config.yml BedWars1058

a guest
Feb 1st, 2018
1,740
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.86 KB | None | 0 0
  1. #Types: BUNGEE, MULTIARENA and SHARED. Shared is a multi-world server with multiple minigames
  2. serverType: MULTIARENA
  3.  
  4. #Protect your setup from beeing changed by any op
  5. safeMode: false
  6.  
  7. #Default Language file
  8. language: en
  9.  
  10. #It is use as click action on "consider donating" messages
  11. storeLink: https://www.spigotmc.org/resources/authors/39904/
  12.  
  13. #Your main lobby for this minigame. If bungee mode
  14. lobbyServer: hub
  15.  
  16. #When the minimum players amount is reached it will start the countdown
  17. startingCountdown: 10
  18.  
  19. #Inventory Items configuration
  20. items:
  21.   arenaGui:
  22.     enable: true
  23.     itemStack: STAINED_CLAY
  24.     data: 5
  25.     enchanted: true
  26.     slot: 4
  27.   leave:
  28.     enable: true
  29.     itemStack: BED
  30.     data: 0
  31.     enchanted: false
  32.     slot: 8
  33.  
  34. #Arena gui configuration
  35. arenaGui:
  36.   settings:
  37.     size: 27
  38.     startSlot: 10
  39.     endSlot: 16
  40.     showPlaying: true
  41.   waiting:
  42.     itemStack: STAINED_CLAY
  43.     data: 5
  44.   starting:
  45.     itemStack: STAINED_CLAY
  46.     data: 7
  47.   playing:
  48.     itemStack: STAINED_CLAY
  49.     data: 4
  50.  
  51. #Generators configuration
  52. generators:
  53.   diamond:
  54.     tier1:
  55.      #How often should the plugin spawn a diamond? (in seconds)
  56.       delay: 30
  57.       #How many diamonds can be dropped in a location?
  58.       #If someone takes them the plugin will spawn again diamonds.
  59.       max: 4
  60.     tier2:
  61.       delay: 20
  62.       max: 6
  63.       start: 360
  64.     tier3:
  65.       delay: 15
  66.       max: 8
  67.       start: 1080
  68.   emerald:
  69.     tier1:
  70.       delay: 70
  71.       max: 4
  72.     tier2:
  73.       delay: 50
  74.       max: 6
  75.       start: 720
  76.     tier3:
  77.       delay: 30
  78.       max: 8
  79.       start: 1440
  80.  
  81. #Default items when someone joins a team
  82. startItems:
  83. - WOOD_SWORD
  84.  
  85. #Your lobby location here
  86. lobbyLoc: -25.670837844089164,70.0,0.42889441271959344,-89.34146118164062,-1.1464177370071411,lobby
  87.  
  88. #Your custom grous here
  89. arenaGroups:
  90. - Solo
  91. - Doge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement