Advertisement
DrDoodleGuy

My Config

Jul 25th, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. ####################################
  2. # #
  3. # EPIC SKYWARS MAIN CONFIG #
  4. # #
  5. ####################################
  6.  
  7. MySQL:
  8. enable: false
  9. hostname: localhost
  10. username: root
  11. password:
  12. database: megaskywars
  13. tablename: msw
  14. General:
  15. # There are 3 ways to restart your server after game ends.
  16. # 0 - Just restart via command
  17. # 1 - Firstly, send all players to the lobby and then restart via command
  18. # 2 - Restart server without kicking, just send back to the local lobby (mineplex style)
  19. restart-mode: 0
  20. # ONLY FOR RESTART-MODE: 2! How many games should be finished to restart the game?
  21. # Use 0 to disable this function
  22. games-to-restart: 10
  23. # Restarting command. Use it if your restartin mode is 0 or 1 !
  24. restart-cmd: stop
  25. hub-name: hub
  26. hub-item-id: 272
  27. hub-item-position: 8
  28. # Minimal players number.
  29. min-players: 10
  30. starting-time: 180
  31. prepare-time: 10
  32. ending-time: 10
  33. # When game begins players will have protection from damage.
  34. grace-period: 10
  35. # Extra damage for the items bellow. Set 0 if you don't want to use that feature.
  36. fishingrod-extra-dmg: 5
  37. flintandsteel-extra-dmg: 5
  38. # Radius for Center Chest (With good items)
  39. center-chests-radius: 20
  40. # Spectator compass item
  41. spectator-compass-item: 345
  42. compass-position: 0
  43. # Time reducing. When server will be full waiting time will be shorten to "reduce-to" value.
  44. reduce-to: 20
  45. # When joins 12 players then time will be shorten to 60 seconds.
  46. enable-reducing-when-join-12-players: false
  47. # World generator. If you want use your special world generator you may write it here.
  48. # Example:
  49. # world-generator: 'CleanroomGenerator:.' <- it will create/load map via CleanroomGenerator
  50. world-generator: 'CleanroomGenerator:.'
  51. enable-custom-enderpearls: true
  52. # Enable 1.8 spectating? THIS WILL WORK ONLY WITH 1.8 Spigot and higher
  53. enable-spectator-gamemode: false
  54. # If false you will fix the bug when player has big damage with hand!
  55. # If true your players might use bug.
  56. remove-items-instantly: false
  57. pick-random-maps: 5
  58.  
  59. # TEAMS! New feature!
  60. Teams:
  61. enable: false
  62. # Can teammates hurt each other?
  63. frendlyfire: false
  64. # Can teammates see each other when they have Invisible effect?
  65. seeInvisible: true
  66. item: '397:3 1 name:&b&lSelect_team'
  67. leave-item: '152 1 name:&c&lLeave_Team'
  68. position: 5
  69. max-players: 2
  70. list:
  71.  
  72. # Sound. With arrival of Minecraft 1.9 there are some crucial changes.
  73. # So, please if you are using:
  74. # 1.9 and above: http://pastebin.com/dvg2iV8L - USE THESE NAMES!
  75. # 1.8 and bellow: http://pastebin.com/d2jdWHdb
  76. # By default it is disabled for your own convinience!
  77. Sounds:
  78. enable: true
  79. time-sound: BLOCK_NOTE_PLING
  80. time-end-sound: UI_BUTTON_CLICK
  81. game-started-sound: ENTITY_ENDERDRAGON_GROWL
  82. # Voting settings.
  83. Voting-settings:
  84. enable: true
  85. enable-gui: true
  86. # When map should be chosen? At which second?
  87. choose-map-on: 1
  88. gui-item: 357
  89. gui-item-name: '&2Voting tool'
  90. gui-inv-name: '&cVote for a map!'
  91. gui-lore-votes: '&7Votes: &f%votes%'
  92. gui-lore:
  93. - '&7Use this item to vote!'
  94. # Where in player's hotbar will be this item? (0 - 8)
  95. gui-item-place: 2
  96. gui-map-item: 2
  97.  
  98. # CHEST Voting
  99. # To add your own types of chest go to LOOT.yml file!
  100. Chest-voting:
  101. enable: false
  102. choose-on: 1
  103. gui-item: 54
  104. gui-item-place: 4
  105. gui-item-name: '&b&lVote for Chests!'
  106. gui-inv-name: '&cVote for Chests!'
  107.  
  108. # The chat settings
  109. Chat:
  110. enable: true
  111. # Do you want to use separate chat for spectators?
  112. spectator-chat: true
  113. # Do you want use separate chat for teams?
  114. team-chat: true
  115. # Do you want to add players group prefixes in chat?
  116. add-group-prefixes: false
  117. # Message format. How does the message looks?
  118. # You may use [POINTS] variable in the format to show player's current points.
  119. # You may use [PREFIX] variable in the format to show player's group prefix.
  120. # The %s is the player's name and message's texts. So, don't touch it.
  121. format: '&2%s&r: %s'
  122. spec-format: '&4SPEC | &2%s&r: %s'
  123. # Rewards for kills/wins
  124. Rewards:
  125. enable: true
  126. kill-points: 5
  127. win-points: 50
  128. vault-enable: false
  129.  
  130. # Scoreboard settings
  131. Scoreboard:
  132. enable: true
  133. server-name: SKY-01
  134. # Plugin will automatically detect your server's name through the bungeecord.
  135. auto-detection: false
  136.  
  137. # Titles
  138. Titles:
  139. enable: true
  140. fade-in: 2
  141. fade-out: 2
  142. stay: 5
  143. # Map Crumble settings.
  144. MapCrumble:
  145. enable: true
  146. # When should crumble starts? After X seconds.
  147. start-time: 180
  148.  
  149. # Custom TNT settings.
  150. CustomTNT:
  151. enable: true
  152. # Respawn after X seconds.
  153. respawn-time: 5
  154.  
  155. # Chickens. Every player will have the chicken which will drop eggs every X seconds.
  156. Chickens:
  157. # Drop egg every X seconds. Use 0 to disable dropping eggs.
  158. drop-egg-every: 8
  159. # The items which will be given on game start.
  160. # Please follow the instruction how to add items in the LOOT.yml file =)
  161. Items:
  162. - 270 1
  163. - 271 1
  164. # Do you want to use some special commands when player wins or get kill?
  165. Commands:
  166. enable: false
  167. # Please use command without slash -> `/`
  168. # You can use custom variables such as: %killer%,%victim%, %winner%
  169. # You may add unlimited amount of commands
  170. commands-on-kill:
  171. - 'example'
  172. commands-on-win:
  173. - 'example'
  174. Lobby:
  175. spawn:
  176. world:
  177. X:
  178. Y:
  179. Z:
  180. YAW:
  181. PITCH:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement