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

    Plasmius

    im using 1.7.2
    just thats an old log from a while ago beacuse i couldnt open the newer ones kept crashing
    but its the same error message
     
  3. Offline

    Monkz

    can you make it so you can attack a person who is in their bed while in the dreamland?
     
  4. Can you place the error when you have the newest version.
    Now it is really hard to debug.

    No that is not possible.
    The reason for this is that you actually get teleported to the Dreamland.
    This is a thing how Minecraft works.

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

    RESPRiT

    I use this plugin on my server and absolutely love it. We like to call it "Inception" (although there already is an "Inception" plugin) because of all the similarities. Anyways, today I got an interesting question from one of my co-admins: "WHY CAN'T I GO DEEEEPER". I realized that would be pretty, darn cool.

    So, unless this may have been requested already, I'm wondering if you could add the ability to sleep in dream worlds so you can have dreams of dreams.

    That's all, thanks!
     
  6. It is a cool idea, but would also be a huge server performance issue.
    Maybe later in the development.
     
  7. Offline

    Naitsirhc Hsem

    That would be pretty cool, I think that should be a feature in 2.0
     
  8. Offline

    IRS

    I'm not sure I need to remind you, but I am going to anyway. I love this plugin <3 just straight awesome.
     
  9. [​IMG]
     
    Grimmy777 and RESPRiT like this.
  10. Offline

    Monkz

    Can you add a permissions node to disable fall damage while in skylands? Because i have certain people who are allowed to fly there, but i dont want them to take fall damage, but i want those who dont fly there to take fall damage as normal.
     
  11. Offline

    The24man

    I really would like to try this plugin but the download link is broken. It seems that that site is down. For me atleast...
     
  12. Apparently it is. I think he has some server issues.
    I'm going to upload to a different location so you can download it from there.
     
  13. Offline

    RESPRiT

    Well, you probably could make it optional, right? Maybe just put out a warning in the OP about the feature.
     
  14. It can be made but the server maintainer should be aware of this consuming feature.

    EDIT:
    Temporary download link version 1.8.2:
    http://goo.gl/aVHM4
     
  15. Offline

    Tulips

    you should make it so there is a npc with ur name in the bed or standing on the bed when u go to dreamland xD. like as if you used citizens plugin or something
     
  16. Offline

    Grimmy777

    Code:
    2011-07-13 15:11:41 [SEVERE] Could not pass event PLAYER_MOVE to DreamLand
    java.lang.NullPointerException
        at me.cmesh.DreamLand.DreamLandPlayerListener.onPlayerMove(DreamLandPlayerListener.java:119)
        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)
    Code:
    skylands:
        allowAll: true
        fly: true
        chance: 1
        portalexplode: true
        flySpeed: 0.5
        flytool: '288'
    dreamland:
        attemptWait: 0
        morningReturn: true
        chance: 1
        teleportOnQuit: false
        dreamInvincible: true
        seperateInitialInventories: true
        message: false
        allowAll: true
        fly: true
        portalexplode: true
        flySpeed: 1.0
        world: world_skylands
        kit: false
        flytool: '288'
        seperateInventories: false
    I have too many plugins to list but the other ones that freak out at the same time as this usually are BigBrother and Mother Nature. This has been spaming up my log. Here is another more useful log clip..

    Code:
    1-07-13 14:55:56 [INFO] Neko456 went to Dream Land
    2011-07-13 14:56:04 [INFO] Neko456 left DreamLand
    2011-07-13 14:56:16 [SEVERE] Could not pass event PLAYER_TELEPORT to MotherNature
    java.lang.NullPointerException
        at net.minedev.mnplus.MotherNature.listener.MotherNaturePlayerListener.onPlayerTeleport(MotherNaturePlayerListener.java:100)
        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.onPlayerBedEnter(DreamLandPlayerListener.java:158)
        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)
    2011-07-13 14:56:16 [SEVERE] [BBROTHER] onPlayerTeleport(org.bukkit.event.player.PlayerTeleportEvent@2975bc53)
    java.lang.NullPointerException
        at me.taylorkelly.bigbrother.listeners.BBPlayerListener.distance(BBPlayerListener.java:347)
        at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerTeleport(BBPlayerListener.java:114)
        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.onPlayerBedEnter(DreamLandPlayerListener.java:158)
        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)
    2011-07-13 14:56:16 [INFO] Neko456 went to Dream Land
    This seems to happen every time someone goes to the dream world. Any Ideas other then just simple plugin confliction?

    the current one

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

    Naitsirhc Hsem

    It seems to be a plugin conflict, also what plugin version are you using?

    sure, adding to the todo :)

    Thanks Rodey, my no-ip address was going to expire

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

    Raycrash

    They now got different inventories but what happens with the items ?
     
  19. Are you sure you use the 1.8.2 version? Because the errors you have don't correspond to the 1.8.2 version.
     
  20. Offline

    Naitsirhc Hsem

    please be more specific
     
  21. Offline

    inb4ohnoes

    For some reason, people get kicked for moving too fast when going from the regular world to the dream world, but not vice versa. Do you think this is the server causing this or is it something like NoCheat or Permissions?
     
  22. I thinking he means the items in the bottom bar, the stuff you can hold.
    And not to forget your armour slots.

    There is a reason for that. When you teleport to the dreamworld you teleport first to the last known location in that world before it moves you to the spawn. It's kind of a bug, We shall take a look at it.

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

    Naitsirhc Hsem

    Try removing the no-cheat plugin, I am fairly sure that that is your problem

    fixing in 1.9

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

    Raycrash

    Sorry, for beeing so unspecific.

    Just wanted to know if theres a way yet to transfer items from dreamland to realland.
    Right now inventories are just split right ?
     
  25. Offline

    The24man

    Thanks for the alt download, this plugin along with LazyRoad have got to be my two favourite.

    @Raycrash
    For me you keep your inventory to the dreamland and back.

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

    Raycrash

    Ah okay thanks.... too bad then I'll have to wait a little longer =)
     
  27. Offline

    Naitsirhc Hsem

    It is an option in the config file
     
  28. Offline

    Grimmy777

    I am sure that it is 1.8.2. I have a plugin that tells me my pluging versions and also I got it from your temp 1.8.2 link a few post up. I am no longer having this issue. I disabled a few of the config options but also at the same time got rid of the stargate I made to the dreamworld that I was using to build it up a little. I am pretty sure the stargate was the issue
     
  29. Offline

    laimune

    this message keeps coming up:
    [SEVERE] Could not load 'plugins/DreamLand.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: Bad version number in .class file

    the server is bete 1.7.2
    plugin version:1.8.2
    other plugins: essentials
    but the same message comes up with most plugins, it says version error: bad version number in .class file
     
  30. Offline

    hamzehrocks100

    Omfg, u need to add nightmare!!!! so i can make dreamland 50/50 and nightmare 50/50 Omfg :D i'd love u!!!
     
  31. Offline

    Naitsirhc Hsem

    It is 90% implemented, should be able to post 1.9 this weekend (there is just a small health bug that I need to work out :)

    I have a feeling it might be your server or a corrupt craftbukkit.jar, rodey what do you think?

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

Share This Page