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

    MinecraftDODO

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Why when i make /multiworld create Test1 normal 34212364546 there came an internal error occured while attemting to perform this command????
  4. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    like?
  5. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    it would help me 100 times better if you give me your craftbukkit version and the error that comes up.
  6. Offline

    QBcrusher

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I found a bug. I am running a creative world aside my survival world. when people teleport out of creative its all fine, their inventory restores like its supposed to. But i noticed if i restart the server or reload the plugins while people are in the creative world, they keep that inventory if they go back to survival world. I had to close my creative world off to the public because i dont want anyone giving themselves diamond blocks and whatnot....is there any fix for this? thanks in advanced
  7. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Responsed already at the bukkit dev thread
  8. Offline

    GumaCZ

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hello,
    please can you tell me how to set flag for any world permanently? On my server always after restart I must set flags again. Thank you.
  9. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    its already permanently
  10. Offline

    rogvid700

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Will this be updated for R5? Once the new 1.2 code is released? I use this plugin and I don't want it to crash. :)
  11. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    look at the dev.bukkit.org thread for the newest versions, and yes, will be updated if you follow the files
  12. Offline

    Xarcher321

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    When ever i try to /mw create BuildWorld flat land, it says that an internal error occured. im not expecting you to know how to fix this but i really want a build world but the internal error is interupting
  13. Offline

    Emiya Shirou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I know how to unload my world (/mw unload <name>) but how to load that world back? /mw load <name> reloads the plugin but doesn't load that world...

    I want to load back my old world with all the settings (including generator and seed that was in it before... How to do so?
  14. Offline

    schwarzeriag

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i have a question: It is possible to do the settings on the other world so that the world be hardcore and you dont link in the world on, if you are die??
  15. Offline

    kattemjau

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    UPDATE!! I CANT WAIT LONGER!
  16. Offline

    Lathanael

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    May you read the OP? There is a link which points you to the dev.bukkit site where a version for 1.2.3 is avaialable for download!
  17. Offline

    kattemjau

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How to insall the new multiworld?
  18. Offline

    chopstick121

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    update it plz
  19. Offline

    Lathanael

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Stop demanding updates if there already are some. Just go to the DevBukkit site of this plugin(The link is in the OP!)
    And if want it for 1.2.4 TRY it, it will most probably work as it is not a huge update!
  20. Offline

    Frontgunner

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i have some you might like

    1.EasyWorlds
    2.Worlds
    3.WonderWorlds
    4.Globe ?

    not in any ranking order. but if u like those let me know.

    fyi non of those names are taken. not yet at least ;)
  21. Offline

    ZIPLEX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    it loads a file but never has anything in it?
  22. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    what do you mean?
  23. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    you replied to 1 of the first messages, that time is long done now
  24. Offline

    eddie017

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Also, Just responding to yur post, on the /help advanced there is a typo, it says al flags instead of all flags :)
  25. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    thx, but try to say this things on the bukkit dev thread, because thats more updated
  26. Offline

    skillwork

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hello! Very nice plugin i really liked it! But in some servers i visit, they have stargate and use it with this plugin. I have made a teleport, but on theese servers they have made a world and call it "Freebuild" When you get there you got Creative gamemode. I would like to know how they do it. Can you please tell me =D? Would be nice!
  27. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    read the "faq'" at the bukkit dev site
  28. Offline

    Nateddog

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey I can't get the /mw link command to work. Well it says that it does work but nothing happens when you get into the nether portal. I have Craftbukkit version 1.2.5-R1.0. I load up the server. I use "/mw create test Normal" to create a normal world named test. It works. I use "/mw goto test" to see if it worked properly, and it did. Then I use "/mw goto world" to return to the original world. Then I went into "~\plugins\Multiworld\config.yml" and changed the part "useportalhandler: false" to "useportalhandler: true". Then saved it. Restart minecraft client. Restart Bukkit Server. Reconnect to Server. Then "/mw reload" to make sure plug in is reloaded. Then "/mw goto test" to return to the 2nd world. Now I type "/mw link test world" This should link nether portals here to the original world. So I build a nether portal and light it up. When I stand in it the screen does the visual purple effect but never takes me anywhere. Eventually I jump out of it and I'm still in the world "test". So I type "/mw goto world" to return to the first world. And here I build another nether portal. And I type "/mw link world test" to try to make the link work the other way. When I stand in this nether portal it just takes me to the nether, just like regular minecraft. I have seen videos where trying exactly what I have done has worked (http://www.youtube.com/watch?v=Q6UP4392FQ8&feature=related) for others so I am stumped. Any help would be much appreciated! :confused:
  29. Offline

    grid21

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    can I turn off or on PvP for each world? Or turn creative on or off for each world?
  30. Offline

    pumakid98

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hey i got stuck
  31. Offline

    pumakid98

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i made a world called ponyville and my first 1 its called 24/7 mariguas but i cant go back :3
    plz help me :)
  32. Offline

    pumakid98

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    CAN i make portals ???
    for my 1st world to my second world and im still stuck at the 2nd world when i type /mw goto 24/7 mariguas says
    type /goto so i do it and it still says the same thing!!! plz help me :)

Share This Page