• 0

    posted a message on [Forge]ForgeEssentials -- Bukkit functionality for your Forge server
    18:10:03 [WARNING] Failed to handle packet for darkmdbeener []: java.lang.NullPointerException
    18:10:03 java.lang.NullPointerException
    18:10:03 at com.ForgeEssentials.data.ForgeConfigDataDriver.readClassFromProperty(ForgeConfigDataDriver.java:269)
    18:10:03 at com.ForgeEssentials.data.ForgeConfigDataDriver.readClassFromProperty(ForgeConfigDataDriver.java:286)
    18:10:03 at com.ForgeEssentials.data.ForgeConfigDataDriver.loadData(ForgeConfigDataDriver.java:68)
    18:10:03 at com.ForgeEssentials.data.AbstractDataDriver.loadObject(AbstractDataDriver.java:57)
    18:10:03 at com.ForgeEssentials.core.PlayerInfo.getPlayerInfo(PlayerInfo.java:44)
    18:10:03 at com.ForgeEssentials.core.PlayerTracker.onPlayerLogin(PlayerTracker.java:26)
    18:10:03 at cpw.mods.fml.common.registry.GameRegistry.onPlayerLogin(GameRegistry.java:369)
    18:10:03 at cpw.mods.fml.common.network.FMLNetworkHandler.handlePlayerLogin(FMLNetworkHandler.java:282)
    18:10:03 at gm.a(ServerConfigurationManager.java:143)
    18:10:03 at it.completeConnection(NetLoginHandler.java:198)
    18:10:03 at cpw.mods.fml.common.network.FMLNetworkHandler.handleClientConnection(FMLNetworkHandler.java:153)
    18:10:03 at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionReceivedFromClient(FMLNetworkHandler.java:107)
    18:10:03 at it.d(NetLoginHandler.java:182)
    18:10:03 at it.c(NetLoginHandler.java:75)
    18:10:03 at hu.a(ServerListenThread.java:56)
    18:10:03 at ht.b(SourceFile:29)
    18:10:03 at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:703)
    18:10:03 at ho.r(DedicatedServer.java:269)
    18:10:03 at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
    18:10:03 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
    18:10:03 at fy.run(SourceFile:849)


    I can not figure out what is breaking things.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge]ForgeEssentials -- Bukkit functionality for your Forge server
    So Is there a way to just get rid of only the butcher burn remove commands? I like the rest but these destructive ones may get abused.

    What does the config file do then?
    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge]ForgeEssentials -- Bukkit functionality for your Forge server
    I have a question. It seems that the built in op will trump any of the permissions created. For NEI to work correctly the ones I approve need to be op'd. So any of the cammands I remove from their tier "zoneadmins" will still work. Now I noticed the config fill allows you to turn them off completely, which is what I really want, but nothing will actually turn off still.

    ex
    B:butcher=false will not remove the butcher command.

    Am I miss understanding something, doing something wrong, or is this a bug?
    Posted in: Minecraft Mods
  • 0

    posted a message on How to Update Bukkit to 1.2.3, with Plugins List.
    Quote from AmberK

    Worldedit and Worldguard have working dev builds from sk89q's site.


    this seems to work for some people but not all
    Posted in: Server Support and Administration
  • 0

    posted a message on How to Update Bukkit to 1.2.3, with Plugins List.
    you may have i may just be doing something wrong
    im not sure.
    Posted in: Server Support and Administration
  • 0

    posted a message on How to Update Bukkit to 1.2.3, with Plugins List.
    im not sure if i am doing something wrong but the dev build doesnt work either
    Posted in: Server Support and Administration
  • 0

    posted a message on How to Update Bukkit to 1.2.3, with Plugins List.
    im cool either way i was just wondering thats all. thank you for your work on this

    EDIT
    updating to java 7 didnt fix it. just for an fyi
    Posted in: Server Support and Administration
  • 0

    posted a message on How to Update Bukkit to 1.2.3, with Plugins List.
    so if i update to java 7 it should work?
    Posted in: Server Support and Administration
  • 0

    posted a message on How to Update Bukkit to 1.2.3, with Plugins List.
    18:00:41 [SEVERE] Could not load 'plugins\WorldGuard.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError
    : com/sk89q/worldguard/bukkit/WorldGuardPlugin : Unsupported major.minor version
    51.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:150)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:287)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:211)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.UnsupportedClassVersionError: com/sk89q/worldguard/bukkit/W
    orldGuardPlugin : Unsupported major.minor version 51.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    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$000(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 java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:139)
    ... 8 more

    error i get when using worldgaurd link (second one)
    Posted in: Server Support and Administration
  • 0

    posted a message on How to Update Bukkit to 1.2.3, with Plugins List.
    your worldgaurd link is 404'd
    Posted in: Server Support and Administration
  • To post a comment, please .