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

BIN
run/auth.enc Normal file

Binary file not shown.

1
run/bans.json Normal file
View File

@@ -0,0 +1 @@
[]

31
run/config.json Normal file
View File

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

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

View File

@@ -0,0 +1,3 @@
{
"Shops": {}
}

View File

@@ -0,0 +1,3 @@
{
"Shops": {}
}

View File

@@ -0,0 +1 @@
{}

1
run/permissions.json Normal file
View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,3 @@
{
"Memories": []
}

View File

@@ -0,0 +1,3 @@
{
"Memories": []
}

View File

@@ -0,0 +1,51 @@
{
"Version": 4,
"UUID": {
"$binary": "821tR+8rQ9ajnnfyxAvw8Q==",
"$type": "04"
},
"Seed": 1768753955308,
"WorldGen": {
"Type": "Hytale",
"Name": "Default"
},
"WorldMap": {
"Type": "WorldGen"
},
"ChunkStorage": {
"Type": "Hytale"
},
"ChunkConfig": {},
"IsTicking": true,
"IsBlockTicking": true,
"IsPvpEnabled": false,
"IsFallDamageEnabled": true,
"IsGameTimePaused": false,
"GameTime": "0001-01-01T17:50:04.560488212Z",
"ClientEffects": {
"SunHeightPercent": 100.0,
"SunAngleDegrees": 0.0,
"BloomIntensity": 0.30000001192092896,
"BloomPower": 8.0,
"SunIntensity": 0.25,
"SunshaftIntensity": 0.30000001192092896,
"SunshaftScaleFactor": 4.0
},
"RequiredPlugins": {},
"IsSpawningNPC": true,
"IsSpawnMarkersEnabled": true,
"IsAllNPCFrozen": false,
"GameplayConfig": "Default",
"IsCompassUpdating": true,
"IsSavingPlayers": true,
"IsSavingChunks": true,
"SaveNewChunks": true,
"IsUnloadingChunks": true,
"IsObjectiveMarkersEnabled": true,
"DeleteOnUniverseStart": false,
"DeleteOnRemove": false,
"ResourceStorage": {
"Type": "Hytale"
},
"Plugin": {}
}

View File

@@ -0,0 +1,51 @@
{
"Version": 4,
"UUID": {
"$binary": "821tR+8rQ9ajnnfyxAvw8Q==",
"$type": "04"
},
"Seed": 1768753955308,
"WorldGen": {
"Type": "Hytale",
"Name": "Default"
},
"WorldMap": {
"Type": "WorldGen"
},
"ChunkStorage": {
"Type": "Hytale"
},
"ChunkConfig": {},
"IsTicking": true,
"IsBlockTicking": true,
"IsPvpEnabled": false,
"IsFallDamageEnabled": true,
"IsGameTimePaused": false,
"GameTime": "0001-01-01T09:32:56.213716854Z",
"ClientEffects": {
"SunHeightPercent": 100.0,
"SunAngleDegrees": 0.0,
"BloomIntensity": 0.30000001192092896,
"BloomPower": 8.0,
"SunIntensity": 0.25,
"SunshaftIntensity": 0.30000001192092896,
"SunshaftScaleFactor": 4.0
},
"RequiredPlugins": {},
"IsSpawningNPC": true,
"IsSpawnMarkersEnabled": true,
"IsAllNPCFrozen": false,
"GameplayConfig": "Default",
"IsCompassUpdating": true,
"IsSavingPlayers": true,
"IsSavingChunks": true,
"SaveNewChunks": true,
"IsUnloadingChunks": true,
"IsObjectiveMarkersEnabled": true,
"DeleteOnUniverseStart": false,
"DeleteOnRemove": false,
"ResourceStorage": {
"Type": "Hytale"
},
"Plugin": {}
}

View File

@@ -0,0 +1,3 @@
{
"BlockPlacementCounts": {}
}

View File

@@ -0,0 +1,3 @@
{
"BlockPlacementCounts": {}
}

View File

@@ -0,0 +1,3 @@
{
"Markers": {}
}

View File

@@ -0,0 +1,3 @@
{
"Markers": {}
}

View File

@@ -0,0 +1,3 @@
{
"HadPlayer": false
}

View File

@@ -0,0 +1,3 @@
{
"HadPlayer": false
}

View File

@@ -0,0 +1,8 @@
{
"SpawnPoint": [
0,
0,
0
],
"LoadedPrefabMetadata": []
}

View File

@@ -0,0 +1,8 @@
{
"SpawnPoint": [
0,
0,
0
],
"LoadedPrefabMetadata": []
}

View File

@@ -0,0 +1,3 @@
{
"Stats": {}
}

View File

@@ -0,0 +1,3 @@
{
"Stats": {}
}

View File

@@ -0,0 +1,3 @@
{
"SpawnSuppressorMap": {}
}

View File

@@ -0,0 +1,3 @@
{
"SpawnSuppressorMap": {}
}

View File

@@ -0,0 +1,3 @@
{
"Now": "1970-01-01T00:24:40.152017104Z"
}

View File

@@ -0,0 +1,3 @@
{
"Now": "1970-01-01T00:24:36.869039310Z"
}

1
run/whitelist.json Normal file
View File

@@ -0,0 +1 @@
{"enabled":false,"list":[]}