[ADMN/FUN/TP] MultiWorld v1.1 - More worlds with environment support [1000] [Discontinued]

Discussion in 'Inactive/Unsupported Plugins' started by Baummann, Jun 15, 2011.

  1. Offline

    Baummann

    MultiWorld - More worlds with environment support
    Version: 1.0 CraftBukkit 860

    Commands:
    Commands (open)

    /newworld [world name] normal|nether|skylands - Generates a new world
    /goto [world name] - Teleports you to a world


    Permissions:
    Permissions (open)

    multiworld.newworld - Access to /newworld
    multiworld.goto - Access to /goto


    Download:
    Click here

    Changelog:
    v1.0 - First release
    v1.1:
    • Added PermissionsBukkit support
    • Worlds now load themselves

    Known bugs:
    You have to load worlds using /newworld after a server restart!
     
  2. Verry nice, but can you add a list or something where we can write the worlds that the server loads by default ?
    I have nether and sky and I don't want to use /newworld everytime I start the server :/
     
  3. Offline

    captainawesome7

    @Baummann why didn't you add the type of environment to the command?
     
  4. Offline

    Baummann

    Currently working on that

    /newworld (world name) (environment)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  5. Offline

    captainawesome7

    lol jk my bad
     
  6. Offline

    Mr_H4mm3r

    [FONT=%value]Can you please make the same plugin just with portals instead of commands??[diamond]. That would be great. [/FONT]
    [FONT=%value]ps are there already a plugin with portals please post the link ;)[/FONT]
     
  7. Offline

    Lolmewn

    Did some testing, I cant create nether worlds, and I cannot do /goto to other worlds when the server was (Yes, I know it's a known problem, but still). When I do /newworld nether2 nether (or something simmilar), it just creates a normal world. (Just like in my MultiWorld try btw). Just guessing, but skyworld doesnt work either (didnt test)
     
  8. Skyland enviroment works :} I didn't test on nether because I already have a nether world.
     
  9. Offline

    mcm101

    i cant seem to do a command. it says im not allowed to do that command (creating new world).
    plz help and thanks in advance

    seems like a cool plugin
     
  10. Offline

    Pigbear

    Internal error :(
     
  11. Offline

    Baummann

    Last edited by a moderator: May 16, 2016
  12. Offline

    Pigbear

    How does that help at all it just says A internal error happend when attempting this command

    16:34:59 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'neww
    orld' in plugin MultiWorld v1.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    8)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    87)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:712)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHand
    ler
    at com.Baummann.MultiWorld.MultiWorld.onCommand(MultiWorld.java:55)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHa
    ndler
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 14 more
    >

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  13. Offline

    Baummann

    Just saying it shows A internal error... doesn't help me. Tell me your craftbukkit version, and error codes in the console.

    Missing permissions plugin.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  14. Offline

    Pigbear

    16:34:59 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'neww
    orld' in plugin MultiWorld v1.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    8)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    87)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:712)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHand
    ler
    at com.Baummann.MultiWorld.MultiWorld.onCommand(MultiWorld.java:55)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHa
    ndler
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 14 more
    >With latest version
     
  15. Offline

    Baummann

    Missing permissions plugin.

    I had that idea, too. Maybe I'll do it.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  16. Offline

    Pigbear

    I got permission before you said that I noticed >_>

    I still get it :S

    Same thing.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  17. Offline

    nichiatu

    Doesn't give me anything here. It creates the world, but I cannot /goto any world.
     
  18. Offline

    Lolmewn

    It only works once every server session, it should work anyway. Is the problem of the Creation of Nether not-being nether solved yet?
     
  19. Offline

    Pigbear

    17:01:30 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'neww
    orld' in plugin MultiWorld v1.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    8)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    87)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:712)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHand
    ler
    at com.Baummann.MultiWorld.MultiWorld.onCommand(MultiWorld.java:55)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHa
    ndler
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 14 more
    >
     
  20. Offline

    Baummann

    You mean the background of the nether? Ye that's fixed in CB 860

    This error tells me that you don't have the permissions plugin. Or the plugin doesn't detect it. Are you using Permissions v3.x?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  21. Offline

    Lolmewn

    Oh Ye I see, lolz :p
     
  22. Offline

    Pigbear

  23. unable to download, download link wont work
    EDIT:
    Download worked now.

    I type /newworld skylands
    nothing happens?
    /goto skylands
    nothing happens?


    bukkit 860
    minecraft 1.6.6
     
  24. Offline

    Abysia

    Hey, love your plugin, but I'm having a little problem. Despite being OP and messing around with permissions, I am unable to place or remove blocks. I tried removing Essentials as I know it has problems with certain plugins but it nothing has changed. The only way I can affect the worlds besides my default is to use WorldEdit.

    Using the current versions of both craftbukkit and minecraft. Any help is most appreciated. Thanks.
     
  25. Offline

    1joshua123

    ok now how do i go back to my main world? is it /goto <mainworld> ?
     
  26. Offline

    Mr_H4mm3r

    That will be a awesome plugin. I think there where someone who made Warp(port/portal/orsomething) but the plugin is inactive :D. I will gladly test it on my server and make a banner for it too :D
     
  27. Offline

    klutch2013

    looks like the plugin i have been looking for, simple multi-world plugin that doesn't mess with the spawns of the world. been using it on my local server that i test new plugins on before i use it on my real server and its great, can't wait for the import issue to be fixed :) great simple plugin tho
     
  28. Offline

    Matthew

    THIS PLUGIN IS A PIECE OF SHIT MAKE IT BETTER OR GTFO!!
     
  29. Offline

    TheTrixsta


    Please Release The Source! I Need To Change The goto Command It Doesnt Work On My Server! Please?
     
  30. Offline

    philboy11

    A version for where only op's can use the commands? Some people dont use permissions.
     

Share This Page