[INACTIVE][ADMN/TP] XcraftGate v0.9.1 - Multiworldmanager/-teleporter [1060-1185]

Discussion in 'Inactive/Unsupported Plugins' started by Engelier, Jun 4, 2011.

  1. Offline

    Engelier

    XcraftGate - Version: v0.9.1

    XcraftGate started as a replacement for EpicGates and it's successor RealTeleporter. In the meantime it has grown to a complete worldmanagement solution.

    Features:
    • Create/Delete new worlds (such as Nether, or a specific world for mining, or ...)
    • Set borders for your worlds, so nobody can explore beyond a specific point
    • Create Teleporters between your worlds or to/from your points of interest.
    • Limit the amount of creature spawns on your worlds
    • Completely deny monster or animal spawns on your worlds
    • Allow/Deny PvP on your worlds
    • Allow/Deny weather changes on your worlds


    Commands:
    • /gworld - World management tool
      Code:
      /gworld list - lists your active worlds
      /gworld info <worldname> - displays some basic info about a world
      /gworld listplayers <worldname> - lists the players currently running around in that world
      /gworld create <worldname> [environment [seed]] - creates a new world on your server, <environment> may be "normal", "nether" or "skylands". defaults to "normal" if left blank
      /gworld listenv - lists all available environments/chunkgenerators usable with /gworld create
      /gworld delete <worldname> - unloads a world (and deletes it from the plugin's database)
      /gworld load <wprödname> - loads a given world
      /gworld unload <worldname> - unloads a given world
      /gworld setsticky <worldname> - controls if a world will be automatically loaded/unloaded with dynamic world loading enabled
      /gworld keepspawninmemory <worldname> - controls if a world's spawn is always kept in memory
      /gworld warpto <worldname> - teleports you to the world <name>
      /gworld setborder <worldname> <#> - sets the border for world <name> to <#> (denies exploration beyond x/z +/- <#>)
      /gworld setcreaturelimit <worldname> <#> - limits creature spawns to a maximum of <#> creatures for the world
      /gworld allowanimals <worldname> <true|false> - Allows or denys animal spawns on world <name>
      /gworld allowmonsters <worldname> <true|false> - Allows or denys monster spawns on world <name>
      /gworld suppresshealthregain <worldname> <true|false> - Suppresses automatic health regaining when allowmonsters is set to false
      /gworld allowpvp <worldname> <true|false> - Allows or denys PvP combat on world <name>
      /gworld allowweatherchange <worldname> <true|false> - Allows or denys weather to change on world <name>
      /gworld setweather <worldname> <sun|storm> - Sets the current weather for world <name> (ignores allowWeatherChange setting)
      /gworld timefrozen <worldname> <true|false> - (Un)freezes the current time on world <name>
      /gworld settime <worldname> <sunrise|noon|sunset|midnight> - Sets the current time for world <name> (also sets time for timefrozen)
      
    • /gate - Gate management tool
      Code:
      /gate create <gatename> - creates a new teleportation point at your current position - make sure you look at the direction your users should look at, when they ARRIVE at this point
      /gate move <gatename> - moves a gates location to your current position
      /gate delete <gatename> - deletes a teleportation point
      /gate link <gatename1> <gatename2> - creates a link from <name1> to <name2>, so when you step on <name1> you will be teleported to <name2>
      /gate loop <gatename1> <gatename2> - same as /gate link, but for both ways
      /gate unlink <gatename> - deletes the destination for <name1>
      /gate unloop <gatename1> <gatename2> - deletes a loop between the two gates (if it exists)
      /gate info <gatename> - displays some basic info about a gate
      /gate list - lists all gates in all worlds in alphabetical order
      /gate listnear [radius] - lists all gates near you (radius defaults to 10, BE CAREFUL WITH BIG NUMBERS!)
      /gate listsolo - lists all gates without a source or destination
      /gate warp <gatename> - teleports you to the given teleportation point
      /gate reload - reloads all gates from gates.yml
      


    Video: HowTo create gates



    Permissions
    XcraftGate.* - permission to use everything this plugin provides

    XcraftGate.use.* - permission to use all gates
    XcraftGate.use.<gatename> - permission to use a gate

    XcraftGate.gate - access to /gate
    XcraftGate.gate.* - access to all /gate commands
    XcraftGate.gate.create - /gate create, /gate move
    XcraftGate.gate.link - /gate link, /gate loop
    XcraftGate.gate.unlink - /gate unlink, /gate unloop
    XcraftGate.gate.delete - /gate delete
    XcraftGate.gate.info - /gate listsolo, /gate list, /gate listnear, /gate info
    XcraftGate.gate.warp - /gate warp
    XcraftGate.gate.reload - /gate reload

    XcraftGate.world - access to /gworld
    XcraftGate.world.* - access to all /gworld commands
    XcraftGate.world.create - /gworld create
    XcraftGate.world.delete - /gworld delete
    XcraftGate.world.warp - /gworld warpto
    XcraftGate.world.setborder - /gworld setborder
    XcraftGate.world.setcreaturelimit - /gworld setcreaturelimit, /gworld allowanimals, /gworld allowmonsters, /gworld suppresshealthregain
    XcraftGate.world.pvp - /gworld allowpvp
    XcraftGate.world.weather - /gworld allowweatherchange, /gworld setweather
    XcraftGate.world.time - /gworld settime, /gworld timefrozen
    XcraftGate.world.info - /gworld info, /gworld list

    If you don't use a permissions plugin, only OPs are allowed to use those commands and all users are allowed to use all gates.


    Downloads:
    Stable Version (use this if unsure): XcraftGate.jar (wget friendly)

    Some people are repeatedly asking for development versions, so here it is:
    Development Version: XcraftGate-Dev.jar (wget friendly)
    I WILL NOT SUPPORT THE DEVELOPMENT VERSION! USE THIS AT YOUR OWN RISK AND DON'T COME CRYING IF IT EATS YOUR KITTEN BABYS!
    Development Changelog (open)

    • implemented chunk resending on teleport - should fix death/lag on arrival
    • rewrote plugin management
    • added Register support
    • added /gate rename <gate> <newname>
    • added /gate settoll <gate> <amount> - set amount of money to be taken from the users account when he uses the gate
    • added /gate setdenysilent <gate> <true|false> - don't print error messages when gate usage is denied by permission or not enough money
    • added /gworld suppresshunger - prevents foodbar depletion on the given world
    • added /gworld setspawn - sets the spawn to your current location
    • added /gworld setgamemode <world> <survival|creative> - sets gamemode for the world
    • added /gworld setdifficulty <world> <peaceful|easy|normal|hard> - sets difficulty for the world
    • added /gworld setannouncedeath <world> <true|false> - set if player deaths in the given world should be broadcasted
    • /gworld suppresshealthregain now also affects health regaining by saturation
    • new worlds now obey the spawn-monsters and spawn-animals settings in your server.properties
    • "fixed" bukkit leaking tears when not using SuperPerms



    Installation:
    Put the XcraftGate.jar into your plugins folder and reload/restart your server. All files will be created automatically.

    If you already have some extra worlds add them with /gworld create <name> <environment>. If there's already a world with the same name in your server's folder, it won't be freshly generated, but just get loaded.

    Do not edit the config files manually, as your changes will get overwritten on reload/restart. Use the ingame commands. Tell me when there's an option missing.


    FAQ:
    Is there a way I can clear the inventory of anyone entering a specific world? (open)

    Use MultiInv.

    Can we have something like /gworld allowflying? (open)

    No. This is a global setting controlled by craftbukkit. Plugins are not able to change that.

    How do I allow my users to use all gates? (open)

    Add the following permission to your users: XcraftGate.use.*


    Source Code:
    github (Licence: GPLv3)


    Donations:

    I put a lot of work into XcraftGate and intend to do so in the future. If you're able to efford some EUR to motivate me further, I'd really appreciate it :)
    Note: For sure donating is purely optional! XcraftGate is released under the terms of GPLv3, so you have (and will always have) the freedom to use, study, share and improve it as you like!
    [​IMG]


    Changelog:
    Version 0.9.1 (CB1060+)
    • fixed NPE in /gate listsolo
    • changed the way gates teleport players - should fix spawning to high
    Version 0.9 (CB1060)
    • enabled gworld-commands (except "warpto") to be used from the console
    • added support for SuperPerms
    • implemented dynamic world loading - on startup only your default
      world(s) will get loaded. Any other world will be loaded as soon as a
      player tries to access that world and will be unloaded when no player is
      active in that world for 5min. Disabled by default. This can be enabled/tweaked in the config.yml
      Please be aware of this bug when playing around with this feature.
    • added /gworld load
    • added /gworld unload
    • added /gworld setsticky (controls if a world will be automatically loaded/unloaded with dynamic world loading enabled)
    • added /gworld keepspawninmemory
    • implemented custom chunkgenerators (referred to as additional "environments") - currently available: flatlands, island, hillvalley
    • implemented getDefaultChunkGenerator(), enabling craftbukkit to use the custom ChunkGenerators for your default world(s)
      Example (open)

      in your bukkit.yml:
      Code:
         worlds:
             worldname:
                 generator: XcraftGate:FLATLANDS
         
    • added /gworld listenv - shows available environments
    • new worlds now obey the pvp-setting in server.properties
    Version 0.8
    • added seed argument to /gworld create
    • added /gate reload
    • added /gate move
    • added /gate info
    • added /gate list
    • added /gate listnear
    • added /gworld listplayers
    • added permissions for gates (XcraftGate.use.<gateName>)
    • worlds with active players cannot be deleted anymore
    • /gworld info now shows the environment
    • improved world detection
    • probably fixed ConcurrentModificationExceptions
    • probably fixed off-gate spawning (corresponding gates have to be recreated)
    • fixed animals always despawning on server reload/restart
    • another workaround for the PLAYER_MOVE event location bug (fixes players getting stuck when reaching the border)
    • fixed /gate warp triggering the target gate
    Older Changes (open)

    Version 0.7.2 (minimum CB-Version: 949, recommended: 953)
    • Update for CB953/MC1.7
    • Food working again as expected
    • added workaround for move-event location bug introduced in CB949 (fixes endless loops, again)
    Version 0.7.1
    • Great, seems using food also triggers the regain-health-event, so supresshealthregain will suppress that, too. Mostly fixed. Cookies still won't work. I've no better solution at the moment. :/
    Version 0.7 (minimum CB-Version: 896, recommended: 935)
    • added /gworld settime
    • added /gworld timefrozen
    • added /gworld suppresshealthregain - craftbukkit automagically let users regain health when allowmonsters is set to false. So we have to control this ourselfs.
      NOTE: XcraftGate automatically sets allowmonsters to false, when the creaturelimit is reached
    • removed "moved too quickly"-workaround
    • removed bukkit-bypass for spawncontrol
    • /gworld info now displays the world's seed
    • /gworld warpto now teleports you to the spawn location of the given world (no more searching for a safe spot in sky worlds)
    Version 0.6.2
    • made teleport check more restrictive (fixed endless loops)
    Version 0.6.1
    • fixed allowAnimals/-Monsters flag handling
    • added workaround for commands not being registered correctly by craftbukkit when being enabled by another plugin
    Version 0.6 (minimum CB-Version: 860)
    • rewrote world management - should fix most problems/inconsistencys
    • added /gworld allowpvp
    • added /gworld allowweatherchange
    • added /gworld setweather (ignores allowWeatherChange setting)
    • /gworld warpto now trys to find a save spot in a 64 block radius around the destination and denys teleport when unable to find one
    Version 0.5 (minimum CB-Version: 834)
    • check for creaturelimit regulary, instead on ENTITY_DEATH. Fixes creature counts dropping very low on low population servers
    • changes are now saved immediately, instead only in onDisable() (reload/restart)
    • added option to completely deny animals or monster spawns on a world
    • removed workaround for crossworld teleportation bug in CB818
    • unload world on /gworld delete
    • added support for SKYLANDS environment
    • complete permission nodes overhaul (s. above for the new permission nodes)
    Version 0.4.1
    • tweaked creatureLimit so the server doesn't try to spawn new creatures when the limit is reached (fixes "Can't keep up"-Spam)
    • typofix
    Version 0.4
    • added /gworld setcreaturelimit -- limits creature spawns
    • added /gworld info -- displays some basic info
    • border now defaults to 0 (disabled) instead of Integer.MAX_VALUE
    Version 0.3
    • public release
     
    regzand, Masterflapdrol and Rwembee like this.
  2. ... and work perfectly with 1.2.3 !

    Thx a lot ! You save us !
     
  3. Offline

    gawelium

    Yes It works in 1.2.4 but without any permissions players can use gates. I try with p.e : - -XcraftGate.use.spawn and no way, they can !
    thank's for the answer
     
  4. Offline

    William Rocks

    When I click on the link for the jar it opens a new tab in my browser and has a ton of garble in it. Is there another link where I can get the working version.jar for 1.2.4?
     
  5. Offline

    gawelium

    Do you search ? Right-click, "save as"
     
  6. Offline

    rutek

    I am working on fix for permissions, so there should be new version soon. :)
     
  7. Offline

    gawelium

    Awesome :) Thank's rutek
     
  8. Offline

    andrewpo

  9. Offline

    gawelium

  10. Offline

    mihon

    Code:
    2012-04-01 21:51:53 [INFO] CraftBukkit++ for Minecraft 1.2 is initializing.
    2012-04-01 21:51:53 [INFO] CraftBukkit++ is a fork of the official CraftBukkit server mod for minecraft
    2012-04-01 21:51:53 [INFO] CraftBukkit++ is a NOT AFFILIATED with the CraftBukkit project.
    2012-04-01 21:51:53 [INFO] Please report any feedback or bugs to http://spout.in/cbpp
    2012-04-01 21:51:53 [INFO] The source code for CraftBukkit++ is available on github.com
    2012-04-01 21:51:53 [INFO] Starting CraftBukkit++ on *:25565
    2012-04-01 21:51:53 [WARNING] Running in OFFLINE mode.
    2012-04-01 21:51:53 [WARNING] Offline mode is insecure, use at your own risk!
    2012-04-01 21:51:54 [INFO] This server is running CraftBukkit version git-Bukkit-jenkins-CraftBukkit++-183 (MC: 1.2.4) (Implementing API version Unknown-Version)
    2012-04-01 21:51:54 [INFO] [Vault] Loading Vault v1.2.13-b148
    2012-04-01 21:51:54 [INFO] [XcraftGate] Loading XcraftGate v0.2
    2012-04-01 21:51:54 [INFO] [Vault] Enabling Vault v1.2.13-b148
    2012-04-01 21:51:54 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    2012-04-01 21:51:54 [INFO] [Vault] Enabled Version 1.2.13-b148
    2012-04-01 21:51:54 [INFO] [XcraftGate] Enabling XcraftGate v0.2
    2012-04-01 21:51:54 [SEVERE] Error occurred while enabling XcraftGate v0.2 (Is it up to date?)
    java.lang.NumberFormatException: For input string: "git-Bukkit-jenkins-CraftBukkit++-183 (MC: 1.2.4)"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at de.xcraft.engelier.XcraftGate.XcraftGate.onEnable(XcraftGate.java:98)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:351)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:333)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:285)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:188)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    at de.xcraft.engelier.XcraftGate.XcraftGate.onEnable(XcraftGate.java:98)
     
  11. Offline

    rutek

  12. Offline

    andrewpo

    No, I mean the one linked from that spreadsheet which is compatible with the new events system.


    http://bpermissions.com/1.2/XcraftGate.jar


    gawelium No it's not the 'same thing', it works fine with permissions.

    But rutek if you'd like to take over development of the plugin, that would be great.
    Maybe try and get the skylands generator working again.
     
  13. Offline

    gawelium

    No, OP can travel with gates. But a basic group with permission : XcraftGate.use.*, they can't. And there is no message like : You cannot use the gate.
     
  14. Offline

    rutek

    Sorry, but i won't fix this plugin soon. I have a lot of work even while Easter... Try using JAR from Andrewpo's post, I will do the same fix, but with open source code as soon as it's possible.
     
  15. Offline

    gawelium

    Doesn't work :

    Code:
    2012-04-18 12:14:06 [INFO] [XcraftGate] Enabling XcraftGate v0.10d13
    2012-04-18 12:14:06 [SEVERE] Error occurred while enabling XcraftGate v0.10d13 (Is it up to date?)
    java.lang.NumberFormatException: For input string: "git-Bukkit-unknown (MC: 1.2.5)"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at de.xcraft.engelier.XcraftGate.XcraftGate.onEnable(XcraftGate.java:98)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:184)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
  16. Offline

    gawelium

    Can someone is able to make a fix for 1.2.5 ??
     
  17. Offline

    gawelium

    Can someone is able to fix it for craftbukkit1.2.5-R1.3 ?
    Thank's
     
  18. Offline

    Dulamamahrus

    Hey when I placed the downloaded file in the plugin and started the server it gives me this msg
    14:27:04 [SEVERE] Could not load 'plugins\XcraftGate.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bu
    kkit/event/server/ServerListener
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:149)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:213)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:189)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/server/ServerListene
    r
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at de.xcraft.engelier.XcraftGate.XcraftGate.<init>(XcraftGate.java:28)
    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 org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:145)
    ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.server.ServerListe
    ner
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 27 more

    what's the problem and how can I fix it please?
     
  19. Offline

    gawelium

    If you use craftbukkit R-1.2 or higher this plugin doesn't work.

    It works with craftbukkit R-1.0
     
  20. Offline

    wizzy86

    There is a fix for 1.2.5 If you'd like it :D
     
  21. Offline

    TCLG6x6

    and where?
     
  22. Offline

    EchoPro95

    Engelier
    Hey, as I was adding this plugin to my server, the server gave me this error:
    Code:
    [07:44:24 ERROR]: Could not load 'plugins\XcraftGate.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bu
    kkit/event/server/ServerListener
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:137) ~[bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:313) ~[bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:236) [bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.ja
    va:350) [bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at org.bukkit.craftbukkit.v1_7_R1.CraftServer.reload(CraftServer.java:77
    1) [bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at org.bukkit.Bukkit.reload(Bukkit.java:279) [bukkit_server.jar:git-Bukk
    it-1.7.2-R0.3-b3020jnks]
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    23) [bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:17
    5) [bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServe
    r.java:683) [bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchServerCommand(Craf
    tServer.java:670) [bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at net.minecraft.server.v1_7_R1.DedicatedServer.aw(DedicatedServer.java:
    286) [bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:2
    51) [bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:5
    45) [bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java
    :457) [bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:6
    17) [bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/server/ServerListene
    r
            at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0]
            at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0]
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:14
    2) ~[?:1.8.0]
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:455) ~[?:1.8.
    0]
            at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0]
            at java.net.URLClassLoader$1.run(URLClassLoader.java:367) ~[?:1.8.0]
            at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.8.0]
            at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0]
            at java.net.URLClassLoader.findClass(URLClassLoader.java:360) ~[?:1.8.0]
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:77) ~[bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:62) ~[bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0]
            at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0]
            at de.xcraft.engelier.XcraftGate.XcraftGate.<init>(XcraftGate.java:28) ~
    [?:?]
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    ~[?:1.8.0]
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:62) ~[?:1.8.0]
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:45) ~[?:1.8.0]
            at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[?:1
    .8.0]
            at java.lang.Class.newInstance(Class.java:433) ~[?:1.8.0]
            at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.jav
    a:52) ~[bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:133) ~[bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            ... 14 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.server.ServerListe
    ner
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:67) ~[bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:62) ~[bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0]
            at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0]
            at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0]
            at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0]
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:14
    2) ~[?:1.8.0]
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:455) ~[?:1.8.
    0]
            at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0]
            at java.net.URLClassLoader$1.run(URLClassLoader.java:367) ~[?:1.8.0]
            at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.8.0]
            at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0]
            at java.net.URLClassLoader.findClass(URLClassLoader.java:360) ~[?:1.8.0]
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:77) ~[bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:62) ~[bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0]
            at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0]
            at de.xcraft.engelier.XcraftGate.XcraftGate.<init>(XcraftGate.java:28) ~
    [?:?]
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    ~[?:1.8.0]
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:62) ~[?:1.8.0]
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:45) ~[?:1.8.0]
            at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[?:1
    .8.0]
            at java.lang.Class.newInstance(Class.java:433) ~[?:1.8.0]
            at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.jav
    a:52) ~[bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:133) ~[bukkit_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
            ... 14 more
    
    Should this occur? or is it a corrupt file? I am using bukkit 1.7.2, the beta build. please tell me if this is the wrong build. thank you.
     

Share This Page