From 0edab1de834faf32a888c9ab6ffac55fa1ef39d1 Mon Sep 17 00:00:00 2001 From: Rozen / Nova <68127614+Nova4334@users.noreply.github.com> Date: Sun, 21 Mar 2021 02:08:53 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f34631c..d1a91f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Patched protocol issue. Thanks to Off (@tlworks) and @bartico6 for contributions, including packet captures, packet analysis, exploit proof-of-concept testing, patch testing, and detailed reproduction steps. (@hakusaro) * Disabled debug by default. (@hakusaro) * Changed "WinVer" field in `/serverinfo` to "Operating System". (@Terrabade) +* Rewritten `/grow`, added every default tree type & changed the default help response. (@Nova4334) + * Added a new permission: `tshock.world.growevil` to prevent players to grow evil biome trees, these trees spawn with evil biome blocks below them. (@Nova4334) +* Introduced `/wallow` to disable or enable recieving whispers from other players. (@Nova4334) ## TShock 4.4.0 (Pre-release 15) * Overhauled Bans system. Bans are now based on 'identifiers'. (@QuiCM)