Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. # DuoSkyWars created by ProxyCode
  2.  
  3. # Build mode, this disable the arenas and allow you to configure the maps.
  4. build-mode: true
  5. # Gamemode, the posible options aren BUNGEEMODE and MULTIARENA, the BUNGEEMODE
  6. # only works with team mode, to use the solo mode, you need to set MULTIARENA.
  7. gamemode-type: BUNGEEMODE
  8. settings:
  9. database:
  10. information:
  11. # Database type posible options: SQLITE and MYSQL
  12. type: sqlite
  13. #The options here are only requiered if you use MySQL
  14. hostname: localhost
  15. port: 3306
  16. database: SkyWarsData
  17. authentication:
  18. username: chesse
  19. password: cake
  20. game:
  21. options:
  22. # This options are used by the BungeeMode
  23. bungeemode-arena:
  24. # The plugin should kick the players from the server before
  25. # the game ends?
  26. kick-player-when-finish: false
  27. # Here you can configure a list of servers to teleport to the player when
  28. # the game ends, this option are only used if the option "kick-player-when-finish" is set to false
  29. servers-bungee:
  30. - lobby
  31. # Min players needed to start the game in the arena.
  32. min-players-needed: 1
  33. # Max players that can play in the arena.
  34. max-players: 3
  35. # Countdown to release from the cage.
  36. countdown-release: 20
  37. # Countdown in the lobby before game starts.
  38. countdown-lobby: 100
  39. # This options are used by the Multiarena
  40. multiarena:
  41. # The plugin should give the players the items of the lobby?
  42. itemsLobby: true
  43. commandsWinner: false
  44. commandsWinnerList:
  45. - eco give %player% 20
  46. lobbyScoreboard: true
  47. crateItems:
  48. activate: false
  49. costOpen: 500
  50. coins-rewards:
  51. kill: 5
  52. win: 40
  53. play: 1
  54. server:
  55. mobsSpawn: false
  56. disableWeather: true
  57. needOpCreative: true
  58. shop:
  59. options:
  60. commandBuy: pex user %user% add %permission%
  61. arena-bungee:
  62. GAMEMODE:
  63. selectGamesFromMultiArenaMode: false
  64. teams:
  65. Team1:
  66. customName: '&aTeam 1 &7- &e(&b%alive%&7/&b%max%&e)'
  67. spawns: []
  68. icon: '35:0'
  69. players-per-team: 5
  70. Team2:
  71. customName: '&bTeam 2 &7- &e(&b%alive%&7/&b%max%&e)'
  72. icon: '35:1'
  73. players-per-team: 5
  74. spawns: []
  75. world: YourMap
  76. arena-check:
  77. secondsCheckUpdate: 1800
  78. holograms-locations: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement