DarkholmeTenk / TardisModIssues

Contains the issues tracker for the private TardisMod
25 stars 8 forks source link

Deleting TARDIS dimensions? #631

Open SADXfan01 opened 6 years ago

SADXfan01 commented 6 years ago

When used on a server, trying to delete an unused TARDIS by deleting its folder and unregistering with /treg doesn't seem to work. Any other way?

SADXfan01 commented 6 years ago

It seems after unregistering, it reassigns them back in a second or two after, with no way of stopping this.

treg remove INSERTNAMEHERE [Server thread/INFO]: INSERTNAMEHERE removed from listing [Server thread/INFO] [STDOUT]: [tardis.common.core.TardisOutput:print:50]: [TM][TPlReg]Mapping dim 3 to INSERTNAMEHERE [Server thread/INFO] [STDOUT]: [tardis.common.core.TardisOutput:print:50]: [TM][TPlReg]Saving to NBT

I've attempted to stop the server immediately after the player's listing was removed, but the corresponding dimension folder was regenerated upon server restart anyway.

SADXfan01 commented 6 years ago

I've discovered that I can successfully change the dimension registry, and delete appropriate folders if I edit TDimReg.dat (How many TARDISes should exist) and TModPReg.dat (Who owns what dimension) in the world/data folder with NBTExplorer. Would appreciate a command to remove a TARDIS, but this is a fine workaround, and I hope others can use this information in the meantime.

Edit -- Server shouldn't be running when editing files (Duh)