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

@ -271,6 +271,15 @@ namespace TShockAPI
[Description("User can use pylons to teleport")]
public static readonly string pylon = "tshock.tp.pylon";
[Description("User can use Teleportation Potions.")]
public static readonly string tppotion = "tshock.tp.tppotion";
[Description("User can use the Magic Conch.")]
public static readonly string magicconch = "tshock.tp.magicconch";
[Description("User can use the Demon Conch.")]
public static readonly string demonconch = "tshock.tp.demonconch";
#endregion
#region tshock.world nodes