Skip to main content

Config

Here's a copy of the default config file generated by the plugin

# Minimum and Maximum stacks of different items for regular chests
min-chest-content: 3
max-chest-content: 6
# Minimum and Maximum stacks of different items for Barrels
min-barrel-content: 4
max-barrel-content: 7
# Minimum and Maximum stacks of different items for Trapped Chests
min-trapped-chest-content: 4
max-trapped-chest-content: 7
# Number of supply-drops dropped simultaneously, 1 by default
num-supply-drops: 1
# Minimum and Maximum stacks of different items for supply drops
min-supply-drop-content: 2
max-supply-drop-content: 6
# Players Per Team
players-per-team: 1
# Length of the game in seconds (default: 900), do not set to lower than 1
game-time: 900
# Length of the countdown before game in seconds, use less than 5 for no countdown
countdown: 20
# Length of the grace period (time after which PvP is enabled) in seconds, use 0 for no grace period,(default: 30)
grace-period: 30
# Interval of supplydrops landing inside the map in seconds, use any time higher than game-time for no supplydrops, (default: 30)
supplydrop:
interval: 30
# Interval of chests being refilled in seconds, use any time higher than game-time for no chestrefills, (default: 600)
chestrefill:
interval: 180
# Automatically starts the game when there are a certain number of players
auto-start:
enabled: false
players: 8
delay: 10
# Minimum number of players in a game, default is 2
min-players: 2
# Enable voting for solo, duo, trio
voting: false
# Changes game from adventure to survival mode allowing players to break blocks
# Display scoreboard during the game
display-scoreboard: true
# Display bossbar during the game
display-bossbar: true
break-blocks:
enabled: false
drop: true # Drop block when broken
allowed-blocks:
- GRASS_BLOCK
- DIRT
- SAND
- GRAVEL
- OAK_LOG
- OAK_LEAVES
# Add more as required, use "ALL" for all blocks
# For the full list of blocks, see https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
# Border settings
border:
# Border size in blocks, use size bigger than arena for no border, (default: 700)
size: 700
# Time in seconds after which border starts shrinking, use any time higher than game-time for no border, (default: 180)
start-time: 180
# Time in seconds after which border stops shrinking (default: 780)
end-time: 780
# Final border size in blocks, use size bigger than arena for no border, (default: 40)
final-size: 40
# X and Z Coordinates of the center of the border, (default: 0, 0)
center-x: 0
center-z: 0
# Command(s) run at the beginning/end of the game
# Commands will be run as full operator privilege, enable at own risk
custom-commands:
enabled: false
start:
global:
- "time set day"
foreach-player:
- "give {player} gold 2"
end:
global:
- "time set night"
foreach-winner:
- "say Winner: {winner}"
# Buffing bedrock players when playing using geyser
bedrock-buff:
enabled: false
# Effects applied to bedrock players
effects:
- DAMAGE_RESISTANCE
- SPEED
# Applying temporary buffs for killing players
killer-effects:
- effect: DAMAGE_RESISTANCE # Effect type according to bukkit enum
duration: 300 # Duration in ticks, 20 ticks = 1 second
level: 0 # Effect level, 0 for base level
- effect: REGENERATION
duration: 600
level: 0
- effect: ABSORPTION
duration: 300
level: 0
# For the complete list of available potion effects, see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionType.html