mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 07:35:08 +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
|
- bcv Stopping the server
|
||||||
tag:
|
tag:
|
||||||
- minecraft:tag $1-
|
- minecraft:tag $1-
|
||||||
minecraft:teleport:
|
|
||||||
- tp $1-
|
|
||||||
teleport:
|
teleport:
|
||||||
- tp $1-
|
- tp $1-
|
||||||
tell:
|
tell:
|
||||||
|
@ -137,8 +135,6 @@ aliases:
|
||||||
- minecraft:tellraw $1-
|
- minecraft:tellraw $1-
|
||||||
time:
|
time:
|
||||||
- minecraft:time $1-
|
- minecraft:time $1-
|
||||||
minecraft:tp:
|
|
||||||
- tp $1-
|
|
||||||
essentials:etpall:
|
essentials:etpall:
|
||||||
- tp $1-
|
- tp $1-
|
||||||
essentials:tpall:
|
essentials:tpall:
|
||||||
|
|
Loading…
Reference in a new issue