tModLoader

tModLoader

Persistent Player Position
Showing 1-7 of 7 entries
Update: 3 Nov, 2024 @ 1:37pm

Version 1.4 has been published to Stable tModLoader v2024.9
Fixed an issue preventing gravestones and death messages from displaying in multiplayer.

Update: 11 Oct, 2024 @ 4:46pm

Version 1.3 has been published to Stable tModLoader v2024.8
Fixed the issues present within the old 1.3 version, most notable of which include:
- players dying upon loading into the Don't Dig Up secret seed
- players staying in place when using any item that returned them to their home
- players respawning in the same place they died

Update: 11 Oct, 2024 @ 8:32am

Items that return you to spawn appear to not work in 1.3, and additionally there seems to be some imprecision with the positioning of the player. Thus, the mod has been reverted to 1.2 temporarily.

Update: 11 Oct, 2024 @ 2:33am

Version 1.3 has been published to Stable tModLoader v2024.8
Stop using the OnWorldEnter ModPlayer hook in favor of directly IL editing the Spawn method contained within the Player class. This allows for overriding vanilla spawn position behavior completely, so players simply will not go to spawn upon entering a world at all anymore, which they did previously (the mod moved the player fast enough that it wasn't noticeable, however it was very noticeable in multiplayer).

Update: 20 Sep, 2024 @ 5:46pm

Version 1.2 has been published to Stable tModLoader v2024.7
Fix issue where player would take fall damage if they were at a Y position significantly lower than spawn.
Add (some) compatibility with Subworlds Library, allowing you to return to your position in the main world when exiting a subworld. Your position in the subworlds will not save, however.

Update: 16 Sep, 2024 @ 9:12pm

Version 1.1 has been published to Stable tModLoader v2024.7
Fix issue where `loadedNBT` was null. This wasn't noticed in testing due to a large amount of mods delaying the `OnWorldEnter` method long enough for the mod to load the player's NBT data.

Update: 15 Sep, 2024 @ 9:37pm

Version 1.0 has been published to Stable tModLoader v2024.7
Initial release :)