Inactive [GEN] Essentials v2.1 [?]

Discussion in 'Inactive/Unsupported Plugins' started by Zenexer, Jan 19, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Zenexer

  2. Offline

    solentice

    Made a test folder to check my plugins for CB 602, and I get same error :(... only used the Essential 2.1 plugin from this thread page, with no other plugin installed yet, and this error comes up every time server is started:
    Code:
    14:00:54 [INFO] Starting minecraft server version Beta 1.3
    14:00:54 [INFO] Loading properties
    14:00:54 [INFO] Starting Minecraft server on *:25565
    14:00:54 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-605-
    g376d7e8-b602jnks (MC: 1.3)
    14:00:54 [INFO] Preparing level "world"
    14:00:54 [INFO] Preparing start region
    14:00:55 [INFO] Creating config from template: C:\Users\Solen\Desktop\Bukkit 602
    \plugins\Essentials\config.yml
    14:00:55 [INFO] Creating empty config: C:\Users\Solen\Desktop\Bukkit 602\plugins
    \Essentials\spawn.yml
    14:00:55 [SEVERE] class com.earth2me.essentials.EssentialsPlayerListener overrid
    es final method onPlayerQuit.(Lorg/bukkit/event/player/PlayerEvent;)V loading Es
    sentials v2.1.5 (Is it up to date?)
    java.lang.VerifyError: class com.earth2me.essentials.EssentialsPlayerListener ov
    errides final method onPlayerQuit.(Lorg/bukkit/event/player/PlayerEvent;)V
            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:36)
            at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoad
    er.java:142)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:32)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at com.earth2me.essentials.Essentials.onEnable(Essentials.java:155)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:511)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:216)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:93)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:71)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    14:00:55 [INFO] Done (0.093s)! For help, type "help" or "?"
    >
     
  3. Offline

    EcoMaster21

    Dropping in to say that the latest, latest, latest Essentials builds now work with CB #602 :) At least, they aren't giving errors on load. Good work!

    EDIT: Using EssentialsSpawn, I cannot use /spawn; I'm getting the 1 second left in teleport cooldown, or whatever that error is people are getting.
     
  4. Offline

    Malkierian

    This. Specifically for me, it prints an error in red "Error: time before next teleport: 1 second" whenever I try to /home or /spawn, and it prints the same, except for Error:, in white, whenever I try to /warp
     
  5. Offline

    untergrundbiber

    I have CB556 and Essentials v2.0

    I give my mods: essentials.*
    But everytime they use /heal,/god etc. they become the msg: "You don't have sufficient permission."

    Whats wrong?
     
  6. Offline

    JackTDawson

    Guys, they stated above that they do not read this thread. Submit ticket is what it says at top of screen. Wish they could answer here though. :/
     
  7. Offline

    Brettflan

    What version of Essentials are you running? I've only tested dev2.1.885 recently, but setting both teleport-cooldown and teleport-delay to 0 and setting myself to the Default group results correctly in instantaneous teleports using /home and /spawn.
     
    Arrace likes this.
  8. Offline

    thepackett

    I tried, doesn't work :O
    i tried just naming the worlds as numbers but that doesn't work either.

    can anyone help with setting up multi-worlds?
     
  9. Offline

    EcoMaster21

    We're conversing with each other :)
     
  10. Offline

    solentice

    Latest Essentials build 2.1.8 fixes teleport commands error messages on CB 602, and they work, so far...check download link in this thread, they updated latest 2.1 build.
     
  11. Offline

    DannyLAGZLOL

    donwload multiverse?
     
  12. Offline

    thepackett

    no, using essentials.
    it says it can do it but there are no tutorials on how to do it.
     
  13. Offline

    p4ndepravity

    anyone else still having issues with EssentialsProtect

    Code:
    [SEVERE] Could not pass event CREATURE_SPAWN to EssentialsProtect
    java.lang.NullPointerException
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onCreatureSpawn(EssentialsProtectEntityListener.java:189)
        at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.java:432)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:225)
        at net.minecraft.server.World.a(World.java:720)
        at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    i'm also getting a [SEVERE] every time someone interacts with a sign/door
     
    quickclay likes this.
  14. Offline

    brock

    Hello my name is Brock_dog and i have a server but i need a few mods.
    The first mod i need is a Tag Name like this you would type /tag [Players Name] [Color] Like Red, Blue, Green, Pink, Black, Gray, And More. When they talk it will look like this [There Tag] [There Name] [What They Said] If you could make that i would be SO Happy. :)


    Also I need a plugin that has NPC's but it can't make you have to have SQL or SQLite the command would be /store create [store name] [NPC Name] but it only makes the person an op has to make the store well not an op but somone. If You Can Make This THANK YOU :D


    The last plugin i will need is a register plugin if you try to talk it will say: type /register [password] password will be where they put there password to login so it wont let you talk untill you do :)

    Thank You For Reading
    -Brock_dog
     
  15. Offline

    DannyLAGZLOL

    yea, essentials and multivers, just put it in there,, add the worlds. i suggest not using it though if you dont host off of a dedicated server,

    wrong forum for asking for plugins to be made, but they have 2 NPC ones, look at them, NPCX and Npc

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

    Joekiko

    Code:
    00:24:47 [SCHWERWIEGEND] null
    java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Map
            at com.earth2me.essentials.Essentials.loadData(Essentials.java:281)
            at com.earth2me.essentials.Essentials.reload(Essentials.java:197)
            at com.earth2me.essentials.Essentials.onEnable(Essentials.java:132)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:511)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:216)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:93)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:71)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    I get this one after changing the restricted commands an deleted some of them
    Can someonehelp ?
     
  17. Offline

    nymm

    Hello,
    is it possible de have the simple essentials plugin without the money, motd, spawn, home and others stuffs that I don't need ?
    thanks!
     
  18. Offline

    gilgatex

    I'm trying to install v2.0 on my server. All I have installed is a fresh server install plus bukkit #556. I put Essentials.jar into the plugins folder, and I get this error:

    Code:
    2011-03-30 19:55:58 [SEVERE] PLAYER_INTERACT loading Essentials v2.0.3 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_INTERACT
    	at com.earth2me.essentials.Essentials.onEnable(Essentials.java:163)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    	at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    What did I do wrong?
     
  19. Offline

    JackTDawson

    I have 602 barely working with essentials.jar. None of the TPs work. Not home nor spawn. I even tried the essentials.spawn.jar and the other essentials jar files.. noting changes. In fact the weird part is chat and protect are version 2 points higher then the other 3 essential files. Figure that one out.
     
  20. Offline

    p4ndepravity

    i'm fairly certain 2.1.8 that just came out fixed the TP issue. working on my server. Protect on the other hand =\ CREEPERSSSS
     
  21. Offline

    gilgatex

    Downloaded EssentialsProtect. It doesn't work in #556, but it works in #567. Does anyone have an older version of Essentials that works with #556? 2.0.3 doesn't seem to. Multiverse doesn't work past 556, so I don't have the option of using anything newer.
     
  22. Offline

    ariley92

    yep, i'm getting the same CREATURE_SPAWN errors.

    Fix?
     
  23. Offline

    quickclay

    I'm getting the exact same problem. #602, essentials 2.1. Problems seems to be with essentialsprotect

    [/CODE][/quote][/CODE][/quote]
     
  24. Offline

    Chipmunk9998

    Hey, I own a server, and for some reason only I can use a portal to the nether, but my players can't. Can anyone help?
     
  25. Offline

    ariley92

    yep. i tried backdating to essentialsprotect from v2.0, but it isn't compatible. something needs to be fixed with EssentialsProtect v2.1 for CraftBukkit 602.
     
    quickclay likes this.
  26. Offline

    JagerPrime

    God Help Home Tele Warp. Does Essentials no longer use these? Sorry. My essentials was rather out of date and I've noticed the newest downloads do not contain these. Yes. Nub question. I'm just trying to find some way to make my map work again. Seems Minecraft does not like a 1.7GB map file.
     
  27. Offline

    p4ndepravity

    im also getting a non-breaking warning that E-Chat and E-Spawn is version missmatched (E.jar is .8 and E-chat/spawn are .6) although it works fine, was just bringing it up. Other than that I appreciate the hard work being put in to resolve these issues. It seems like there should be an easier way to keep the shell and the plugins consistently on the same page. Im a new server admin and i'm just realizing how hard it is to keep the server up and running through the various modules updating. bukkitupdater looks promising but i can't get it to work. Am i missing something? does anyone else face this same frustration trying to keep things updated?
     
  28. Offline

    Parflagush

    Try adding 'essentials.portal' to permissions.
     
  29. Offline

    JackTDawson

    Ok, the essentials package updated itself 2.1.8. ( I didn't know it could do that... AWESOME ) and now the TPs are working. However, now I am getting that Player err anytime someone logs in. Or Creature Spawn errs.

    Code:
    02:08:38 [INFO] Loaded world: wonderworld
    02:08:43 [SEVERE] Could not pass event PLAYER_INTERACT to EssentialsProtect
    java.lang.NullPointerException
            at com.earth2me.essentials.protect.EssentialsProtectPlayerListener.onPlayerInteract(EssentialsProtectPlayerListener.java:47)
            at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:214)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:161)
            at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:210)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:447)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:192)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    I am using Bukkit 602. Permissions ( Phoenix 2.5.5 )

    Where is everyone getting 605 ? On the official site I can only get my hands on 602 .. ?
     
  30. Offline

    Chipmunk9998

    Nope, still nothing. Only admins can use it.
     
  31. Offline

    Codisimus

    is there a way for me to tie into this with my plugins?
     
Thread Status:
Not open for further replies.

Share This Page