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:
parent
19cc3f9b4c
commit
b3cf5f4e43
3 changed files with 50 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue