Unknown command outpost and bandit

Good evening!

I have added a new global teleport named Disco... Everything works correctly but after a plugin reload to apply a new setting to the Disco teleport the outpost and bandit teleport gives unknown command. Can confirm it worked before the reload.

I have generated a brand new config and the two commands are still unknown, no matter what I do. They are both enabled and worked fine before.

perhaps you have another plugin conflicting? If you could share those as well as your specific config

I have figured out that NTeleportation disabled the command /outpost and /bandit when CompoundTeleport (to have the teleports on spawn screen) is loaded. Why has this been hardcoded into it?

Merged post

                    if (CompoundTeleport == null)
                    {
                        banditEnabled = true;
                    }		
                    else continue;