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:
GEOEGII555 2024-08-19 19:41:33 +04:00 committed by GitHub
parent f9d7197b62
commit ceda23b7a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: