Clean slate

This commit is contained in:
bytegrip
2025-11-08 17:53:47 +02:00
commit a919c8717e
944 changed files with 134472 additions and 0 deletions

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