Conflit with plugin COMPOUND TELEPORT

heya. this is not a conflict. it is intended that these commands are disabled, and this functionality was added long ago to prevent compatibility issues with the premium version

if this is to be made optional then the uMod version of Compound Teleport must provide the necessary API to check if it's the uMod version. checking version numbers or the name of the plugin will not be enough to determine this

this will be enough:

private bool umodversion() => true;​