TShock 5.2.3 for Terraria 1.4.4.9 #3065
hakusaro
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the last release before merging .NET 9 support.
Notable changes in this release
TShockAPI.Handlers.SendTileRectHandler
(@LaoSparrow):TileRectMatch.MatchRemoval
.tshock.ignore.sendtilesquare
.TSPlayer.s{X,Y}
in favour of using desyncing client and server spawnpoint values (Terraria.Player.Spawn{X,Y}
) until the player has changed their spawnpoint per session.TShockAPI.PlayerData
that accepts theincludingStarterInventory
parameter, which is responsible for loading the TShock inventory. (@AgaSpace)TShockAPI.PlayerData
accepting the argumentTShockAPI.TSPlayer
obsolete. (@AgaSpace)PlayerData.StoreSlot
method: Added an overload that takesTShockAPI.NetItem
. (@AgaSpace)tshock.world.time.usemoondial
, for regulating use of Enchanted Moondial. (@Arthri)tshock.specialeffects.{type}
, for regulating use of new special effects(Packet 51) which are not yet recognized by TShock. (@Arthri)tshock.npc.summonboss
permission for Skeletron summoning. (@Arthri)DisableDungeonGuardian
disabling Skeletron summon instead. The config option is useless as of writing. (@Arthri)GetDataHandlers
to ignoreNpcItemStrike(msgid 24)
, which should never be sent by a vanilla client. (@LaoSparrow)Upgrading
Before installing, make a complete backup of your existing server and all files and folders, including
tshock.sqlite
and thetshock
folder. We are not responsible for failed installations. Please make sure you backup your data. Severe data loss or gain may occur.To upgrade TShock, replace all of the files in the location of your server installation with all of the files from the release zip we provide. Overwrite all files. No data will be lost.
This discussion was created from the release TShock 5.2.3 for Terraria 1.4.4.9.
Beta Was this translation helpful? Give feedback.
All reactions