Chat commands keep saying replacedFixed
NTeleportation has replaced the 'outpost' chat command previously registered by CompoundTeleport
NTeleportation has replaced the 'bandit' chat command previously registered by CompoundTeleport

but in my config: 

"OutpostEnabled": false,
"BanditEnabled": false,

For now, it may make sense to reload CompoundTeleport after NTeleportation and see if that works for you.
Just reload CompoundTeleport. It will overwrite it again.
Do i have control on what loads first on a server startup? Won't that cause issues there if Nteleportation loads up after?
Don't think we have any control over how plugins are loaded. If anything I can just write something super small and simple that just reloads CompoundTeleport after the server starts.
Fixed in next update 1.0.87

`/bandit` will not be registered if 1) disabled in config, or 2) CompoundTeleport is loaded
`/outpost` will not be registered if 1) disabled in config, or 2) CompoundTeleport is loaded

This will not affect `/town outpost` or `/town bandit`
Locked automatically