mt1006 / mc-nbtac-mod

Minecraft mod adding suggestions for NBT tags in commands
https://modrinth.com/mod/nbt-autocomplete
GNU Lesser General Public License v3.0
23 stars 1 forks source link

/minecraft:* Unsupported #4

Closed the-n1n closed 12 months ago

the-n1n commented 12 months ago

Main Problem

Many Servers/Plugins/Mods utlize their own commands, some of which take the alias of the default minecraft ones. Because of this many plugins make the vanilla commands under: /minecraft:*. The main plugin I know that does this is EssentialsX.

Examples:

/minecraft:summon /minecraft:give /minecraft:data

How to fix:

Simply allow the command syntaxes to require either just: /[Command] or /minecraft:[Command]