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

    Peaceandsilent

    Dimensiondoor doesn't seem to work on my server, and i do not know why. I get the following error message:

    This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    22:28:04 [SEVERE] ebean.properties not found
    22:28:04 [SEVERE] Could not load 'plugins\DimensionDoor.jar' in folder 'plugins'
    :
    java.lang.ExceptionInInitializerError
    at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:176)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:175)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:207)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:130)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: Error
    constructing com.avaje.ebeaninternal.server.core.DefaultServerFactory
    at com.avaje.ebean.EbeanServerFactory.createServerFactory(EbeanServerFac
    tory.java:114)
    at com.avaje.ebean.EbeanServerFactory.<clinit>(EbeanServerFactory.java:5
    7)
    ... 10 more
    Caused by: java.lang.IllegalArgumentException: Error constructing com.avaje.ebea
    ninternal.server.core.DefaultServerFactory
    at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:107)

    at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:94)
    at com.avaje.ebean.EbeanServerFactory.createServerFactory(EbeanServerFac
    tory.java:112)
    ... 11 more
    Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\S
    chro├®\Desktop\Minecraft\Minecraft server\craftbukkit.jar (Het systeem kan het o
    pgegeven pad niet vinden)
    at com.avaje.ebeaninternal.server.core.XmlConfigLoader.search(XmlConfigL
    oader.java:121)
    at com.avaje.ebeaninternal.server.core.XmlConfigLoader.load(XmlConfigLoa
    der.java:78)
    at com.avaje.ebeaninternal.server.core.DefaultServerFactory.<init>(Defau
    ltServerFactory.java:91)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:104)

    ... 13 more
    Caused by: java.io.FileNotFoundException: C:\Users\Schro├®\Desktop\Minecraft\Min
    ecraft server\craftbukkit.jar (Het systeem kan het opgegeven pad niet vinden)
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at com.avaje.ebeaninternal.server.core.XmlConfigLoader.checkJar(XmlConfi
    gLoader.java:176)
    at com.avaje.ebeaninternal.server.core.XmlConfigLoader.search(XmlConfigL
    oader.java:110)
    ... 22 more

    >

    I'm new with persistence, maybe is that the problem. Also, i can't manage to create a dimensiondoor.db in my dimension door folder with SQLite, but i do have both plugins (persistence and sqlite) installed.

    Does anyone knows how to fix this?

    Thanks, peaceandsilent
     
  2. Offline

    SouthernRebelX

    If you do /dd spawn it will set it

    I don't know if i'm doing something wrong, i used to be able to load premade worlds into the mod. Now when i do it i get an error "An internal error occurred while attempting to perform this command" I don't if the the world is damaged in the mod, or it's the mod not able to load it for some stranger reason. I've been able to load the same worlds before

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

    mario00037

    Why cant I add a NEW world? The name of it is "Paintball"
    I type "/dd load Paintball"
    Then it says "Paintball is not managed by DimensionDoor"
    Any help?
     
  4. Offline

    grandwazir

    If you want to add a new world you need to use create instead of load. Check out the usage examples in the main post for more help.

    What mod are you using? Does the problem still happen if you turn the mod off?

    @Peaceandsilent check you have setup your persistance file correctly. More details on how to do that is in the main post under documentation.

    It might turn up as a configuration option in a later version.

    Custom chunk generators is on the list of things to add. I am expecting to release a new version over the next week,
     
    HereInPlainSight likes this.
  5. Offline

    Peaceandsilent

    I've set up my bukkit.yml as you said, this is what it looks like, i can't seem to fix it :(
    Code:
    database:
        username: bukkit
        isolation: SERIALIZABLE
        driver: org.sqlite.JDBC
        password: walrus
        url: jdbc:sqlite:plugins/DimensionDoor/DimensionDoor.db
    settings:
        spawn-radius: 16
        permissions-file: permissions.yml
        update-folder: update
    aliases:
        icanhasbukkit:
        - version
    
     
  6. Offline

    iced0011

    it is possible to have an own inventory for each world?
     
  7. Yes, but it's beyond the scope of this plugin. MultiInv has been recommended to handle that separately.

    @Peaceandsilent: Are you getting the same big honking error? (If it's another and it's big, toss it in a spoiler tag. :) ) To me the most interesting part of your last slew of error messages was the last one, 'java.io.FileNotFoundException: C:\Users\Schro├®\Desktop\Minecraft\Minecraft server\craftbukkit.jar', indicating it couldn't find your craftbukkit.jar in the directory, which has an unusual user name as part of the directory. I was wondering if maybe there was an error in the parsing of the directory name, if that's not your actual user name. If it's not, I'd try moving and running the whole MC server to a simpler directory name, like c:\mctest\ or something.
     
  8. Offline

    grandwazir

    @Peaceandsilent delete your bukkit.yml and restart your server. Tell me if that fixes it.
     
  9. Offline

    Peaceandsilent

    I tried to move the folder, and i deleted the bukkit, but i still get a long error, but don't mind, I don't use my server that often
     
  10. Is there any way to have aggressive mobs spawn in a skylands world ? I turn spawnMobs to true but it has no effect on the spawning. Let alone the permanent day. I just want them to spawn in dark areas.
     
  11. Offline

    grandwazir

    If it is on the server should spawn them if it is able to. It is more likely that there is not enough dark areas to spawn monsters on the surface.
     
  12. Question: was i manage to create a worlds like this:

    Normal world, 24/7 day , no monsters
    Mobster world 24/7 night , monsters
    ?
     
  13. You would be able to do that with DimensionDoor and ProperTime.
     
  14. i have the propertime now but i dont understand it.
    world: "mobworld"
    timespeedDay: 1.0
    timespeedNight: 1.0
    timespeedDusk: 1.0
    timespeedDawn: 1.0
    perma: -1

    how do i make it permanent night? change all 0 expect night?
     
  15. Offline

    grandwazir

    You might get a quicker answer if you ask in the ProperTime thread.
     
  16. PvP doesnt work
    I have mob world which has 24/7 night, mobs and pvp "on" but pvp not working.
    I have set pvp from properties -> true and /dd modify mobworld pvp true <-- it says pvp is enabled but it aint. WTF is this? :D
     
  17. Offline

    grandwazir

    I can not duplicate this issue on my server. I tried setting PvP off then on then off again and it is working correctly. Try disabling all other plugins and see if the problem persists.
     
  18. server.properties pvp must be true or false? does this matter what it is there?
    anyway, ill try vanilla server with only this plugin :E
     
  19. Offline

    OzoneBuu

    Would this work if I created a wormhole xtreme to another world?
    Thanks.
     
  20. Offline

    grandwazir

    It shouldn't matter try both and see what happens.
    Should work fine.
     
  21. ok youre right, it works in VANILLA now
    and i tried again, took it off on off on and it started to work:)
     
  22. Offline

    Deano

    Hate mentioning other plugins on threads but Xcraftgate does alot of what your looking for. But its not as simple to use just longer commands to type out.
     
  23. Offline

    Gimlao

    You should add the permissions inside the "plugin.yml" file.

    Just look at the "plugin.yml" file of ScrapBukkit for example.
     
  24. Offline

    hellsome

    Help!
    when i try to load all my loads i can load all except one... i cant seem to load survival when i try it comes up with an error... this is the error that comes up:
    Code:
    2011-07-30 13:59:44 [SEVERE] java.io.IOException: Not in GZIP format
    2011-07-30 13:59:44 [SEVERE]     at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2011-07-30 13:59:44 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2011-07-30 13:59:44 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.CompressedStreamTools.a(SourceFile:8)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.PlayerNBTManager.c(SourceFile:95)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.World.<init>(World.java:118)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2011-07-30 13:59:44 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:397)
    2011-07-30 13:59:44 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:371)
    2011-07-30 13:59:44 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:367)
    2011-07-30 13:59:44 [SEVERE]     at name.richardson.james.dimensiondoor.DimensionDoorWorld.loadWorld(DimensionDoorWorld.java:189)
    2011-07-30 13:59:44 [SEVERE]     at name.richardson.james.dimensiondoor.DimensionDoorPlugin.loadWorld(DimensionDoorPlugin.java:147)
    2011-07-30 13:59:44 [SEVERE]     at name.richardson.james.dimensiondoor.DimensionDoorPlugin.onCommand(DimensionDoorPlugin.java:92)
    2011-07-30 13:59:44 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-07-30 13:59:44 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-07-30 13:59:44 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-30 13:59:44 [SEVERE] java.io.IOException: Not in GZIP format
    2011-07-30 13:59:44 [SEVERE]     at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2011-07-30 13:59:44 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2011-07-30 13:59:44 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.CompressedStreamTools.a(SourceFile:8)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.PlayerNBTManager.c(SourceFile:107)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.World.<init>(World.java:118)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2011-07-30 13:59:44 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:397)
    2011-07-30 13:59:44 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:371)
    2011-07-30 13:59:44 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:367)
    2011-07-30 13:59:44 [SEVERE]     at name.richardson.james.dimensiondoor.DimensionDoorWorld.loadWorld(DimensionDoorWorld.java:189)
    2011-07-30 13:59:44 [SEVERE]     at name.richardson.james.dimensiondoor.DimensionDoorPlugin.loadWorld(DimensionDoorPlugin.java:147)
    2011-07-30 13:59:44 [SEVERE]     at name.richardson.james.dimensiondoor.DimensionDoorPlugin.onCommand(DimensionDoorPlugin.java:92)
    2011-07-30 13:59:44 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-07-30 13:59:44 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-07-30 13:59:44 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-30 13:59:44 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-30 13:59:44 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'dd' in plugin DimensionDoor v1.3.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        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)
    Caused by: java.lang.NullPointerException
        at net.minecraft.server.WorldServer.c(WorldServer.java:106)
        at net.minecraft.server.World.a(World.java:2046)
        at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:79)
        at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:118)
        at net.minecraft.server.World.getChunkAt(World.java:272)
        at net.minecraft.server.World.getTypeId(World.java:219)
        at net.minecraft.server.World.isEmpty(World.java:223)
        at net.minecraft.server.World.a(World.java:190)
        at net.minecraft.server.WorldProvider.canSpawn(SourceFile:51)
        at net.minecraft.server.World.canSpawn(World.java:95)
        at net.minecraft.server.World.c(World.java:178)
        at net.minecraft.server.World.<init>(World.java:140)
        at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
        at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:397)
        at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:371)
        at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:367)
        at name.richardson.james.dimensiondoor.DimensionDoorWorld.loadWorld(DimensionDoorWorld.java:189)
        at name.richardson.james.dimensiondoor.DimensionDoorPlugin.loadWorld(DimensionDoorPlugin.java:147)
        at name.richardson.james.dimensiondoor.DimensionDoorPlugin.onCommand(DimensionDoorPlugin.java:92)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    can someone please help!
     
  25. Proplem:
    sometimes i have to re-define modify spawnMonsters , i have mobworld where are all monsters spawning and some spawners spawning monsters but sometimes they jsut dont spawn until i put /dd modify mobworld spawnMonsters true <-- again and restart server... its really odd.
     
  26. Offline

    grandwazir

    I'll add it to the list of things to do for 1.6.0 - I wanted to do but could not find any documentation or examples until now so thanks for the link.

    @hellsome it looks like there is something wrong with that world, it is not a DimensionDoor error, more Minecraft is telling you theworld is corrupted on the disk. Is it a brand new world or does it already have stuff in it?

    That is very odd. I have not been able to get it to do that on my test server. Just a hunch - are you using SQLite?
     
  27. i have in lib:
    h2
    mySQL
    mySQL-connector-java-bin
    postresql

    :D

    and also, sometimes when i go to mob world , mobs wont spawn with f3 on i see them spawning and dissappearing immediatly, i edit the /dd modify spawnmonsters to true and still nothing, i restart server- > works or not 50 - 50 chance :D if not, then do it again and it works. :( do i have to have server.properties "Monsters = true" ?
     
  28. Offline

    kuledaniel

    Can you add this command /dd create [world] FLAT

    can you??? i want a flat world
     
  29. I had an older version of this plugin (before isolated chat) and decided to upgrade it. I found out, in order to do that, I had to make a new database file, because my old one didn't have the isolated chat feature. Would it be possible to make it automatically upgrade the database file so I won't have to configure all of my worlds again with settings and the spawn point and stuff? I like where the spawn points are on all of my worlds and don't want to have to find that area again and reset the spawn. So is there an easy way to update the database file? I attached my old database file.
     

    Attached Files:

  30. Offline

    Gimlao

    Same thing for me, I would like to create a PixelArtWorld, so I was wondering if you could implement a FlatWorld generator.
     

Share This Page