Inactive [TP] MultiWorld v1.9.0 - The easy multi world plugin [1317]

Discussion in 'Inactive/Unsupported Plugins' started by ferrybig, Sep 6, 2011.

     
  1. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    MultiWorld - The easy multi world plugin
    Version: v1.9.0










    I designed this plugin because the multiworld plugin I was using, no longer was supported. its an easy to use multiworld plugin, and also my first. It support permisions and superperm.

    Features:
    • support world removing
    • support nether/skylands
    • just a few command for you to remember "/multiworld","/mw","/goto"
    • you can now have creative worlds and survival worlds next to each other (hard to configure this)
    download:
    permision nodes for permissions Bukkit:
    Code:
        multiworld.*:
            description: Gives access to all the permissions
            children:
                multiworld.admin: true
                multiworld.whitelist: true
        multiworld.minium:
            description: The most used permissions
            children:
                multiworld.goto: true
                multiworld.list: true
        multiworld.basic:
            description: Just the basic permissions
            children:
                multiworld.minium: true
                multiworld.getflag: true
                multiworld.help: true
                multiworld.creativemode: true
        multiworld.moderate:
            description: moderator settings
            children:
                multiworld.basic: true
                multiworld.setflag: true
                multiworld.save: true
                multiworld.reload: true
                multiworld.link: true
                multiworld.move: true
        multiworld.admin:
            description: admin settings
            children:
                multiworld.moderate: true
                multiworld.create: true
                multiworld.remove: true
                multiworld.debug: true
        multiworld.goto:
            description: Teleport to a world.
            default: true
        multiworld.list:
            description: list al the worlds.
            default: true
        multiworld.remove:
            description: removes a world.
            default: op
        multiworld.create:
            description: Creates a world.
            default: op
        multiworld.save:
            description: save the data.
            default: op
        multiworld.link:
            description: chance the nether portals links.
            default: op
        multiworld.reload:
            description: reload the plugin.
            default: op
        multiworld.help:
            description: shows the help text.
            default: true
        multiworld.setflag:
            description: sets an world option.
            default: op
        multiworld.getflag:
            description: get an world option.
            default: true
        multiworld.creativemode:
            description: able to get the creative mode at creative worlds.
            default: true
        multiworld.whitelist:
            description: dont get affected at creative worlds.
            default: false
        multiworld.debug:
            description: shows debug information about the plugin.
            default: op
        multiworld.move:
            description: move a player to another world.
            default: op
    
    Flags for "/mw getflag" and "/mw setflag" Note: the flag value can be "true" or "false" (or ("on" or "off") or ("allow" or "deny") or ("yes" or "no"))
    • SpawnMonster - spawn monsters at this world
    • SpawnAnimal - spawn animals at this world
    • PvP - allow pvp at this world
    • RememberSpawn - make the server keep the spawn at its memory
    • CreativeWorld - makes this world creative
    todo:
    • Add an option to delete the world totally.
    • Add an option to enter the world seed.
    • Make an option to kick al the users from the world before removing it.
    • Add flags to worlds to stop monster spawning and animal spawning.
    • Make an option to save the worlds at the YML format.
    • Add custom language support
    • add support for creative worlds and survivel worlds whit separated invs.
    • make the height of the flatland terrain chancable
    bugs:
    • [med] it can acept tokens like "/" at the file name, what can cause wrong things to happen

    change log:
    version 1.9.0:
    • added 1 new world gen: Planets
    • fixed a bug about the gamemode chancer
    version 1.8.0:
    • stopped support of permissions plugin
    version 1.7.1:
    • tried to fix the bug that cause your game mode not be reverted
    version 1.7.0:
    • Fixed the cause of the following bugs:
      • [med] it spams errors at the server consule when you try to use not setted portals at worlds when the portal handler is activated at the config
      • [low] it dont say the name of world after creation
      • [low] portals using + creative worlds + unknown world to warp to = error
    • added 2 new commands: "/mw move", "/mw debug"
    • deleted some dublicated code (it was loading config.yml 2 times at startup)
    • added 1 more option at config (its consulelogging.debug and is an boolean(not documented at that file))
    • deleted 1 option at config
    • now it makes its config automaticly

    version 1.6.0:
    • added an option to link nether portals to other custom worlds
    • added new permission: multiworld.link - use the mw link command
    • addded new command
    • rewrote world gen
    • added an custom diffecalty for the custom worlds at config
    version 1.5.2:
    • made the flatland creator less cpu using
    version 1.5.1:
    • fixed the bug at 1.5.0
    version 1.5.0:
    • fixed the bug whit creative mode and admins
    • added 2 new world generators
    • shows an list of world generators if entered it wrong
    • added option to enter the seed when making world
    • [Bug] It have problems loading worlds after server startup.
    version 1.4.0:
    • Added an creative world flag (enable it at the config.yml)
    • Added an option to select the debugging level (chance it at config.yml)
    • added an configuration file "multiworld/config.yml"
    • added 2 new permissions: multiworld.whitelist, multiworld.creativemode
    • automaticly restores the inv if you go from an creative world to an survival world
    version 1.3.2:
    • Fixed the part always setting the pvp flag when you set a flag
    version 1.3.1:
    • fixed the bug that it was showing the world name instead of the enviroment whan using a wrong enviroment
    • fixed the new bug from v 1.3.0
    version 1.3.0:
    • You can now use * as flag name when using "/mw getflag <world> <flag>"
    • New bug: when you use an unknown world, it says the wrong thing
    version 1.2.1:
    • fixed a bug where the flags was been saved at the wrong file
    version 1.2.0:
    • added 3 new permision nodes: multiworld.setflag, multiworld.getflag, multiworld.*;
    • 2 new subcommands: "/mw setflag" and "/mw get flag"
    • fixed the bug that the help screen was using the permission "multiworld.goto" instead of "multiworld.help"
    version 1.1.2
    • Forgot to fix 1 grammar error, now fixed
    version 1.1.1
    • fixed the grammar errors @Ninjag said
    version 1.1.0
    • added /goto as alias for /multiworld goto
    • added alias /mw for /multiworld
    • new permision to see the help screen "multiworld.help"
    version 1.0.0
    • first release of the plugin

    This post has been edited 61 times. It was last edited by ferrybig Dec 15, 2011.
  2.  
  3. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    what does it say when it startup?
  4. Offline

    ibreaktoucher

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hope that helps http://78.143.2.189/wi-ni/minecraft_settings.php?dllog=1

    EDIT! it says that: 2011-12-03 10:54:15 [SEVERE] [MultiWorld] error while enabling:java.util.MissingResourceException: Can't find bundle for base name lang, locale en_US
    2011-12-03 10:54:15 [SEVERE] [MultiWorld] plz report the full error to the author:
    2011-12-03 10:54:15 [SEVERE] java.util.MissingResourceException: Can't find bundle for base name lang, locale en_US
    2011-12-03 10:54:15 [SEVERE] at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1499)
    2011-12-03 10:54:15 [SEVERE] at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1322)
    2011-12-03 10:54:15 [SEVERE] at java.util.ResourceBundle.getBundle(ResourceBundle.java:1246)
    2011-12-03 10:54:15 [SEVERE] at multiworld.data.LangStrings.<init>(LangStrings.java:39)
    2011-12-03 10:54:15 [SEVERE] at multiworld.data.DataHandler.load(DataHandler.java:139)
    2011-12-03 10:54:15 [SEVERE] at multiworld.data.DataHandler.<init>(DataHandler.java:60)
    2011-12-03 10:54:15 [SEVERE] at multiworld.MultiWorldPlugin.onEnable(MultiWorldPlugin.java:86)
    2011-12-03 10:54:15 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
    2011-12-03 10:54:15 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    2011-12-03 10:54:15 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    2011-12-03 10:54:15 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    2011-12-03 10:54:15 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    2011-12-03 10:54:15 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    2011-12-03 10:54:15 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    2011-12-03 10:54:15 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-12-03 10:54:15 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-12-03 10:54:15 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-12-03 10:54:15 [SEVERE] [MultiWorld] !!! CRITICAL MALL FUNCTION !!!
    2011-12-03 10:54:15 [SEVERE] [MultiWorld] !!! SHUTTING DOWN !!!
    2011-12-03 10:54:15 [SEVERE] [MultiWorld] !!! :( !!!

    This post has been edited 1 time. It was last edited by ibreaktoucher Dec 3, 2011.
  5. Offline

    toby000

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I created a new world NORMAL in the minecraft 1.0, and I can't enter in the nether. Why?
  6. Offline

    mmob18

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    N
    No, there is no error. I re-installed this plugin, and the same problem is there..... Any suggestions?
  7. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    v 2.2.0 has an bug, try using version 2.2.1
  8. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    becaus
    e you also need to make an nether world for that world, and link them together whit /mw link <wrold 1> <world 2>
  9. Offline

    ibreaktoucher

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

    This post has been edited 1 time. It was last edited by ibreaktoucher Dec 4, 2011.
  10. Offline

    toby000

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I try use this command and show this message:
    The Function you tried to use is not enabled, enable it first.
  11. Offline

    toby000

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I did it, thank you ! :D
  12. Offline

    pandy8

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    to unlink two worlds, is there a special command or do i have to modify the settings file?
  13. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    use the link command without giving the second world.
  14. Offline

    pandy8

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

    hastings.luke

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hi LOV THIS PLUGGIN but after i updated it when i start server i get a message saying MALL FUNCTIO SHUTTINGDOWN :( im not sure if its something i did wrong or just an error probabaly me xD anyways hope you see this
  16. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    it would help me if you give me information what bukkit version you use.
  17. Offline

    toby000

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    how to create a world of type "THE END"? You working on any new updates for this to happen?

    A doubt ... How to I flat a world of type "Flatland"? Because it has flat in a limited area. Thanks for the help.
  18. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    you can make an end world whit the newest version. You can make an world flat whit another plugin, I dont have something for it, still.
  19. Offline

    Eryxle

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    When ever i try to create a world it just says "An internal error occured while trying to perform this command."
    Is it because i'm using too many plugins?
  20. Offline

    toby000

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    thank you for the answer, other DOUBT: it is possible to link three worlds? Example: I create a normal world and link this world with a world of type "nether", I can also link with the world of the "END"? (to look like the game itself, in the singleplayer)
  21. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    its not posiable to link end portals yet.
  22. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    what error comes up at the server at the time of error?
  23. Offline

    Turitafo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How to Load a world so you can do /goto <world name>
  24. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    just create an world whit the same name as the world you want to load.
  25. Offline

    MangoSlicerForEver

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey, just installed this plugin and i saw that there's nothing in the config file. I really wanted a multi world plugin and found the one with no errors in the console, thanks! :D
  26. Offline

    MangoSlicerForEver

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    just got an error while i tried to make a planet world, i'll post the code
    Code:
    19:08:57 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'multiworld' in plugin MultiWorld v2.3.0
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:364)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NoSuchFieldError: THE_END
        at multiworld.worldgen.WorldGenerator.<clinit>(WorldGenerator.java:24)
        at multiworld.command.CreateCommand.runCommand(CreateCommand.java:64)
        at multiworld.command.Command.excute(Command.java:20)
        at multiworld.command.CommandHandler.parseCommand(CommandHandler.java:85)
        at multiworld.command.CommandHandler.excute(CommandHandler.java:56)
        at multiworld.MultiWorldPlugin.onCommand(MultiWorldPlugin.java:212)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 12 more
    >
    
  27. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    already fixed at private message, I think...
  28. Offline

    Baron6

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I cannot get the mw link to work. I've enabled it in the config, reloaded, shut the server off, but nothing seems to work. Any advice? It just tells me that I haven't enabled it.
  29. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    can you post your config.yml (from this plugin) and posiable some startup logs from this plugin?
  30. Offline

    The_Wrecker

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I have the same problem. No permissions plugins and I'm OP.

    Console and ingame; same results.

    Btw. error message typo when you just do /mw link
    terget shoul be target.

    I think you are looking for this part:
    Code:
    01:47:25 [INFO] [MultiWorld] [PortalHandler] loaded!
    01:47:25 [INFO] [MultiWorld] Enabling MultiWorld
    01:47:25 [INFO] [MultiWorld] v2.4.4 enabled.

    and my config:
    Code:
    
    options:
      debug: false
      difficulty: 1
      usecreativemode: false
      usecreativemodeinv: true
      useportalhandler: true
      useportalhandler: true
      locale: en_US
    worlds:
      world:
        seed: -1614015952655484863
        worldgen: NORMAL
        options: ''
      world_nether:
        seed: -1614015952655484863
        worldgen: NETHER
        options: ''
      world_the_end:
        seed: -995850592236703216
        worldgen: THE_END
        options: ''
      world1:
        seed: -8201030685370794879
        worldgen: NORMAL
        options: ''
      world2:
        seed: 5096739984582502056
        worldgen: NORMAL
        options: ''
      world3:
        seed: 7121198110282432546
        worldgen: NORMAL
        options: ''
      world4:
        seed: -6313998025301049324
        worldgen: NORMAL
        options: ''
      world2_nether:
        seed: 3779518917343735063
        worldgen: NETHER
        options: ''
    
  31. Offline

    The_Wrecker

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ooh yeah, tried doing the true thing twice btw...

    didn't work obviously!

    Some debug info:
    Code:
    >mw debug
    02:51:51 [INFO] Now printing debug information
    02:51:51 [INFO] Bukkit version: git-Bukkit-1.0.1-R1-b1597jnks (MC: 1.0.1)
    02:51:51 [INFO] Plugin version: 2.4.4
    02:51:51 [INFO] Is creative mode chancer enabled: false
    02:51:51 [INFO] Is creative mode chancer loaded: false
    02:51:51 [INFO] Is portal maneger enabled: true
    02:51:51 [INFO] Is portal maneger loaded: true
    Again some typo's there: maneger should be manager.

    What is chancer? pretty sure that's a typo as well

    This post has been edited 4 times. It was last edited by The_Wrecker Dec 25, 2011.
  32. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I just found abn bug at the portal thing, wil be fixed soon

Share This Page