From a8954a6f4f903313391f19ec925a1d5d64c01c7d Mon Sep 17 00:00:00 2001 From: CrescendoFX Date: Mon, 29 May 2023 22:45:00 -0400 Subject: [PATCH] Added Tron data - Fixes config issue Title explains it all. There was an issue where the old WorldConfig.dat removed the Gladiators npc and spat out Miniplugins error logs due to the config file being misconfigured. This resolves the issues temporarily, although Kits, House, Ruins, Snake data, etc still have to be added. --- server_configs/Hub/world/WorldConfig.dat | 29 ++++++++++++++++-------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/server_configs/Hub/world/WorldConfig.dat b/server_configs/Hub/world/WorldConfig.dat index 99b0915c..8057259b 100644 --- a/server_configs/Hub/world/WorldConfig.dat +++ b/server_configs/Hub/world/WorldConfig.dat @@ -9,17 +9,11 @@ MAX_Z:256 MIN_Y:0 MAX_Y:256 -CUSTOM_NAME:MISSIONS -CUSTOM_LOCS:11,72,-19: +DATA_NAME:RED +DATA_LOCS:-42,65,-140 -CUSTOM_NAME:TREASURE CHEST -CUSTOM_LOCS:-20,73,-6:-20,73,6:20,73,-6:20,73,6: - -CUSTOM_NAME:LOOK_AT -CUSTOM_LOCS:0,74,1: - -CUSTOM_NAME:SPAWN -CUSTOM_LOCS:0,74,0: +DATA_NAME:WHITE +DATA_LOCS:-28,62,-154:-56,71,-126 DATA_NAME:YELLOW DATA_LOCS:-20,58,-178:20,58,-178 @@ -27,8 +21,23 @@ DATA_LOCS:-20,58,-178:20,58,-178 DATA_NAME:LIME DATA_LOCS:24,58,-168:-23,70,-187 +CUSTOM_NAME:SPAWN +CUSTOM_LOCS:0,74,0: + +CUSTOM_NAME:LOOK_AT +CUSTOM_LOCS:0,74,1: + +CUSTOM_NAME:MISSIONS +CUSTOM_LOCS:11,72,-19: + CUSTOM_NAME:TELEPORT Hub Games CUSTOM_LOCS:0,75,-139 +CUSTOM_NAME:TRON SPAWN +CUSTOM_LOCS:-17,73,-139 + CUSTOM_NAME:DUELS SPAWN CUSTOM_LOCS:0,73,-157 + +CUSTOM_NAME:TREASURE CHEST +CUSTOM_LOCS:-20,73,-6:-20,73,6:20,73,-6:20,73,6: