clientstuff

This commit is contained in:
2025-10-27 11:53:18 +01:00
parent 503b04656d
commit d22cef5355
1575 changed files with 795737 additions and 610 deletions

View File

@@ -0,0 +1,28 @@
# Configuration file
~CONFIG_VERSION: 1
core {
# Do not reload scripts when relogging, saves time. Usable when playing on one server/singleplayer... [default: false]
B:antiStuck=false
# Load scripts before connect to server? Save time and traffic. Requires server with disabled sendLoadScripts. [default: false]
B:loadScriptsBeforeConnection=false
}
network {
# Handle OpenBrowser and CopyClipboard packets? Insecure. [default: false]
B:handleDesktopPackets=false
# Proccess LoadScripts packet on client? Insecure, takes time, but update scripts on the fly... [default: true]
B:handleLoadScripts=true
# Send scripts to players on logging in [default: true]
B:sendLoadScripts=true
# Send scripts to players on command "mt reload" [default: true]
B:sendScriptsOnReloading=true
}