Important change: revamped all the commands to adapt them to the ECS pattern

This commit is contained in:
Jose
2026-01-18 19:09:35 +01:00
parent 3624a2741c
commit 3ed1ae2769
93 changed files with 1852 additions and 1599 deletions

23
run/config.json.bak Normal file
View File

@@ -0,0 +1,23 @@
{
"Version": 3,
"ServerName": "Hytale Server",
"MOTD": "",
"Password": "",
"MaxPlayers": 100,
"MaxViewRadius": 32,
"Defaults": {
"World": "default",
"GameMode": "Adventure"
},
"ConnectionTimeouts": {
"JoinTimeouts": {}
},
"RateLimit": {},
"Modules": {},
"LogLevels": {},
"Mods": {},
"DisplayTmpTagsInStrings": false,
"PlayerStorage": {
"Type": "Hytale"
}
}