Inactive [TP/MISC] DreamLand v3.5 - Skylands are in your dreams [1.2.5-R4.0]

Discussion in 'Inactive/Unsupported Plugins' started by Naitsirhc Hsem, Jul 2, 2011.

  1. Offline

    Naitsirhc Hsem

    DreamLand is a plugin that allows your players to "Dream"!

    DreamLand is now on BukkitDev!

    >>LINK<<

    Happy Dreams!
     
    d100, himdo, Asimov and 7 others like this.
  2. Offline

    Stephen92

    Just wanted to say my server and me love this :), but is there a way to make it to where the nightmareland or w/e is gone like you cant get there?
     
  3. Offline

    Naitsirhc Hsem

    set the chance in nighmare to 0
     
  4. Offline

    Jhonz

    For some reason in the latest versions of Dreamland (2.0 +)
    It completely ignores all Permissions.

    I have checked that allowAll is set to false in the config.

    1.9.2 doesn't have this issue so I am sticking with that for the time being :)

    Thanks!
    -Jhon
     
  5. Offline

    Stephen92

    oh ok thanks alot man :)
     
  6. Offline

    Naitsirhc Hsem

    People asked for it

    I added support for built in bukkit permissions in 2.0, that is what is probably causing the problem. I will try to fix this for 2.3

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  7. It's possible to add a new node? Like this:
    dreamland.nowakeup
    I'll wanna to allowed some people to stay on the skyland although there is daylight, with the config option wakeup set to true.

    Cordialy
     
  8. Offline

    ArcheCane

    Great plugin for my server, works brilliant.
    Thanks.
     
  9. Offline

    Naitsirhc Hsem

    sure
     
  10. Offline

    Agmanotis

    The "returnToBed: false" setting isn't working all the way. Falling into the void in dreamland does return you to the global spawn. However, getting killed in dreamland still returns you to the last bed that you used. Can you make it so returnToBed is disabled in the event of dying?
     
  11. Offline

    Raycrash

    found another huge bug...

    if you go to dreamland, then you craft some armor put it on, go back and you still have it.
    (even with the go back with all items like on entering settings).
     
  12. Offline

    Naitsirhc Hsem

    I fixed that in 2.3 I am going to finalize it this weekend


    I never accounted for that, I will add that in 2.3
     
  13. Offline

    G1R Productions

    My server has fly off but when they go to this world they get kicked for flying.
     
  14. Offline

    eagle198

    Pics of nightmare?
     
  15. Offline

    Naitsirhc Hsem

    nether for now

    doing what action?

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

    Naitsirhc Hsem

    Posted the 2.3 with a bunch of fixes :)
     
  17. @Naitsirhc Hsem

    Infos: DreamLand 2.3 // CB 1000
    I have already this:
    In the server.log, the plugin version mentioned is not the correct version.
    Code:
    2011-08-06 20:00:09 [INFO] Preparing start region for level 2 (Seed: -1188999110421528964)
    2011-08-06 20:00:10 [INFO] Appleseed: 0 trees loaded in world world_nightmare.
    2011-08-06 20:00:10 [INFO] Preparing start region for level 3 (Seed: -1188999110421528964)
    2011-08-06 20:00:10 [INFO] Appleseed: 0 trees loaded in world world_skylands.
    2011-08-06 20:00:10 [INFO] DreamLand version 2.2 is enabled!
    Otherwise the node (dreamland.nowakeup) and the command (/wakeup) work great.


    Cordialy
     
  18. Offline

    Naitsirhc Hsem

    Thanks, I'll fix that!

    EDIT: uploaded with the correct version #
     
  19. Offline

    bl1tz0r

    awesome plugin dude :D
     
    Naitsirhc Hsem likes this.
  20. Offline

    Flyerminer

    how do i say this... with your existing worlds it would be added onto it like when u have a already generated world when you go to it the first time, the dreamland is automatically generated while your loading.
     
  21. Offline

    Naitsirhc Hsem

    You want to go to skylands from a normal world you currently have? Or use a previously created world as skylands?
     
  22. Offline

    mugabuga

    Make it so that if place bed in the Skylands you can go into a dream inside a dream. And if it already does that, this plugin is awesome.
     
  23. Offline

    Naitsirhc Hsem

    Maybe some other time. I just got this plugin fully stable
     
  24. Offline

    Ha1luciNate

    Outstanding. 10/10.
    [​IMG][​IMG][​IMG][​IMG][​IMG][​IMG][​IMG][​IMG]

    Here are diamonds for you!
     
  25. Offline

    Raycrash

    forget everthing:

    I found the real problem, when a user is dreamland and the server is shutdown he stays in dreamland and gets bugged.
    And with that I mean when je jumped off the world, you won't die and keep on falling + loads off error messages.
     
  26. Offline

    Ha1luciNate

    Yes I have actually had the same issue. When I am configuring a plugin and I reload the server to apply the changes with the "/reload" command you get stuck in dreamland and fall forever.

    Perhaps add a command /dream wakeup so that this issue can be averted...
     
  27. Offline

    Raycrash

    Code:
        22:49:08 [SEVERE] Could not pass event CREATURE_SPAWN to WorldGuard
        java.lang.NullPointerException
                at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onCreatureSpawn(
        WorldGuardEntityListener.java:552)
                at org.bukkit.plugin.java.JavaPluginLoader$66.execute(JavaPluginLoader.j
        ava:705)
                at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
        a:58)
                at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
        ava:332)
                at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent
        (CraftEventFactory.java:234)
                at net.minecraft.server.World.addEntity(World.java:849)
                at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.ja
        va:134)
                at net.minecraft.server.World.doTick(World.java:1701)
                at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
                at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
                at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    On entering dreamland

    tell me if you need to know more (world guard as the log says is enabled ;D)
     
  28. Offline

    Naitsirhc Hsem

    world guard is preventing mobs from spawning. This is a compatibility bug. I will list it on the main thread

    In addition to the wakeall command, I will fix it so It tries to make every player leave when the server shuts down or reloads

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

    Raycrash

    So is there a workaround ?
     
  30. Offline

    Naitsirhc Hsem

    Don't spawn monsters through dreamland?
     
  31. Offline

    spartan9910

    I see what you did there. For people who have not EVER seen that movie they talk about the dreams being "unstable". not sure if anyone else caught that?
     
    Naitsirhc Hsem likes this.

Share This Page