Inactive [CHAT/MECH] DimensionDoor v2.1.1 Multiworld management made easy [1.3.1-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by grandwazir, Jun 28, 2011.

  1. Offline

    grandwazir

    I posted a list further up in the thread. I'll add it to the main post now as well.
     
  2. Offline

    Criouz

    can u add something like a nether portal that ppl must go thru to get to another world and that u cat take with u items from one world to another . say u got diamonds and stuff in one world and nothing in another world u cant take ur diamonds with u to the other world they stay in ur inventory in that world.... sorry for my bad english i hope u understand.
     
  3. Offline

    Mausterio

    Permission Support? Also having actual physical portals would be nice.
     
  4. Offline

    Sleaker

    Do you have plans to allow more flags - World-Wide Fire spread disabling?
     
  5. Offline

    Gimlao

    @grandwazir : Could you please add the seed at the end of the create command ? =)

    /dd create [world] [type] [seed]
     
  6. Offline

    hellsome

    Also luke it is case sensitive

    can you add a command so that the worlds have different invitorys on your character?

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

    Sleaker

    Short answer: Just Use this: http://forums.bukkit.org/threads/mech-multiinv-v2-3-0-per-world-inventories-935.4742/

    Trying to implement a whole plugin into a lightweight world manager is a bad idea.

    @Mausterio - I actually like that this plugin doesn't provide any builtin portals or teleport mechanisms. If you need those functions builtin you have multiple other choices for plugins. This is one of the very few plugins that does small easy to setup world management.
     
    grandwazir likes this.
  8. Offline

    halvors

    Normal
    Nether
    Skylands
     
  9. Offline

    Mausterio

    Well it would still be nice to have permissions :p

    Nvm. =3 Just caught it in posts.

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

    kuledaniel

    what is the permissions?

    Why not with flat??add is too please :D

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

    grandwazir

    Permission nodes are in brackets after the command in the main post on the first page.
    I'll look into adding this for the next version.
    I don't understand what you mean here.
    Not currently. Worldguard would do a much better job at this than I could. I am not against additional features though as long as they are things you would expect to the world manager to handle. Isolated chat across worlds is a feature for example that is best implemented at this level rather than in another plugin.
     
  12. Offline

    Sleaker

    That's the thing, we don't use WorldGuard. and a simple flag to disable fire spread would be much appreciated. I realize it's a very small plugin to do it as a standalone, but that's why I'd prefer it just be included as a per-world option.
     
  13. Offline

    Mongoose

    This is a great plugin, except I have the same problem as Lukeroge: the spawnMonsters flag is not working. I used /dd info to make sure it was false and monsters are still spawning on my world. I even removed all of the other plugins on the server and it still did not work.
     
  14. Offline

    Gimlao

    Many thanks ! =D

    I think he's asking for a new type : Flat World.

    You know, something like that : /dd create freebuild FLATWORLD
     
  15. Offline

    Talonleuco

    I think it would be good if you could set passive health regen per world. However I am also running into monsters spawning when the flag is turned to not spawn (also w/o mods and after a restart) Aside from that though, I absolutely love this plugin, thank you very muchly!
     
  16. Offline

    kuledaniel

    THIS PLUGIN IS AWESOME!!! I WANT TO EXPLODE LIKE AS [creeper] BECAUSE IS A AWESOME PLUGIN!!!
     
  17. Offline

    grandwazir

    I can not reproduce this on my server. I have my second world set has monster free and that is working fine. Is it your main world or an additional world?
     
  18. Offline

    Stevo_1066

    This works great, but I'm having a tidbit of an issue. Normal players can't use the "/dd teleport [world]" command. I'm not running any permissions mods, we just got normal players and OP's. Any way I can fix this?
     
  19. Offline

    grandwazir

    Only way I could fix it is to make the teleport command not require op - would make sense as well on a server like yours. I'll make the change with next version (will have time on Sunday).
     
  20. Offline

    Gimlao

    You should make an Op version and an NonOp version of the plugin, concerning the "/dd teleport [world]" command.

    Because I use Stargate so that players can teleport through worlds with it.

    ( I create a world, I "/dd teleport" to it, and I create a Stargate in it for players. )
     
  21. Offline

    hellsome

    WHAT THE F*** ALL OF MY WORLDS JUST RESET!!!!!!!!!!!!

    why did this happen!!!!!!

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

    grandwazir

    DimensionDoor does not touch your world data - it is impossible for it to reset your worlds.
     
  23. Offline

    hellsome

    well i have to restart everything now :(
     
  24. Offline

    Stevo_1066

    Heh, I started doing this as well. Stargates is a great solution to the issue.

    Thank you for responding so quickly and effectively. Thanks all in all sir. ^.^
     
  25. Offline

    grandwazir

    This has been added in the latest version. You can use ether words or numbers as your seed and DimensionDoor will convert it if necessary. I use the same technique Notch does so the seeds should match the ones you can create in singleplayer.

    Next week I am considering adding ChunkGenerator support.
     
  26. Offline

    Gimlao

    Thanks for the "seed" update ! =)

    Just one thing :

    When we create a world, it don't pay attention to the server settings...

    For example, I have this in my server.properties :
    When I "/dd create" a world, it have spawnAnimals and spawnMonsters set to true, and pvp set to false... =/
    So I have always have to "/dd modify" the new worlds I make to set it false.

    ( I think there's the same problem in MultiVerse... )

    Is it fixable ?

    Idea :

    You should add this to the "/dd create" command :

    /dd create [world] [type] <seed> <pvp> <spawnAnimals> <spawnMonsters> <isolatedChat>

    So we could type this :

    /dd create test normal 404 true false false false
     
  27. Offline

    grandwazir

    At the moment it uses the default world settings as a template. I would not be keen adding more to that command though it is already long enough. One way to do it would be to just check what the settings are on the current world and mirror those, but it is still going to leave you with situations where it won't be exactly what you want.

    Is it that much of an issue though? You only have to do the dd.modify once when you set it up.
     
  28. Offline

    Gimlao

    No, it's not really grave, but I though it would be better for the plugin if it could take a look at the server.properties to set pvp animals and monsters to true of false (if possible of course...).
     
  29. Offline

    grandwazir

    I've added this in the latest version.
     
  30. Offline

    Gimlao

    Thanks.

    But now, It seems that spawnAnimals is inverted with spawnMonsters.

    There's Animals and no more Monsters where spawnMonsters is true and spawnAnimals is false. =/

    And Vice-Versa.

    Could you fix that ?

    Edit : I just discovered that when I teleport to another world, it conserve the biome of the world I was before.

    But it does the same with Multiverse, so I think it's a CraftBukkit bug...
     

Share This Page