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

    SeeD419

    Getting some strange errors doing a /pr to reload permissions when adding new users to the yml file.

    I'm just curious what's going on here. And idea?

    http://pastebin.com/reFGSYvq
     
  3. Offline

    soulbrander

    great plugin ude, just one problem, I use permissions and it works ok with my other plugins but with essentials anyone can spawn items although they only have 'general.who' and 'general.spawn' enables for them in permissions...
     
  4. Do you have stats /achievements?
     
  5. Offline

    Rallerbabz

    What's the status about the home and spawn cooldown? ;)
     
  6. Offline

    GyD

    Bukkit: #186
    When i send /pr all the plugins are reloaded. If i disable reloadall it stop to reload plugins.
    Is this an intended behaviour?

    edit:
    I also have this bug:

    Code:
    2011-01-31 13:36:34 [INFO] [PLAYER_COMMAND] GyD: /i 7
    Jan 31, 2011 1:36:34 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.Commanditem.run(Commanditem.java:37)
            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:276)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:202)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Great plugin BTW :D

    Thank you for your work [diamond]
     
  7. /i /give have had fixes checked in, they just need verifcation before release. This will lock essentials into build 186+
     
  8. Offline

    fffizzz

    Ok, i get this lag too, but I thought it was because of BigBrother lol. I saw in LWC thread that she thinks its caused by essentials.

    anyone else get major lag when players disconnect? with 20+ on, it creates huge lag for a couple seconds.
     
  9. Offline

    fugue2005

    is /kit tied into /i and /give?
    because it's not working either
     
  10. Offline

    kronflux

    I'd like to see AFK Kicking added to Essentials.
    it could use the existing /afk, so when a player is set to AFK, the system will not kick them. But after a certain time, players who are inactive, and are not set to AFK, will be kicked.
    Different groups should be optional to not ever be kicked(ie: admins)
     
  11. Offline

    fugue2005


    /sell removes all of item type, not just the one you have in your hand.
    it only gives credit for the first one though
     
  12. Offline

    Th4natos

    i use #186
    Fix /i, /item, /give, /kit plz
     
  13. Offline

    SeeD419

    Lol, how'd ya guess :p

    Yeah. Is that what's not able to reload? If so, why?
     
  14. Offline

    Josch

    I'd love if the fix for /i and /give would maybe released without proper checking for us brave testers to try :D
     
  15. Those people who are of the brave new world can always downl0ad and compile the latest v from the source :D
    --- merged: Jan 31, 2011 3:47 PM ---
    Not too sure at the moment, however that is the plugin what is causing it.
     
  16. Offline

    Maddin

    Can i change that i need to wait 1 minute after every warp. I dont want wait everytime.....
     
  17. Offline

    Josch

    Yeah, overlooked the source link!
    My fault!
    Seems to work!
    If anyone else needs it: http://netpage.dk/files/Essentials.jar
     
  18. there is a cooldown setting in the config teleport-cooldown
     
  19. Offline

    Maddin

    A what??
     
  20. in the config.yaml there is a setting that says teleport-cooldown if you set that to 0 it will not wait
     
  21. Offline

    malon

  22. Offline

    Magister

    Hey, can you help me? I am trying to disable some commands, like /sell. I don't know how. Usually it would appear in the plugins folder, but the configs file seems to be useless. Also, why is it making everyones name red? =(
     
  23. Offline

    Aukeroorda

    Hey guys,

    I hope someone can help me, because I really like this addon, but don't understand the shizzel of it.
    I just want me and my friends to be able to use every command :p My ign is Aukeroorda, my friends Thomaszs
    You dont have to, but please help me :p

    Shawk
     
  24. Offline

    PierreLouis

    This is an error report.
    (It's to complicated on Java's website).

    CraftBukkit build: #186
    OS: Mac OS X 10.6.6

    Situation:
    I am op on my server, admin in Permissions. I've set up a kit to test out:
    Code:
    kits:
      tools:
        delay: 1
        items:
          - 278 1
          - 279 1
          - 277 1
          - 276 1
    When in game, I type: "/kit tools", on the player side nothing happens and on the server side I get this :
    Code:
    /kit : 2
    2011-01-31 18:16:49 [INFO] [PLAYER_COMMAND] PierreLouis: /kit tools
    Kit is timed
    Jan 31, 2011 6:16:49 PM org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event PLAYER_COMMAND to Essentials
    java.lang.NoSuchMethodError: org.bukkit.inventory.ItemStack.<init>(IIB)V
    	at org.bukkit.earth2me.essentials.commands.Commandkit.run(Commandkit.java:98)
    	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:276)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:202)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    If I am the error, then I would like help on fixing this; if not please fix this . :D

    EDIT:
    I tried with the default kit. On the client side I get this:
    "That kit does not exist or is improperlydefined.
    Perhaps an item is missing a quantity in the configuration?"
    And nothing on the server side except for the usual:
    "2011-01-31 18:59:20 [INFO] [PLAYER_COMMAND] PierreLouis: /kit tools".
     
  25. Offline

    Josch

    I would love one function: limit the allowed blocks for the /i and /give command per group!
    So that e.g. default users can get only wood and VIPs can get Wood and Stone and Mods can get everything except TNT and Lava...
     
  26. Offline

    Maddin

    aaahh i found it, thanks a lot :D
     
  27. Offline

    tritonx

    The amazing new command /stack seems to be broken.
    I get ERROR:eek:rg.bukkit.inventory.Item.stack.getDAmage()B
     
  28. Offline

    chill1977

    In plugins/essentials config.yml add commands like so

    Code:
    # Disabled commands will be completelly unavailable on the server.
    disabled-commands:
    - nick
    -sell
    -item
    This will disable these commands in essentials. This will not disable these commands if other plugins offer them as well. But, if you don't have them set to be used per group in Permissions then they cant be used anyway.

    Everyone is red because of the ops-color-name: '&c' at the top, if you are using ichat and permissions trying to set the color then this should say 'none', iChat should be set to the format you want and the groups prefix: suffix: should be set to show the color you want, this will make each group the defined color.
     
  29. Offline

    fugue2005

    still doesn't seem to be working
    Code:
    2011-01-31 12:54:21 [INFO] [PLAYER_COMMAND] fugue2005: /i 278
    Jan 31, 2011 12:54:21 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.Commanditem.run(Commanditem.java:37)
            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:276)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:202)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
     
  30. Offline

    chill1977

    from my undertsnading /i, /g , and /kits are broken in build 186 with essentials 131
    --- merged: Jan 31, 2011 6:02 PM ---
    Please post a bug report at the link given in the first post at the top.
     
  31. Offline

    PierreLouis

    Well if those are broken, I need a cookie for it to be fair. [​IMG]
     
Thread Status:
Not open for further replies.

Share This Page