Hello. I am trying to make a pocketmine 3.3.1 server using aternos. i am using the "Worlds" plugin (https://poggit.pmmp.io/p/Worlds) for multiworld. is there a way to enable plugins only on certain worlds using a plugin or pureperms? i want to enable some plugins on certain worlds but cant find out how.
Plugins typically treat the whole server as one system, not each world. In fact, it is unreasonable to say to enable a plugin only in one world. For example, consider a plugin that modifies your server name in the server list. This has nothing to do with worlds. It is possible to restrict players from using certain commands in certain worlds, but it is not possible to restrict other behaviours of a plugin from interacting with particular worlds.