Minecraft – How to have different plugins in different Multiverse worlds

minecraft-bukkitminecraft-java-editionminecraft-java-edition-server

I am trying to set up a Bukkit server. Is it possible to have different plugins in different worlds? I am ok with Permssions, and also I have already downloaded PermissionsEx. Could you give an example how to do it?

Best Answer

I'm not sure that you understand what you are trying to attempt. If you set up a minecraft server using bukkit, then you will always be loading the same world, unless you manually change what world is going to be loaded in the configurations, and even if you did, it would still load the same plugins folder as it is in a set place.

Sure, you can copy and paste the whole bukkit+server+properties+plugins and use a different folder for different worlds+plugins+properties, which would allow you to have separate plugins, but for what you are asking, there really isn't a simple point and click method for separate worlds having separate plugins.

If you want it to load a different world with its own plugins, just make a shortcut to the bukkit initializations in each of the folders you create, so its easy to choose which to start.