minecraft server init

This commit is contained in:
2025-07-23 08:37:00 +03:00
commit ccf1f5f4d0
2460 changed files with 291551 additions and 0 deletions

View 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
>
}