From 911f0d93209f082e32bb95af4ef9b7c82f756597 Mon Sep 17 00:00:00 2001 From: moisterrific <57187883+moisterrific@users.noreply.github.com> Date: Thu, 4 Jun 2020 22:39:52 -0400 Subject: [PATCH 1/2] Add additional onXthresholdBroken to changelog sorry I couldn't figure out how to put everything in one pr --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0712a2..a022f0bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Add 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.) * Fix 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) +* Add additional config options for automatically kicking clients from the server upon breaking anti-cheat thresholds. (@moisterrific) ## TShock 4.4.0 (Pre-release 10) * Fix all rope coils. (@Olink) From 7d4ce5af6974b0b816e3dbc6797e2671df10c7ab Mon Sep 17 00:00:00 2001 From: moisterrific <57187883+moisterrific@users.noreply.github.com> Date: Sat, 6 Jun 2020 00:36:29 -0400 Subject: [PATCH 2/2] Add latest commits regarding new permissions --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a022f0bf..db7b154b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Fix 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) * Add additional config options for automatically kicking clients from the server upon breaking anti-cheat thresholds. (@moisterrific) +* Add pylon teleportation permission to default group, added `/spawn` permission to admin group, added the new journey mode research permission to trustedadmin, and moved all previous journey mode permissions from owner to trustedadmin. (@moisterrific) ## TShock 4.4.0 (Pre-release 10) * Fix all rope coils. (@Olink)