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

    Raycrash

    Nice, I will keep an eye on this for updates (probably goes onto our server).
     
  3. Offline

    Nitnelave

    Could you make the spawn point random? so that people would not be able to find whatever landmark they had the time before?

    For nightmares, you could spawn mobs nearby after a set amount of time? Like, after one minute, there's a creeper spawning. Then after one more, it's 2 zombies, then 4 skeletons, then 6 angry spiders, and finally 10 ghasts, or something like that :p

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

    Dominic_T

    "When I explore any addition terrain is generated like a normal map, (bedrock floor, earth, oceans etc.)."

    "Can you post a list of all other plugins? It has to be a conflict with one of those."

    defaultcommands
    broderguard
    firecontrol
    permissions
    plgdisablecmd
    propertime
    simplehome
    vanishnopickup

    All latest versions, on craftbukkit 953.

    Defaultcommands is the only one I can think of that would conflict, as the others are only minor plugins. However, default commands is apaprently compatible with skyland worlds.
     
  5. Offline

    Naitsirhc Hsem

    sure, I still need to figure out what the best way to do nightmares is

    my guess is borderguard, I don't have the time today to finish updates to dreamland and debug this (sorry)

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

    Nitnelave

    The first time you go to the skyland, you keep your inventory, even if the config is set to separateinventories = true.
    And also, could there be a way to only do it when people are actually sleeping, instead of just getting in bed?
     
  7. Offline

    Naitsirhc Hsem

    Funny you should mension that, I just fixed that bug ;P. I will include an option in 1.8.1 for that.

    Edit:added in 1.8.1
     
  8. I can report that a proper bed spawn function has been made, so you will not spawn any longer on the roof if that was the case. You will now spawn next to your bed.

    Should hopefully get added to the next release.
     
  9. Offline

    JulianTran

    How do I figure out what version of bukkit I have, and what is a plugin.yml? Sorry, I'm a noob at this stuff.
     
  10. Offline

    Naitsirhc Hsem

    bukkit version: when you start your server it will log something like this
    Code:
    [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-902-gde8569e-b950jnks (MC: 1.7_01)
    plugin.yml: plugins/DreamLand/config.yml (sorry, I got the file wrong)

    Excellent code, I just got home and I am working it into 1.8.2 now!

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

    JulianTran

    The plugins that I have are:
    ArrowWall
    Citizens
    Dreamland
    Essentials
    HeroicDeath
    MagicCarpet
    MotherNature
    MuddersMilk
    NoMoreRain
    SafeCreeper
    ToughMelt
    Warpz0r

    I have the 1.7_01 version

    For the config.yml, do you just want me to copy and paste it right on here?
     
  12. Offline

    Naitsirhc Hsem

    sure, or attatch it as a file. Also post any errors that pop up in the console
     
  13. Offline

    alexms96

    This is awesome, truly amazing work, having some weirdness with the inventory options but i think thats my fault. A+...+ on the plugin.
     
  14. Offline

    Vahkiti

    Well, I've been experiencing weirdness since I got this plugin but only now has it gotten extremely aggravating and dangerous to my map.

    After much troubleshooting, I have determined that slowly, Skyland via this plugin is trying to, so to speak, absorb my world.

    It started out with a few patches of snow appearing here and there for no apparent reason, I would get rid of them as I saw fit. Then ice started forming in the ocean. Not huge flows, just a few blocks here and there. It started to get really annoying when the map started getting speckled with this crap with no less than a few blocks apart from each patch. Finally today, I joined my server to find the grass all turned to tundra colouring. This is when I uninstalled the plugin, and everything, (but the snow and ice) returned to normal.

    First off, why is this happening, has anyone else had their maps ruined by this, and how do you intend to fix it?

    On that subject, if anyone can recommend a good plugin for snow and ice removal that excludes TRUE winter biomes, could somebody please direct me to it? This has gotten out of control WAY too fast.
     
  15. Offline

    Naitsirhc Hsem

    This is great to know, I will put it as a warning. I am using the standard skylands environment that notch integrated in one of the latest updates. It is either a bukkit bug or a minecraft bug. If this starts happening more and more, I will try to get help from the bukkit staff.
     
  16. what kind of a thing is the nightmare?
    like there spawns all kind of mobs and they chase the player? ^^ would be a wesome
     
  17. Cool thx for the update on the main post!
     
  18. Offline

    Naitsirhc Hsem

    You have been helping out alot, it was the least I could do :)
    Something like that, I am just getting the basic tp mechanics worked out now.

    The next big chunk of this plugin will be the nightmares, any input/feedback is welcome :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  19. Don't know if you already saw it but I added Milestones to the Git.
     
  20. Offline

    echibahn

    Sweet plugin! Fyi... When I loaded it up for the first time and rightclicked on bed, my console flooded with error messages, but after i set dreamland spawn and went back multiple times, never saw the errors again. Here's the log.
    Code:
    07:59:25 [SEVERE] Could not pass event PLAYER_TELEPORT to MobArena
    java.lang.NullPointerException
            at com.garbagemule.MobArena.Arena.inRegion(Arena.java:632)
            at com.garbagemule.MobArena.Arena.onPlayerTeleport(Arena.java:1098)
            at com.garbagemule.MobArena.MAPlayerListener.onPlayerTeleport(MAPlayerListener.java:51)
            at org.bukkit.plugin.java.JavaPluginLoader$8.execute(JavaPluginLoader.java:293)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:212)
            at me.cmesh.DreamLand.DreamLandPlayerListener.enterDreamLand(DreamLandPlayerListener.java:23
    5)
            at me.cmesh.DreamLand.DreamLandPlayerListener.onPlayerBedEnter(DreamLandPlayerListener.java:
    145)
            at org.bukkit.plugin.java.JavaPluginLoader$23.execute(JavaPluginLoader.java:398)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at net.minecraft.server.EntityHuman.a(EntityHuman.java:626)
            at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:313)
            at net.minecraft.server.BlockBed.interact(SourceFile:93)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:219)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:552)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    07:59:25 [SEVERE] Could not pass event PLAYER_TELEPORT to BorderArea
    java.lang.NullPointerException
            at sl.nuclearw.borderarea.borderarea.validLocation(borderarea.java:102)
            at sl.nuclearw.borderarea.borderareaPlayerListener.onPlayerTeleport(borderareaPlayerListener
    .java:39)
            at org.bukkit.plugin.java.JavaPluginLoader$8.execute(JavaPluginLoader.java:293)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:212)
            at me.cmesh.DreamLand.DreamLandPlayerListener.enterDreamLand(DreamLandPlayerListener.java:23
    5)
            at me.cmesh.DreamLand.DreamLandPlayerListener.onPlayerBedEnter(DreamLandPlayerListener.java:
    145)
            at org.bukkit.plugin.java.JavaPluginLoader$23.execute(JavaPluginLoader.java:398)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at net.minecraft.server.EntityHuman.a(EntityHuman.java:626)
            at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:313)
            at net.minecraft.server.BlockBed.interact(SourceFile:93)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:219)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:552)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    07:59:25 [SEVERE] Could not pass event PLAYER_TELEPORT to BukkitContrib
    java.lang.NullPointerException
            at org.bukkitcontrib.ContribPlayerListener.onPlayerTeleport(ContribPlayerListener.java:37)
            at org.bukkit.plugin.java.JavaPluginLoader$8.execute(JavaPluginLoader.java:293)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:212)
            at me.cmesh.DreamLand.DreamLandPlayerListener.enterDreamLand(DreamLandPlayerListener.java:23
    5)
            at me.cmesh.DreamLand.DreamLandPlayerListener.onPlayerBedEnter(DreamLandPlayerListener.java:
    145)
            at org.bukkit.plugin.java.JavaPluginLoader$23.execute(JavaPluginLoader.java:398)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at net.minecraft.server.EntityHuman.a(EntityHuman.java:626)
            at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:313)
            at net.minecraft.server.BlockBed.interact(SourceFile:93)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:219)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:552)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    07:59:25 [SEVERE] Could not pass event PLAYER_TELEPORT to NoCheat
    java.lang.NullPointerException
            at cc.co.evenprime.bukkit.nocheat.checks.MovingCheck.teleported(MovingCheck.java:463)
            at cc.co.evenprime.bukkit.nocheat.listeners.MovingPlayerMonitor.onPlayerTeleport(MovingPlaye
    rMonitor.java:32)
            at org.bukkit.plugin.java.JavaPluginLoader$8.execute(JavaPluginLoader.java:293)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:212)
            at me.cmesh.DreamLand.DreamLandPlayerListener.enterDreamLand(DreamLandPlayerListener.java:23
    5)
            at me.cmesh.DreamLand.DreamLandPlayerListener.onPlayerBedEnter(DreamLandPlayerListener.java:
    145)
            at org.bukkit.plugin.java.JavaPluginLoader$23.execute(JavaPluginLoader.java:398)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at net.minecraft.server.EntityHuman.a(EntityHuman.java:626)
            at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:313)
            at net.minecraft.server.BlockBed.interact(SourceFile:93)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:219)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:552)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  21. Offline

    mavlock

    On our server we have invincible set. Within the dream world we take no damage. If you fall in lava for example, no damage happens. Once the player wakes up though they start to take damage as if on fire. Have you seen this?
     
  22. Offline

    Dominic_T

    Players get kicked upon entering the dream for moving to quickly. After checking for clashes with other plugins, I've found it's the border plugin we're using.

    We tried both borderguard and worldborder, both cause the player to be kicked when entering the dream (when a border is set in world_skylands).
     
  23. Offline

    Naitsirhc Hsem

    Fixed in 1.9 release, will be out within the week :)

    it seems to be a conflict with MobArena and BorderArea

    sweet!

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

    mavlock

    Thanks, this is an awesome mod.
     
  25. Offline

    Plasmius

    Current build 953
    im having a problem it gives me these huge error messages,
    current plugins:
    Big brother
    Commandbook
    factions
    falsebook
    Heroic death mcMMO
    prefixer
    voxel sniper
    zombieattack
    worldedit
    LWC
    HomeX
    Code:
    13:37:31 [SEVERE] Could not pass event PLAYER_MOVE to DreamLand
    java.lang.NullPointerException
            at me.cmesh.DreamLand.DreamLandPlayerListener.onPlayerMove(DreamLandPlayerListener.java:68)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:163)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  26. Offline

    Epsilion

    I'd like to make a request that you support multiple worlds with different settings. In my scenario I'm trying to create one world for dreams and a second that is just a skylands world with flight, but being able to turn on invincibility or adjust the flight setting as needed by my players would be great. I like the flight system in this plugin more than any other plugins that are active and I've only found one other plugin that allows per world permission for flight.
     
  27. Offline

    Naitsirhc Hsem

    After the nightmare relase, I will look into the multiple skylands with multiple settings and possibly a seperate flight plugin with the multiworld configuration

    are you using 1.8.2?

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

    Yoshinat0r

    I really like the idea for this plugin, but could you possibly make it configurable so players have to do more than just sleep in any bed. Just something simple like having to place glowstone under a bed, or perhaps a sign over their bed that says something like "Tonight I will dream of the Skylands". Then there would be a configurable chance to enter the skylands, if they followed the requirements and placed the appropriate items near their bed before sleeping.
     
  29. Offline

    tombik

    Can't build in drem lands :/. Know why? :/
     
  30. Maybe you are in the spawn area.
    In there you can't build unless you are OP.
     
  31. Offline

    aussie1579

    Request for future update:
    Could you add an option into the config file were we can select whether players port to their beds or die? something like the following

    ReturntoBed=True/False (true returns players to bed if they fall from Dreamlands/ False kills the player as if they were falling into the void
     

Share This Page