[Server thread/ERROR] [sponge/]: Root command /reloadmoveanimation does not have an associated plugin! Using "unknown" in place of plugin ID for the permission

Hy sponge community,

I’m starting a pixelmon server for some friends using sponge for the plugins but every time i login to the server i get a mountain of error messages in the console saying that commands like /pokepc and /legendaryspawn do not have an associated plugin and the server will use unknown in place of plugin ID. for the permission.

can this be fixed by ading a plugin or changeing some settings? I think those commands are created by other pixelmon related mods.

log:
[17:12:30] [Server thread/INFO] [minecraft/PlayerList]: Petaki22[/127.0.0.1:56759] logged in to world ‘minecraft:overworld’ with entity id 167 at (-264.5743880318957, 64.0, -206.25415247118318)
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /legendaryspawn does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /spawnlegendary does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/WARN] [sponge/]: No path to command node with name minecraft:spectate could be found when generating its permission node. Unable to determine owning plugin - using “unknown” as plugin ID
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /reloadmoveanimation does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /pcedit does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /cedit does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /pokecompsearch does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /pcompsearch does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /pokecompsee does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /pcompsee does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /pctake does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /ctake does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /evolve does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /pevolve does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /pokepc does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /ppc does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /phatch does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /pokehatch does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /psell does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /pokegift does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /pgift does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /gift does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /preset does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /prestart does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /pretrieve does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /pkill does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /npkill does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /restorefossil does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /fossil does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /pstarter does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /plevelling does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /level does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:30] [Server thread/ERROR] [sponge/]: Root command /plevel does not have an associated plugin! Using “unknown” in place of plugin ID for the permission.
[17:12:31] [Server thread/WARN] [nucleus/]: The player Petaki22 has got either the nucleus wildcard or the * wildcard permission. This may cause unintended side effects.
[17:12:31] [Server thread/INFO] [minecraft/DedicatedServer]: Petaki22 joined the game

Its ok to have those errors. Just means that the mod that provided the command doesn’t register itself with the command.

Just maybe a issue when coming to permissions. The mod id of the permission would be unknown

That means i don’t have to worry about it.

thanks MoseMister.

1 Like

This is actually a problem with the way Forge (and mod) permissions are registered in 1.16.5. The consequence is that the permissions of mods cannot be accessed by SpongeForge. This has since been fixed for subsequent versions of Minecraft/Forge, but fixing it for 1.16.5 may prove very difficult.
See this issue for more details.