TerrariaServer.TShock 4.4.0.20200605-pre11

This is a prerelease version of TerrariaServer.TShock.
There is a newer version of this package available.
See the version list below for details.
dotnet add package TerrariaServer.TShock --version 4.4.0.20200605-pre11
NuGet\Install-Package TerrariaServer.TShock -Version 4.4.0.20200605-pre11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TerrariaServer.TShock" Version="4.4.0.20200605-pre11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TerrariaServer.TShock --version 4.4.0.20200605-pre11
#r "nuget: TerrariaServer.TShock, 4.4.0.20200605-pre11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TerrariaServer.TShock as a Cake Addin
#addin nuget:?package=TerrariaServer.TShock&version=4.4.0.20200605-pre11&prerelease

// Install TerrariaServer.TShock as a Cake Tool
#tool nuget:?package=TerrariaServer.TShock&version=4.4.0.20200605-pre11&prerelease

TShock is a toolbox for Terraria servers and communities. That toolbox is jam packed with anti-cheat tools, server-side characters, groups, permissions, item bans, tons of commands, and limitless potential. It's one of a kind.
This package was uploaded from CI service by SGKoishi, NOT official TShock Team.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.5.5 917 8/10/2021
4.5.2 491 4/22/2021
4.5.0 354 4/14/2021
4.4.0.20201015-pre13 342 10/24/2020
4.4.0.20200627-pre12 359 7/6/2020
4.4.0.20200605-pre11 586 6/5/2020
4.4.0.20200604-pre10 557 6/4/2020

TShock 4.4.0 Pre-release 11 for Terraria 1.4.0.5



* New permission `tshock.tp.pylon` to enable teleporting via Teleportation Pylons (@QuiCM)

* New permission `tshock.journey.research` to enable sharing research via item sacrifice (@QuiCM)

* Add Emoji event to GetDataHandler. This packet is received when a player tries to display an emote. (who?)

* Adding EmojiHandler to handle an exploit. Adding `tshock.sendemoji` permission and checks. Added this permission to guest group by default. (who?)

* Handled SyncCavernMonsterType packet to prevent an exploit where players could modify the server's cavern monster types and make the server spawn any NPCs - including bosses - onto other players. (who?)

* Added LandGolfBallInCup event which is accessible for developers to work with, as well as LandGolfBallInCup handler to handle exploits where players could send direct packets to trigger and imitate golf ball cup landing anywhere in the game world. Added two public lists in Handlers.LandGolfBallInCupHandler: GolfBallProjectileIDs and GolfClubItemIDs. (@Patrikkk)

* Added SyncTilePicking event. This is called when a player damages a tile. Implementing SyncTilePickingHandler and patching tile damaging related exploits. (Preventing player sending invalid world position data which disconnects other players.)

* Fixed the issue where mobs could not be fished out during bloodmoon because of Bouncer checks. (@Patrikkk)

* Update for OTAPI 2.0.0.37 and Terraria 1.4.0.5. (@hakusaro, @Patrikkk)

* Adding missing PlayerInfo data in GetDataHandler. (@Patrikkk)



Usual disclaimers apply.