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

    Retricide

    COnfig: http://pastebin.com/tsmQZWPu
    Whenever I try /modgrp, now, the server just freezes, I get no console errors, it just shows up saying I used /modify and shows which group can promote who.
    Any ideas?
     
  3. Offline

    maehze

    /give doesnt worwith bukkit #230
    Code:
    2011-02-02 22:05:01 [INFO] [PLAYER_COMMAND] maehze: /give maehze diamond 9
    Feb 2, 2011 10:05:01 PM org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event PLAYER_COMMAND to Essentials
    java.lang.NoSuchMethodError: org.bukkit.inventory.ItemStack.<init>(IIBLjava/lang/Byte;)V
            at org.bukkit.earth2me.essentials.commands.Commandgive.run(Commandgive.java:31)
            at org.bukkit.earth2me.essentials.EssentialsListener.onPlayerCommand(EssentialsListener.java:129)
            at org.bukkit.plugin.java.JavaPluginLoader$3.execute(JavaPluginLoader.java:133)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:213)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:590)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:563)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:232)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:71)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:283)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
     
  4. Offline

    chill1977

    is Essentials updated to the latest version?
    Is Essentials updated to the latest version?
     
  5. Offline

    _Zw_

    Got this error:

    SEVERE: Could not pass event PLAYER_JOIN to Essentials
    java.lang.NullPointerException
    at org.bukkit.earth2me.essentials.Essentials.getLines(Essentials.java:49
    8)
    at org.bukkit.earth2me.essentials.Essentials.getMotd(Essentials.java:492
    )
    at org.bukkit.earth2me.essentials.EssentialsListener.onPlayerJoin(Essent
    ialsListener.java:64)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:123)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:60)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:213)
    at net.minecraft.server.ServerConfigurationManager.a(ServerConfiguration
    Manager.java:80)
    at net.minecraft.server.NetLoginHandler.b(SourceFile:121)
    at net.minecraft.server.NetLoginHandler.a(SourceFile:47)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:276)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:202)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
     
  6. Offline

    MiniKahn

    /tree, /bigtree /kickall does not work for me..
    /kickall , I was kicked but the other Users not..

    Newest CraftBukkit, newest Essential....

    What can I do...
     
  7. Offline

    Aelux

    If you want your plugins to work DON'T get the latest CB build.... Seriously....
     
  8. Offline

    SilverbladeNL

    Did I miss something, or is /time broken? :p
    And /i etc too
     
  9. Offline

    Aelux

    time works on CB build 210 with Essentials 134
     
  10. Offline

    SilverbladeNL

    So getting CB #230 would be a bad idea? :p
     
  11. Offline

    chill1977

    Iwill be testing the new releases of Craftbukkit shortly, if you chose to get ahead of the people giving advice and maintaining this plugin then you are TESTING and should expect to find errors.
     
  12. Offline

    Nipper

    @Zenexer Not for sure what you did but. When a command is on the disable list(Basically all of them). When I type in the command it echos it back in red. See I only use your program for a few features but doing this disables me from using other plugins that might use the same command. EXAMPLE. McDocs It has custom commands like /rules /motd which I like better then yours but since yours echos back I am unable to do that command from another plugin. So if I'm just missing something to disable it from doing this please tell or fix this issue. It be kind of messed up if you say, Oh my plugin has it so I wont let another plugin take over the command even if it's diabled in my own.
     
  13. Offline

    chill1977

  14. Offline

    SilverbladeNL

    Sucks the servers are down now screwing a bit XD

    Thanks for the testing @chill1977

    Still ain't working for me tho with build #230
     
  15. Offline

    SeeD419

    Kinda upset with this plugin right now tbh.

    It reformatted my Permissions config.yml file (I was supposed to back it up??) and now it doesn't work.

    Would have been nice if the OP said something about backing up your .yml file before this plugin grabs it and does whatever it pleases with it.

    Since I have 20+ plugins, that's a lot of permissions to re-write.

    I guess I should back up config files that aren't even written by the plugin I'm installing in the future...
     
  16. Offline

    Runelynx

    Using bukkit186... newest permissions/essentials/mcbans...

    Can spawn birch trees yay!! But /msg and /tell no longer work. They now say Error:1 (where's the key for error codes? xD)
     
  17. Offline

    chill1977

    I saw where they said they would be romoving the /modgrp command in the next release but they havent done it. Will be a real relief when they do. It was a nice thought but just causes to much confusion.
    --- merged: Feb 2, 2011 10:53 PM ---
    Update to craftbukkit 210 or up
    --- merged: Feb 2, 2011 10:55 PM ---
    Didn't we get you running yesterday ? lol Try deleting the files and redownloading them, sometimes they dont overwrite correctly. Tell me what other plugins you are running again?
     
  18. The new way bukkit handles commands does this, you can no longer cancel an event and let another plugin deal with it and plugins cannot have the same command. We will be investigating a way around this, in the mean time if you unzip the jar, edit the plugin.yml and then remove the commands, and rezip up the jar.
     
  19. Offline

    chill1977

    OMG this is going to be fun lmao.
     
  20. Offline

    SilverbladeNL

    - AntiBuild
    - WorldEdit
    - WorldGuard
    - Interests
    - Dynmap (failing atm)
    - iChat
    - Permissions
    - Essentials

    And yeah, we did. Until I updated today :p
     
  21. Offline

    Runelynx

    Done, /msg still gives error:1. :/
     
  22. Offline

    chill1977

    OK convo me and paste me your config.yml for essentials and permissions please.
    --- merged: Feb 2, 2011 11:05 PM ---
    Sry, havent tested msg as I test on my local pc and noone to msg. Please file a bug report with screenshot of error command in console if there was one. I will see if i can test this.
     
  23. Offline

    M1sT3rM4n

    I just love how the Bukkit updates basically broke a majority of the plugins and now I have to play the waiting game with some of them :p
     
  24. Found the problem, fixing now
     
  25. Offline

    FXStrato

    Essentials doesn't work for the newest build of 105 and 231 (craftbukkit) for me. Just updated.
     
  26. Offline

    chill1977

    105? newest build of essentials is 134
     
  27. Offline

    Andred

    lobbest thou thy Holy Hand Grenade of Antioch
     
  28. Offline

    FXStrato

    I meant craftbukkit and bukkit. Essentials 134 doesn't seem to work for me on those versions.
     
  29. Offline

    chill1977

    Here goes that "It's broke." What doesn't work? Does it not load? Are there errors in the console? Can you just not do all commands, or certain commands?
     
  30. Offline

    FXStrato

    Ah.. nvm, I got it to work. Apparently I was messing around with the coding a bit, and forgot an apostrophe. My bad. And chill, when I say something doesn't work, I usually get it working again. :D I'll send you a mail if I really can't solve it.
     
Thread Status:
Not open for further replies.

Share This Page