minecraft server init
This commit is contained in:
21
config/despawningspawners.cfg
Normal file
21
config/despawningspawners.cfg
Normal file
@ -0,0 +1,21 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# The amount of particles that the spawner will spawn.
|
||||
I:amountOfParticles=50
|
||||
|
||||
# If enabled the spawners will spawn particles depenending how many spawns have left. (GREEN > 50%; YELLOW < 50%; RED < 10%).
|
||||
B:displaySpawnerParticle=true
|
||||
|
||||
# Amount of spawns can a spawner do. It won't stop the remaining spawns of a spawner 'work'.
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:maxSpawnerSpawns=400
|
||||
|
||||
# NO LONGER VALID!! A list of blocks that are considered a spawner.
|
||||
S:spawnerBlocks <
|
||||
minecraft:mob_spawner
|
||||
>
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user