Advertisement
Guest User

New config.yml

a guest
Jan 21st, 2016
1,399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.57 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: psw
  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.   # Enable it if you want use EpicSkyWarsPortal plugin.
  46.   # EpicSkyWarsPortal.jar should be in your lobby SERVER.
  47.   # You cannot use these two plugins in one server!
  48.   use-portal: false
  49.   # World generator. If you want use your special world generator you may write it here.
  50.   # Example:
  51.   # world-generator: 'CleanroomGenerator:.' <- it will create/load map via CleanroomGenerator
  52.   world-generator: 'CleanroomGenerator:.'
  53.   enable-custom-enderpearls: true
  54.   # Enable 1.8 spectating? THIS WILL WORK ONLY WITH 1.8 Spigot and higher
  55.   enable-spectator-gamemode: false
  56.  
  57. # TEAMS! New feature!  
  58. Teams:
  59.  enable: false
  60.  # Can teammates hurt each other?
  61.  frendlyfire: false
  62.  # Can teammates see each other when they have Invisible effect?
  63.  seeInvisible: true
  64.  item: '397:3 1 name:&b&lSelect_team'
  65.  position: 5
  66.  list:
  67.   'Orange':
  68.     name: '&6&lOrange'
  69.     prefix: '&6&lOrange'
  70.     item: '160:1'
  71.   'Magenta':
  72.     name: '&d&lTeam2'
  73.     prefix: '&d&lTeam2'
  74.     item: '160:2'
  75.  
  76. # Voting settings.
  77. Voting-settings:
  78.   enable: true
  79.   enable-gui: true
  80.   # When map should be chosen? At which second?
  81.   choose-map-on: 1
  82.   gui-item: 357
  83.   gui-item-name: '&2Voting tool'
  84.   gui-inv-name: '&cVote for a map!'
  85.   gui-lore-votes: '&7Votes: &f%votes%'
  86.   gui-lore:
  87.    - '&7Use this item to vote!'
  88.   # Where in player's hotbar will be this item? (0 - 8)
  89.   gui-item-place: 2
  90.   gui-map-item: 2
  91.  
  92. # The chat settings
  93. Chat:
  94.   enable: true
  95.   # Do you want to use separate chat for spectators?
  96.   spectator-chat: true
  97.   # Message format. How does the message looks?
  98.   # You may use <points> variable in the format to show player's current points.
  99.   # The %s is the player's name and message's texts. So, don't touch it.
  100.   format: '&2%s&r: %s'
  101.   spec-format: '&4SPEC | &2%s&r: %s'    
  102. # Rewards for kills/wins
  103. Rewards:
  104.   enable: true
  105.   kill-points: 5
  106.   win-points: 50
  107.   vault-enable: false
  108.  
  109. # Scoreboard settings
  110. Scoreboard:
  111.   enable: true
  112.   server-name: SKY-01
  113.   # Plugin will automatically detect your server's name through the bungeecord.
  114.   auto-detection: false
  115.  
  116. # Titles
  117. Titles:
  118.   enable: true
  119.   fade-in: 2
  120.   fade-out: 2
  121.   stay: 5  
  122. # Map Crumble settings.
  123. MapCrumble:
  124.   enable: true
  125.   # When should crumble starts? After X seconds.
  126.   start-time: 180
  127.  
  128. # Custom TNT settings.
  129. CustomTNT:
  130.   enable: true
  131.   # Respawn after X seconds.
  132.   respawn-time: 5
  133.  
  134. # Chickens. Every player will have the chicken which will drop eggs every X seconds.
  135. Chickens:
  136.  # Drop egg every X seconds. Use 0 to disable dropping eggs.
  137.   drop-egg-every: 8
  138. # The items which will be given on game start.
  139. # Please follow the instruction how to add items in the LOOT.yml file =)
  140. Items:
  141.  - 270 1
  142.   - 271 1
  143. # Do you want to use some special commands when player wins or get kill?
  144. Commands:
  145.   enable: false
  146.   # Please use command without slash -> `/`
  147.   # You can use custom variables such as: %killer%,%victim%, %winner%
  148.   # You may add unlimited amount of commands
  149.   commands-on-kill:
  150.    - 'example'
  151.   commands-on-win:
  152.    - 'example'
  153. Lobby:
  154.   spawn:
  155.     world:
  156.     X:
  157.     Y:
  158.     Z:
  159.     YAW:
  160.    PITCH:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement