Implement additional teleport permissions.

This adds the follows permissions to the following items:
- tshock.tp.tppotion:   Teleportation Potion
- tshock.tp.magicconch:  Magic Conch
- tshock.tp.demonconch: Demon Conch
This commit is contained in:
James Puleo 2021-04-22 11:24:40 -04:00
parent 19cc3f9b4c
commit b3cf5f4e43
No known key found for this signature in database
GPG key ID: 3E16C7EFA34FB15D
3 changed files with 50 additions and 0 deletions

View file

@ -13,6 +13,8 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* If there is no section called "Upcoming changes" below this line, please add one with `## Upcoming changes` as the first line, and then a bulleted item directly after with the first change.
## Upcoming changes
* Added permissions for using Teleportation Potions, Magic Conch, and Demon Conch. (@drunderscore)
* `tshock.tp.tppotion`, `tshock.tp.magicconch`, and `tshock.tp.demonconch` respectively.
## TShock 4.5.2
* Added preliminary support for Terraria 1.4.2.2. (@hakusaro)