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

10
config/stg.cfg Normal file
View File

@ -0,0 +1,10 @@
# Configuration file
general {
# Whether to cancel click event propagation.
# Setting this to 'true' will prevent destroying of blocks like tall grass and vanilla flowers.
# If you expect vanilla clients on server leave it 'false' otherwise this will introduce server-client desync.
B:cancelClickEventPropagation=false
}