[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

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    MultiWorld - More worlds with environment support
    Version: 1.0 CraftBukkit 860

    Commands:

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


    Permissions:

    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!

    This post has been edited 1 time. It was last edited by Baummann Aug 7, 2011.
  2.  
  3. Offline

    Digi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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 :/
  4. Offline

    captainawesome7

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Baummann why didn't you add the type of environment to the command?
  5. Offline

    Baummann

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Currently working on that
  6. Offline

    Baummann

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    /newworld (world name) (environment)
  7. Offline

    captainawesome7

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    lol jk my bad
  8. Offline

    Mr_H4mm3r

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    [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]
  9. Offline

    Lolmewn BukkitDev Staff

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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)
  10. Offline

    Digi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Skyland enviroment works :} I didn't test on nether because I already have a nether world.
  11. Offline

    mcm101

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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
  12. Offline

    Pigbear

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Internal error :(
  13. Offline

    Baummann

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Give yourself the multiworld.newworld permission.
    * = all permissions
  14. Offline

    Baummann

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  15. Offline

    Pigbear

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How does that help at all it just says A internal error happend when attempting this command
  16. Offline

    Pigbear

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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
    >
  17. Offline

    Baummann

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Just saying it shows A internal error... doesn't help me. Tell me your craftbukkit version, and error codes in the console.
  18. Offline

    Baummann

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Missing permissions plugin.
  19. Offline

    Pigbear

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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
  20. Offline

    Baummann

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Missing permissions plugin.
  21. Offline

    Baummann

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I had that idea, too. Maybe I'll do it.
  22. Offline

    Pigbear

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I got permission before you said that I noticed >_>
  23. Offline

    Pigbear

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I still get it :S
  24. Offline

    Pigbear

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Same thing.
  25. Offline

    nichiatu

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Doesn't give me anything here. It creates the world, but I cannot /goto any world.
  26. Offline

    Lolmewn BukkitDev Staff

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It only works once every server session, it should work anyway. Is the problem of the Creation of Nether not-being nether solved yet?
  27. Offline

    Pigbear

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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
    >
  28. Offline

    Baummann

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You mean the background of the nether? Ye that's fixed in CB 860
  29. Offline

    Baummann

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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?
  30. Offline

    Lolmewn BukkitDev Staff

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Oh Ye I see, lolz :p
  31. Offline

    Pigbear

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

Share This Page