Functions are using Essentials commands
UltraBlackLinux opened this issue ยท 3 comments
Information
Full output of /ess version
: 2.17.2.0
Server log: https://gist.github.com/UltraBlackLinux/163ec4ca0e587dcc8b89aee7eaad2764
EssentialsX config https://gist.github.com/UltraBlackLinux/74ec76a6dcffd8d12192bb31bccc0a07
Help request
Problem
Functions seem to use EssentialsX commands Instead of vanilla ones, causing tp and more not to work
What I have tried
commands.yml:
command-block-overrides:
- "tp"
unrestricted-advancements: false
aliases:
icanhasbukkit:
- version $1-
kill:
- minecraft:kill $1-
tp:
- minecraft:tp $1-
gamemode:
- minecraft:gamemode $1-
summon:
- minecraft:summon $1-
reload:
- minecraft:reload $1-
Additional Info
Related to #1458
Im on Magma (Spigot + Forge)
would be good if I could disable some Essentials commands completely since Id rather use their vanilla Counterparts
Commands.yml is the correct place to remap or remove commands. For example:
tp: minecraft:tp $1-
essentials:kill: []
Unfortunately this relies on your server implementation to handle correctly, and EssentialsX does not officially support "Magma".