Added tphere permission
This commit is contained in:
parent
a24d93b241
commit
554eb464f1
2 changed files with 3 additions and 2 deletions
|
|
@ -120,7 +120,7 @@ namespace TShockAPI
|
|||
ChatCommands.Add(new Command("home", "tp", Home));
|
||||
ChatCommands.Add(new Command("spawn", "tp", Spawn));
|
||||
ChatCommands.Add(new Command("tp", "tp", TP));
|
||||
ChatCommands.Add(new Command("tphere", "tp", TPHere));
|
||||
ChatCommands.Add(new Command("tphere", "tphere", TPHere));
|
||||
ChatCommands.Add(new Command("warp", "warp", UseWarp));
|
||||
ChatCommands.Add(new Command("setwarp", "managewarp", SetWarp));
|
||||
ChatCommands.Add(new Command("delwarp", "managewarp", DeleteWarp));
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
#spawnboss - allow player to spawn bosses
|
||||
#spawnmob - allow player to spawn any npcs
|
||||
#tp - allow player to teleport
|
||||
#tphere - allow a player to teleport players to their position
|
||||
#managewarp - allow player to add/delete warp locations
|
||||
#editspawn - allow player to enable/disable build protection
|
||||
#cfg - allow player to view/change tshock configuration
|
||||
|
|
@ -39,5 +40,5 @@
|
|||
default null canwater canlava warp
|
||||
vip default reservedslot
|
||||
newadmin default kick editspawn reservedslot
|
||||
admin newadmin ban unban whitelist causeevents spawnboss spawnmob managewarp time tp pvpfun kill logs immunetokick
|
||||
admin newadmin ban unban whitelist causeevents spawnboss spawnmob managewarp time tp pvpfun kill logs immunetokick tphere
|
||||
trustedadmin admin maintenance cfg butcher cheat immunetoban ignorecheatdetection ignoregriefdetection usebanneditem
|
||||
Loading…
Add table
Add a link
Reference in a new issue