Clean slate

This commit is contained in:
bytegrip
2025-11-08 15:21:14 +02:00
commit 73bfc2019d
890 changed files with 112578 additions and 0 deletions

33
config/structurize.cfg Normal file
View File

@@ -0,0 +1,33 @@
# Configuration file
general {
##########################################################################################################
# gameplay
#--------------------------------------------------------------------------------------------------------#
# All configuration related to gameplay
##########################################################################################################
gameplay {
# Should player made schematics be allowed
B:allowPlayerSchematics=true
# Should the default schematics be ignored (from the jar)?
B:ignoreSchematicsFromJar=false
# Max amount of blocks checked by a possible worker.
I:maxBlocksChecked=1000
# Max amount of changes cached to be able to undo
I:maxCachedChanges=10
# Max amount of schematics to be cached on the server
I:maxCachedSchematics=100
# Max world operations per tick (Max blocks to place, remove or replace)
I:maxOperationsPerTick=1000
}
}