Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ################################################
- # Survival Games #
- # #
- # Developed by #
- # Beechboy200, Double0negative, Chaseos #
- # #
- # #
- # Skitscape.com #
- # voidmc.com #
- ################################################
- #set how many players are needed for the game
- #to auto-start. Once the player limit is reached
- #it will wait for x amount of seconds for
- #additional players. Auto start vote means that
- #x percent of players need to vote with /sg start
- #for the game to begin
- auto-start-players: 10
- auto-start-time: 20
- auto-start-vote: 3
- #if set to true, commands not associated with
- #the survival games will not be allowed to
- #players in-game
- disallow-commands: true
- #set how long each player should
- #be invincible for after the start of
- #the game in seconds
- grace-period: 10
- #Sets if chest should be restocked on the first
- #night. If set to true this will also have the side
- #effect of setting the world time to Day at the start
- #of the game. This is only temporary until per-arena time
- #has been implemented
- restock-chest: true
- block:
- place:
- whitelist:
- - 18
- - 105
- - 31
- - 37
- - 38
- - 50
- - 103
- break:
- whitelist:
- - 18
- - 105
- - 31
- - 37
- - 38
- - 50
- - 103
- #if mob-progression is enabled, then the
- #difficulty of mobs and amount of mobs
- #spawning will increase with a decrease
- #of players. The ratio defines how much
- #harder it should get for every person
- #out. a ratio of 2 whould mean 2x harder
- #The mob blacklist definesmobs that should
- #not spawn.
- mob-progression:
- enabled: true
- ratio: 2
- mob-blacklist:
- - slime
- #if set to true, the arena will be logged
- #and auto rolled back and the end of the
- #game
- logging:
- enabled: true
- #settings for the endgame. This enables
- #when there are only x amount of players
- #remaining. If place chest is enabled then
- #when the player limit is reached, a chest
- #will be placed inside the radius of every
- #remain player contianing random items for
- #that player. If fire-lighting is enabled
- #the a lighting strike will be fired at the
- #location of each player every x seconds to
- #notify the other players of their location
- #Note: chest placing not implemented
- endgame:
- players: 3
- place-chest:
- enabled: false
- radius: 10
- fire-lighting:
- enabled: true
- interval: 20
- #settings for connecting to the
- #sql server. These settings will
- #be used for both the online webstats
- #and for logging block changes for the
- #automated rollback
- sql:
- host: 'BLOCKED'
- port: 3306
- user: 'BLOCKED'
- pass: 'BLOCKED'
- database: 'BLOCKED'
- #Settings for the webstats. If enabled, stats
- #such as k/d record, wins, win streaks, kill
- #streaks etc will be saved. If verbose mode is
- #enabled then it will keep stats on every single game
- #instead of just for each player. If webserver is
- #enabled then a webserver will be started on the
- #<yourserverip>:<port> and allow people to view
- #the stats online.
- stats:
- enabled: false
- verbose: false
- webserver:
- enabled: false
- port: 880
Advertisement
Add Comment
Please, Sign In to add comment