Sponge global.conf Alias: Minecraft's "Plugin ID"?

Is it possible to allow a minecraft command (for example /tp) to take priority over all plugin versions of the command using the Alias brackets in global.conf? if so, what would the “Plugin ID” for minecraft be?

anything that isn’t a plugin has it’s modid as the alias, so Minecraft’s is minecraft

3 Likes

Except Sponge considers Minecraft to be a plugin.

To Sponge (and Forge with Sponge), plugins are the same as mods, just with a different ModContainer/PluginContainer class that adds the Sponge-specific behavior.