World loading/handling problem

Discussion in 'Plugin Development' started by migsthegod, Jun 10, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    migsthegod

    Hi im new,

    Im trying to simply load an extra world on my server using my own plugin.
    I don't want to use multiworld or other world plugins since i feel they have too much stuff

    Currently, i can load any extra worlds find when i add the ff. in my onEnable()

    Code:
            Bukkit.getServer().createWorld(new WorldCreator("newworld"));
    However, with this method, other plugins dont recognize the world "newworld" as a loaded world whereas if i use a multiworld plugin, every other plugin recognizes "newworld"

    I just read something about worldhandlers but not sure how different it is from createworld.
    Any ideas? :)
     
  2. mayby the other plugins are loaded before this plugin?
     
Thread Status:
Not open for further replies.

Share This Page