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

    Gimlao

    I first failed when testing to modify the difficulty :
    Could you make some error message, showing that it have to be "peaceful/easy/normal/hard" ?

    Instead of "An internal error occured while attempting to perform this command". ^^;

    Something I always forgot to report :

    When I update the plugin by replacing the .jar while the server is still running, and issue a /reload : DimensionDoor is the only plugin that can't be reload after updating like this...

    ( Placing the new .jar in plugins/update don't work with that server, it just remain in that update folder, don't ask me why... ~~ )

    So I always have to /stop it and reboot it with the web interface.

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

    EmpiricalDepth

    Everytime i try to load or create a world " /dd create dungo NORMAL (dungo being a world name) " it just spits back the commands like /dd [create:load:modify... and so on

    EDIT: I even tried /dd list same thing
     
  3. Offline

    grandwazir

    Check you have all the right permissions, otherwise I will need more information to solve your problem.
    This one isn't my bug - it is a bukkit bug that has been around for a while. It is to do with the persistence system.
     
  4. Offline

    EmpiricalDepth

    I am OP and in Admin group with '*' perms using PermissionsEx, I don't have any other probs with perms and the only plugin with multi-world functionality is CreativeGates, and no special world generators, Im running Bukkit 1240
     
  5. Offline

    xeNium

    Version: v1.7.0
    The plugins sometimes not working because failed activation
     
  6. This could be a total misconfiguration on my part, I was just trying to set up a minimal test server from basically scratch to test something with CreativeGates, though I would need access to DimensionDoor to fully test it. I copied over my PermissionsBukkit .jar and directory and the creativegates and dimensiondoor.jar so I could start fresh. I immediately got this error on enabling. I diff'ed my bukkit.yml to my working server one with no differences listed. I got a fresh copy of the dimensiondoor.jar. Finally I copied over an existing database (which spawned all the worlds in that database) and it all worked just fine. Did I miss a step in setting DD up? This is the error I was getting:
    Error (open)
    Code:
    161 recipes
    17 achievements
    07:11:39 [INFO] Starting minecraft server version Beta 1.8.1
    07:11:39 [INFO] Loading properties
    07:11:39 [INFO] Starting Minecraft server on *:25400
    07:11:39 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1126-g35eac7a-b1317jnks (MC: 1.8.1)
    07:11:40 [SEVERE] ebean.properties not found
    07:11:40 [INFO] DataSourcePool [DimensionDoor] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    07:11:40 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    07:11:40 [INFO] Entities enhanced[0] subclassed[1]
    07:11:40 [INFO] Preparing level "world"
    07:11:40 [INFO] Default game type: 0
    07:11:40 [INFO] Preparing start region for level 0 (Seed: 3211372573817324179)
    07:11:41 [INFO] Preparing start region for level 1 (Seed: 3211372573817324179)
    07:11:41 [INFO] Preparing spawn area: 97%
    07:11:41 [INFO] Can not test connection as heartbeatsql is not set
    07:11:41 [INFO] Closing Connection[DimensionDoor.1] psReuse[0] psCreate[1] psSize[0]
    07:11:41 [WARNING] [DimensionDoor] No database found, creating schema.
    07:11:41 [INFO] runScript
    07:11:41 [INFO] executing 1 of 1 create table dd_worlds ( name                      varchar(255) primary key, env...
    07:11:41 [INFO] ... end of script
    07:11:42 [INFO] [DimensionDoor] Registering and loading worlds...
    07:11:42 [INFO] [DimensionDoor] Creating world configuration: world
    07:11:42 [SEVERE] Error occurred while enabling DimensionDoor v1.7.0 (Is it up to date?): validation failed for: name.richardson.james.dimensiondoor.persistent.WorldRecord
    com.avaje.ebean.ValidationException: validation failed for: name.richardson.james.dimensiondoor.persistent.WorldRecord: [errorKey=notnull type=name.richardson.james.dimensiondoor.persistent.WorldRecord property=gamemode value=null, errorKey=notnull type=name.richardson.james.dimensiondoor.persistent.WorldRecord property=difficulty value=null]
            at com.avaje.ebeaninternal.server.core.PersistRequestBean.validate(PersistRequestBean.java:507)
            at com.avaje.ebeaninternal.server.persist.DefaultPersistExecute.executeInsertBean(DefaultPersistExecute.java:89)
            at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeNow(PersistRequestBean.java:527)
            at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeOrQueue(PersistRequestBean.java:557)
            at com.avaje.ebeaninternal.server.persist.DefaultPersister.insert(DefaultPersister.java:404)
            at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveVanillaInsert(DefaultPersister.java:377)
            at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveVanillaRecurse(DefaultPersister.java:361)
            at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveRecurse(DefaultPersister.java:308)
            at com.avaje.ebeaninternal.server.persist.DefaultPersister.save(DefaultPersister.java:282)
            at com.avaje.ebeaninternal.server.core.DefaultServer.save(DefaultServer.java:1577)
            at com.avaje.ebeaninternal.server.core.DefaultServer.save(DefaultServer.java:1567)
            at name.richardson.james.dimensiondoor.persistent.WorldRecord.setAttributes(WorldRecord.java:193)
            at name.richardson.james.dimensiondoor.persistent.WorldRecord.create(WorldRecord.java:102)
            at name.richardson.james.dimensiondoor.DimensionDoor.registerWorld(DimensionDoor.java:361)
            at name.richardson.james.dimensiondoor.DimensionDoor.onEnable(DimensionDoor.java:307)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    07:11:42 [INFO] PermissionsBukkit v1.1 is now enabled
    07:11:42 [INFO] [CreativeGates v1.3.2] === ENABLE START ===
    07:11:42 [INFO] [CreativeGates v1.3.2] No permission plugin detected. Defaulting to native bukkit permissions.
    07:11:42 [INFO] [CreativeGates v1.3.2] === ENABLE DONE (Took 120ms) ===
    07:11:42 [INFO] Server permissions file permissions.yml is empty, ignoring it
    07:11:42 [INFO] Done (0.233s)! For help, type "help" or "?"
    >stop
    07:11:53 [INFO] CONSOLE: Stopping the server..
    07:11:53 [INFO] Stopping server
    07:11:53 [INFO] [DimensionDoor] DimensionDoor is disabled!
    07:11:53 [INFO] PermissionsBukkit v1.1 is now disabled
    07:11:53 [INFO] [CreativeGates v1.3.2] Disabled
    07:11:53 [INFO] Saving chunks
    07:11:54 [INFO] Stopping server
     
  7. Offline

    bigggan

    @grandwazir

    I copied another map/world from another server. How can i import it into Dimensiondoor
    Is it possible to use another location for the map then default /root folder? like /othermaps/Myotherworld?
     
  8. Offline

    Knuckx

    Bug report in 1.7.0:
    I was trying to migrate to DimensionDoor from WorldWarp. I deleted WW's jar and put DD's (1.7.0) jar into the plugins dir. Checked all config and perms etc. Started server and:

    Show Spoiler

    Code:
    2011-10-13 18:05:45 [INFO] [DimensionDoor] External permissions system found (Permissions v2.7.7)
    2011-10-13 18:05:45 [INFO] Can not test connection as heartbeatsql is not set
    2011-10-13 18:05:45 [INFO] Closing Connection[DimensionDoor.1] psReuse[0] psCreate[1] psSize[0]
    2011-10-13 18:05:45 [WARNING] [DimensionDoor] No database found, creating schema.
    2011-10-13 18:05:45 [INFO] runScript
    2011-10-13 18:05:45 [INFO] executing 1 of 1 create table dd_worlds ( name                      varchar(255) primary key, env...
    2011-10-13 18:05:45 [INFO] ... end of script
    2011-10-13 18:05:45 [INFO] [DimensionDoor] Registering and loading worlds...
    2011-10-13 18:05:45 [INFO] [DimensionDoor] Creating world configuration: Survival
    2011-10-13 18:05:45 [SEVERE] Error occurred while enabling DimensionDoor v1.7.0 (Is it up to date?): validation failed for: name.richardson.james.dimensiondoor.persistent.WorldRecord
    com.avaje.ebean.ValidationException: validation failed for: name.richardson.james.dimensiondoor.persistent.WorldRecord: [errorKey=notnull type=name.richardson.james.dimensiondoor.persistent.WorldRecord property=gamemode value=null, errorKey=notnull type=name.richardson.james.dimensiondoor.persistent.WorldRecord property=difficulty value=null]
        at com.avaje.ebeaninternal.server.core.PersistRequestBean.validate(PersistRequestBean.java:507)
        at com.avaje.ebeaninternal.server.persist.DefaultPersistExecute.executeInsertBean(DefaultPersistExecute.java:89)
        at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeNow(PersistRequestBean.java:527)
        at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeOrQueue(PersistRequestBean.java:557)
        at com.avaje.ebeaninternal.server.persist.DefaultPersister.insert(DefaultPersister.java:404)
        at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveVanillaInsert(DefaultPersister.java:377)
        at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveVanillaRecurse(DefaultPersister.java:361)
        at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveRecurse(DefaultPersister.java:308)
        at com.avaje.ebeaninternal.server.persist.DefaultPersister.save(DefaultPersister.java:282)
        at com.avaje.ebeaninternal.server.core.DefaultServer.save(DefaultServer.java:1577)
        at com.avaje.ebeaninternal.server.core.DefaultServer.save(DefaultServer.java:1567)
        at name.richardson.james.dimensiondoor.persistent.WorldRecord.setAttributes(WorldRecord.java:193)
        at name.richardson.james.dimensiondoor.persistent.WorldRecord.create(WorldRecord.java:102)
        at name.richardson.james.dimensiondoor.DimensionDoor.registerWorld(DimensionDoor.java:361)
        at name.richardson.james.dimensiondoor.DimensionDoor.onEnable(DimensionDoor.java:307)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    


    So a bit later I thought what happens if I try an older version(1.6.3). This worked. Once the older version (1.6.3) had made the .db file, I upgraded to 1.7.0. It no longer errored on startup.

    But when loading a world that already exists with 'dd create world_skylands skylands' this happened:

    Show Spoiler

    Code:
    2011-10-16 19:18:10 [INFO] Currently managing 1 worlds:
    2011-10-16 19:18:10 [INFO] world
    2011-10-16 19:18:26 [INFO] [DimensionDoor] {generatorID=, seed=1318789106703, generatorPlugin=}
    2011-10-16 19:18:26 [INFO] Creating world_skylands (this may take a while)
    2011-10-16 19:18:26 [INFO] [DimensionDoor] Creating world configuration: world_skylands
    2011-10-16 19:18:26 [SEVERE] Could not pass event WORLD_INIT to DimensionDoor
    com.avaje.ebean.ValidationException: validation failed for:  name.richardson.james.dimensiondoor.persistent.WorldRecord:  [errorKey=notnull  type=name.richardson.james.dimensiondoor.persistent.WorldRecord  property=gamemode value=null, errorKey=notnull  type=name.richardson.james.dimensiondoor.persistent.WorldRecord  property=difficulty value=null]
        at com.avaje.ebeaninternal.server.core.PersistRequestBean.validate(PersistRequestBean.java:507)
        at com.avaje.ebeaninternal.server.persist.DefaultPersistExecute.executeInsertBean(DefaultPersistExecute.java:89)
        at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeNow(PersistRequestBean.java:527)
        at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeOrQueue(PersistRequestBean.java:557)
        at com.avaje.ebeaninternal.server.persist.DefaultPersister.insert(DefaultPersister.java:404)
        at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveVanillaInsert(DefaultPersister.java:377)
        at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveVanillaRecurse(DefaultPersister.java:361)
        at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveRecurse(DefaultPersister.java:308)
        at com.avaje.ebeaninternal.server.persist.DefaultPersister.save(DefaultPersister.java:282)
        at com.avaje.ebeaninternal.server.core.DefaultServer.save(DefaultServer.java:1577)
        at com.avaje.ebeaninternal.server.core.DefaultServer.save(DefaultServer.java:1567)
        at name.richardson.james.dimensiondoor.persistent.WorldRecord.setAttributes(WorldRecord.java:193)
        at name.richardson.james.dimensiondoor.persistent.WorldRecord.create(WorldRecord.java:102)
        at name.richardson.james.dimensiondoor.DimensionDoor.registerWorld(DimensionDoor.java:361)
        at name.richardson.james.dimensiondoor.listeners.DimensionDoorWorldListener.onWorldInit(DimensionDoorWorldListener.java:43)
        at org.bukkit.plugin.java.JavaPluginLoader$57.execute(JavaPluginLoader.java:656)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:530)
        at org.bukkit.Bukkit.createWorld(Bukkit.java:154)
        at org.bukkit.WorldCreator.createWorld(WorldCreator.java:191)
        at name.richardson.james.dimensiondoor.DimensionDoor.createWorld(DimensionDoor.java:139)
        at name.richardson.james.dimensiondoor.commands.CreateCommand.execute(CreateCommand.java:38)
        at name.richardson.james.dimensiondoor.commands.Command.onCommand(Command.java:49)
        at name.richardson.james.dimensiondoor.CommandManager.onCommand(CommandManager.java:18)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:351)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:506)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:485)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-16 19:18:26 [INFO] Preparing start region for level 1 (Seed: 0)
    2011-10-16 19:18:27 [SEVERE] [DimensionDoor] A world has been loaded but has not been automatically registered: world_skylands
    2011-10-16 19:18:27 [INFO] world_skylands has been created.
    


    Much the same occured when trying to create a world from scratch. I am currently using DD 1.6.3 which works fine.

    CraftBukkit 1317, Plugins at test: DimensionDoor, PermissionsBukkit(SuperPerms), SuperPermsBridge, WorldEdit, CommandBook, NoLagg, Gamemode Changer.

    Thanks for an (otherwise) brilliant plugin :D
     
  9. Offline

    grandwazir

    @HereInPlainSight, @xeNium, @Knuckx - this issue is now fixed in the latest build of DimensionDoor (1.7.1). You can redownload it in the main thread. I was saving the worldRecord early before all the attributes were set - whoops!

    Check the documentation for how to do this. You basically just create a new world with the name of the world you want to import.
    Not directly. If your server is using linux use symbolic links. I think Windows supports something similar but I do not use it so I would not know how to go about it.

    This did not make it into the new version of DimensionDoor. It will be in the next version instead.
    Try giving your self the actual nodes rather than just '*'; for example dimensiondoor.create. PermissionsEx seems to not get along with DimensionDoor at the moment for unknown reasons.

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

    Knuckx

    @grandwazir You haven't updated the first post or the in-plugin version number to 1.7.1.

    Fix works fine BTW, thanks.

    Stil broken - see my last post.
     
  11. Offline

    bigggan

  12. Offline

    Knuckx

    Ok scratch that - its still broken. DimensionDoor 1.7.1.
    Show Spoiler

    Code:
    19:55:24 [INFO] [DimensionDoor] {generatorID=, seed=1318877724328, generatorPlug
    in=CleanroomGenerator}
    19:55:24 [INFO] [DimensionDoor] Creating world configuration: lotr
    19:55:24 [SEVERE] Could not pass event WORLD_INIT to DimensionDoor
    com.avaje.ebean.ValidationException: validation failed for: name.richardson.jame
    s.dimensiondoor.persistent.WorldRecord: [errorKey=notnull type=name.richardson.j
    ames.dimensiondoor.persistent.WorldRecord property=gamemode value=null, errorKey
    =notnull type=name.richardson.james.dimensiondoor.persistent.WorldRecord propert
    y=difficulty value=null]
            at com.avaje.ebeaninternal.server.core.PersistRequestBean.validate(Persi
    stRequestBean.java:507)
            at com.avaje.ebeaninternal.server.persist.DefaultPersistExecute.executeI
    nsertBean(DefaultPersistExecute.java:89)
            at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeNow(Per
    sistRequestBean.java:527)
            at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeOrQueue
    (PersistRequestBean.java:557)
            at com.avaje.ebeaninternal.server.persist.DefaultPersister.insert(Defaul
    tPersister.java:404)
            at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveVanillaIn
    sert(DefaultPersister.java:377)
            at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveVanillaRe
    curse(DefaultPersister.java:361)
            at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveRecurse(D
    efaultPersister.java:308)
            at com.avaje.ebeaninternal.server.persist.DefaultPersister.save(DefaultP
    ersister.java:282)
            at com.avaje.ebeaninternal.server.core.DefaultServer.save(DefaultServer.
    java:1577)
            at com.avaje.ebeaninternal.server.core.DefaultServer.save(DefaultServer.
    java:1567)
            at name.richardson.james.dimensiondoor.persistent.WorldRecord.setAttribu
    tes(WorldRecord.java:193)
            at name.richardson.james.dimensiondoor.persistent.WorldRecord.create(Wor
    ldRecord.java:102)
            at name.richardson.james.dimensiondoor.DimensionDoor.registerWorld(Dimen
    sionDoor.java:361)
            at name.richardson.james.dimensiondoor.listeners.DimensionDoorWorldListe
    ner.onWorldInit(DimensionDoorWorldListener.java:43)
            at org.bukkit.plugin.java.JavaPluginLoader$57.execute(JavaPluginLoader.j
    ava:656)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:530)
            at org.bukkit.Bukkit.createWorld(Bukkit.java:154)
            at org.bukkit.WorldCreator.createWorld(WorldCreator.java:191)
            at name.richardson.james.dimensiondoor.DimensionDoor.createWorld(Dimensi
    onDoor.java:172)
            at name.richardson.james.dimensiondoor.commands.CreateCommand.execute(Cr
    eateCommand.java:40)
            at name.richardson.james.dimensiondoor.commands.Command.onCommand(Comman
    d.java:49)
            at name.richardson.james.dimensiondoor.CommandManager.onCommand(CommandM
    anager.java:18)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    55)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:757)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
            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:92)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    19:55:24 [INFO] Preparing start region for level 2 (Seed: 1318789564687)
    19:55:25 [SEVERE] [DimensionDoor] A world has been loaded but has not been autom
    atically registered: lotr
    19:55:25 [SEVERE] [DimensionDoor] Unable to register custom world: lotr
    

    Same plugins as last time.
     
  13. Offline

    dannybtw

    alright i have a flatgrass map saved to my documents and i want to put it into my server and load it how do i do this
     
  14. Not entirely sure of the details of your setup, but get your flatgrass (whatever the hell that is) map's directory into your bukkit server's directory (the same directory where 'world' and 'world_nether' are and then do a /dd create command that follows the correct format for the world you're trying to load. Ie, if the directory name is 'flatgrass', that should be the name of the world, if it's a skylands world, set the type as skylands. If the info matches up DD will recognize that the world already exists and just load it.
     
  15. Offline

    dannybtw

    i managed to load it in it works when i teleport to it but after server restart is creates a new world over it
     
  16. Offline

    ghostyboy5

    This does not work for me...AT ALL
     

    Attached Files:

  17. Offline

    emeraldmoonx

    Can you make it so people can't destroy stuff in the spawn? Cause we can set the spawn and anything inside, people can't place blocks, but we can't destroy.
     
  18. That sounds outside the scope of this plugin. WorldGuard would probably do what you want. The Regions stuff, specifically.
     
  19. Offline

    emeraldmoonx

    Right o.0 but, it makes a spawn where you can't place blocks, why not destroy?
     
  20. Offline

    Durther

    Heyah, so i've got the same problem like "ghostyboy5", I had created a file "ebean.properties" but nothing... Maybe in the bad place.. I don't know.
     
  21. Based on a quick look over at Ghosty's screenshot, we need more info. Like what version of bukkit you're running. Maybe a full error report, start to finish. You just downloaded straight from the first page and did NOT try to unzip it or something, right? Does it work when you remove DimensionDoor.jar? The error seems to point at something to do with org/bukkit/difficulty. Which makes me wonder if you're using an up to date enough bukkit for the build of DimensionDoor you DLed.
     
  22. Offline

    Durther

    I had delete and replace the .jar so many times... So i'm going to download the last bukkit, then i'll edit this post for comment if it's working or not.
    And i can't look the error report... i cant go up for look it...
     
  23. Offline

    sleite

    The /dd spawn command is great, but .. is there any way to "unset" it so it reverts back to the default spawn location?

    Thanks,
     
  24. Offline

    JargonTheRed

    I can't change the value for isolatedChat. Using 1.7.1 and CB 1366. There are no error logs, and the other ones work just fine.
     
  25. Offline

    ninjayoshi

    Can some1 help me with the setup its not working >.>
     
  26. Offline

    Nickexp

    HELP it created the db file and the folder,do i have to edit the db file? and what SAFE PROGRAM can i use to open the db file if needed?

    @grandwazir can you make a instalation vid or reply to my comment above? or can someone else

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  27. No, don't edit that, at all. Just use DD in game, it will use the DB file just fine. What exactly are you having problems with? So far everything sounds like it's going right.
     
  28. Offline

    grandwazir

    Not currently.

    It should log that isolatedChat has been changed in your server log. Try changing it then using dd info to see if the change has actually been made.

    You do not need to touch it at all, unless you want to reset your database. Use the in game commands to configure the plugin. It will automatically add your default world.

    Read the documentation carefully on how to setup the plugin. All the details are on the first post. If you have already tried that then I'll need some more information to be able to help you. What is not working?

    I'll look into this tonight. Sorry for the wait. It appears that I have not been getting notifications from this thread when people post recently.

    Update to the latest recommended build. You are using an older one since it shows me that the difficulty class is not included.

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

    Nickexp

    the commands it says unknow command.and it only made the folder and the db file.
    this is how i instaled it

    1. i put it in my plugins folder
    2. i started the server
    3. i tried to use it but it didn't work
     
  30. Offline

    bigggan

    @grandwazir

    can you stop them bringing items from creative? or make them dropp all items or something.
     

Share This Page