mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-21 23:25:12 +00:00
Don't map minecraft:teleport to the eseentials version of the command (#136)
By blocking access to the standard Minecraft /teleport command, you're essentially limiting selectors and teleporting to entities (you can't teleport to entities with the essentials command, even with the UUID)
This commit is contained in:
parent
f9d7197b62
commit
ceda23b7a4
1 changed files with 0 additions and 4 deletions
|
@ -127,8 +127,6 @@ aliases:
|
|||
- bcv Stopping the server
|
||||
tag:
|
||||
- minecraft:tag $1-
|
||||
minecraft:teleport:
|
||||
- tp $1-
|
||||
teleport:
|
||||
- tp $1-
|
||||
tell:
|
||||
|
@ -137,8 +135,6 @@ aliases:
|
|||
- minecraft:tellraw $1-
|
||||
time:
|
||||
- minecraft:time $1-
|
||||
minecraft:tp:
|
||||
- tp $1-
|
||||
essentials:etpall:
|
||||
- tp $1-
|
||||
essentials:tpall:
|
||||
|
|
Loading…
Reference in a new issue