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

    Etsijä

    Cool updates - all but the third one. If I'm thinking this right, it leads to a situation where only the server owner (i.e. the one having hold of the Permissions config.yml) is able to promote/demote people anymore, without a server restart. Am I right?
     
  3. Offline

    Razerrr

    Full changelog... ?
     
  4. Offline

    rolli01

    i need help. when i try to ( give or item or time day) i get a long message in dos fenster, and i dont no how i can post it in here. pls help me
     
  5. Offline

    The Khemist

    OK After extensive testing, Essentials and McMyAdmin conflict some how.

    The conflict is the server reboots every 5 mins. I have tested Essentials on it own works fine then McMyAdmin on its own just fine. As soon as they are both together bukkit server reboots every 5 mins.

    I have tried various builds from 200+ up and still the same.

    [Info] Terminating Minecraft Server. PID:29738
    [Notice] Minecraft server has stopped running.
     
  6. Offline

    Runelynx

    can we pls get a craftbukkit compatibility version number??
    bukkit updates constantly so its actually impossible to know the 1 specific version Essentials works with at any given time
    --- merged: Feb 3, 2011 5:13 PM ---
    essentials 136 does not work at all with craftbukkit 230, no commands work... only the console commands
     
  7. Offline

    timmystwin

    I cant seem to get tree to work. But i shall percevere ( Much better than before anyway)
     
  8. 136 is for 210+, there have been no real changes to craftbukkit since 210 - 232 so there is somethingelse wrong.
    --- merged: Feb 3, 2011 6:02 PM ---
    /etree /ebigtree
     
  9. Offline

    Dodecha

    Hi, I'm trying to make a perl script to get out the home coordinates from the user.yml file for use with pigmap mapgenerator.

    The file has a format like so:
    Code:
    dodecha:
      home: [186.36351671282105, 72.0, -23.853880054872246, 322.79962158203125, 7.200170993804932]
    The first field i skip, the second is the y coordinate, the third is the z coordinate, but i can't seem to understand how to get the x coordinate.
    To illustrate why the other numbers are wrong, here are my spawn coordinates, which are quite close to my home:
    Spawn: y: 70, z: -39, x: 177

    EDIT: Disregard last statement :p the first number was the x coordinates... i need more sleep...
     
  10. Offline

    Runelynx

    Ok have craftbukkit 230 and essentials 136, things appear stable.

    But /etree gives Error 0... same w/ /ebigtree.
     
  11. Offline

    rolli01

    can somebody show me there permission .cfg with essential pls. i dont really get anything working here !!!
    thxssss
    --- merged: Feb 3, 2011 6:55 PM ---
    org.bukkit.plugin.simplepluginmanager callevent SCHWERWIEGEND: could not pass event PLAYER-COMMAND to essentials --- pls help thxssss craft-bukkit 232 and this essential plugin ... cant get nothing working , give item time day or night .... nothing
     
  12. Offline

    mattmoss

    After upgrading to latest craftbukkit and assorted plugins (incl. Essentials), my /help command now has 20+ pages of commands. Egads! Is this the work of Essentials? If so, how do I disable?
     
  13. Offline

    rolli01

    03.02.2011 19:52:38 org.bukkit.plugin.SimplePluginManager callEvent
    SCHWERWIEGEND: Could not pass event PLAYER_COMMAND to Essentials
    java.lang.NoSuchMethodError: org.bukkit.inventory.ItemStack.<init>(IIBLjava/
    /Byte;)V
    at org.bukkit.earth2me.essentials.commands.Commandgive.run(Commandgi
    ava:31)
    at org.bukkit.earth2me.essentials.EssentialsListener.onPlayerCommand
    entialsListener.java:129)
    at org.bukkit.plugin.java.JavaPluginLoader$3.execute(JavaPluginLoade
    va:133)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener
    a:60)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManag
    ava: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)
     
  14. Offline

    thegleek

    his command references a help.yml file which totally ruins it for all other plugins.

    Beyond that, he codes his paging incorrectly too as it "doubles" the pages. For example if there are 30 commands in the help.yml file, he takes that # and divides by 9 (commands per page), which should result in 4 pages. Rather it gives you 8 pages (repeats after the 30th command on page 4).

    I may have to discontinue the use of this plugin on my server because how it doesn't allow other plugins internal PlayerListener.onPlayerCommand to list their /help commands.

    Nijikikun had his General plugin coded more properly and user-friendly with other plugins by checking the event.IsCancelled logic so it appends to other /help rather then overwrite them.
     
  15. Offline

    SilverbladeNL

    /broadcast gives me a 'Can't keep up! Did the system time change, or is the server overloaded?'

    Also, fire keeps giving errors in console whenever it's created
     
  16. Offline

    rolli01

    2011-02-03 19:52:38 [INFO] [PLAYER_COMMAND] rolli01: /give rolli01 3 5
    03.02.2011 19:52:38 org.bukkit.plugin.SimplePluginManager callEvent
    SCHWERWIEGEND: Could not pass event PLAYER_COMMAND to Essentials
    java.lang.NoSuchMethodError: org.bukkit.inventory.ItemStack.<init>(IIBLjava/l
    /B
    at org.bukkit.earth2me.essentials.commands.Commandgive.run(Commandgiv
    ava:31)
    at org.bukkit.earth2me.essentials.EssentialsListener.onPlayerCommand(
    entialsListener.java:129)
    at org.bukkit.plugin.java.JavaPluginLoader$3.execute(JavaPluginLoader
    va:133)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.
    a:60)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManage
    ava: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)




    helppppppppppppppppppppppppppppppppp
     
  17. Considering onPLayerCommand is deprecated he cannot do this much longer, also the link I posted earlier with the latest release fixes help. This plugin gets the help comannds from other plugins plugin.yml files which is where everyone is being forced to put them so in reality the way we are doing it i the correct way now.

    The help was screwed for about 2 days max whilst we changed everything over to the new standard.
     
  18. Offline

    KiloWhiskey

    @ementalo - I posted this earlier at Zen, but anyway...can you tack on a feature to /afk so that using it sends a global "/me is afk" and maybe even make it so you can do "/afk dinner" and it would send something like "name is afk (dinner)"?
     
  19. @rolli01 make sure you have the latest v of essentials
    --- merged: Feb 3, 2011 8:36 PM ---
    Easy to add on, I will add it to the list
    --- merged: Feb 3, 2011 8:40 PM ---
    We do not track blocks in anyway, so I don't think its us thats making the errors with fire?
     
  20. Offline

    Etsijä

    New bug with /help: Typing it now gives only those commands that have been enabled in Permissions config.yml, but it creates a Java error to the console:

    Code:
    java.lang.IllegalArgumentException: Unknown command
            at org.bukkit.earth2me.essentials.commands.CommandWrapper.get(CommandWrapper.java:83)
            at org.bukkit.earth2me.essentials.commands.Commandhelp.getHelpLines(Commandhelp.java:90)
            at org.bukkit.earth2me.essentials.commands.Commandhelp.run(Commandhelp.java:39)
            at org.bukkit.earth2me.essentials.Essentials.onCommand(Essentials.java:634)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:17)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:76)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:162)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:584)
            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)
     
  21. @Etsijä could i see your permissions config?
     
  22. Offline

    Etsijä

    Code:
    plugin:
      permissions: {system: default}
    groups:
      noob :
        default: true
        info: {prefix: '&f', suffix: '&f', build: false}
        inheritance: []
        permissions: [essentials.home, essentials.sethome, essentials.list, essentials.mail,
          essentials.mail.send, essentials.spawn, essentials.help, essentials.motd, essentials.afk,
          essentials.compass, essentials.rules, essentials.msg, essentials.ping, essentials.warp,
          /stopfire, /stack]
      vip:
        default: false
        info: {prefix: '&e', suffix: '&e', build: true}
        inheritance: [noob]
        permissions: [lwc.protect]
      moderator:
        default: false
        info: {prefix: '&9', suffix: '&9', build: true}
        inheritance: [vip]
        permissions: [essentials.tp, essentials.tphere, essentials.kick, essentials.ban,
          essentials.unban, essentials.banip, essentials.unbanip, essentials.setwarp,
          essentials.delwarp, essentials.whois, essentials.getpos, essentials.helpop,
          essentials.broadcast, essentials.modgrp, bb.admin.info, /region, lwc.mod]
      admin:
        default: false
        info: {prefix: '&4', suffix: '&4', build: true}
        inheritance: []
        permissions: ['*']
    users:
      Etsija:
        permissions: []
        group: vip
     
  23. Seems like the usage indicator is broken, they both take arguments now.

    /etree tree|birch|redwood
    /ebigtree tree|redwood

    I will fix the usage message.
     
  24. Offline

    Brettflan

    When I use /broadcast or /me (possibly others, but I've only noticed those), it only uses the first word, everything else is lost. It's like it's interpreting it like a regular command with multiple inputs.
    For example, "/me goes to sleep" would output "* Brettflan goes" and that's it.
    I'm on CraftBukkit build 232, running the last version of Essentials released by ementalo here (137?).

    Is it just me?
     
  25. Offline

    Etsijä

    No it's not, I have exactly the same behaviour.
    --- merged: Feb 3, 2011 10:16 PM ---
    Also, there is currently no documentation anywhere for /me, /broadcast, /compass. Had to figure by trial and error these commands :)

    Also, doesn't anyone else get a Java error to the console when trying /help?
     
  26. Offline

    sawine

    Essentials override my SimpleWarp and MyHome plugins.

    Any way to disable the warp and home features ?

    You should add in the configs to be able to disable commands for the plugin only and not for the whole server
     
  27. @Etsijä , @Brettflan Yus, I have ninja'd those will release new soon. Documentation will get updated soon, once we have caught up with whats going on :D
    --- merged: Feb 3, 2011 10:24 PM ---
    ARRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRGH
     
  28. Offline

    sawine

    What should I decode form this ?
    1- My question is noobish and extremely harrass you.
    2- "Damn i need to add another features ; cant they just stop asking."
    3- Essentials is not made to be compatible
    4- Or maybe just "Read tha muthafackin thread"
    ...?

    Edit: My permissions are fine, i just updated Essentials and it over rided /warp and /home
     
  29. Offline

    bogboom


    How about it already does that.. Read the Wiki..


    is it just me or is /nick not working? I have craftbukkit 238, and the most current version of this as of this post..

    When I do /nick playername nickname , it just shows me the red help text...
    EDIT N/M... I didn't realize it was disabled by default in config.yml..
     
  30. 4, but it's ok, I really need to get Zen to update the OP.

    Have a butchers:
    http://forums.bukkit.org/threads/ge...l-permissions-support.1262/page-63#post-38863
    --- merged: Feb 3, 2011 10:41 PM ---
    @bogboom Ninja edit. remove it from disabled-commands in config.yml
     
  31. Offline

    subarct1c

    I'm getting the following error on CraftBukkit build 238.

    Code:
    java.lang.IllegalArgumentException: Unknown command
            at org.bukkit.earth2me.essentials.commands.CommandWrapper.get(CommandWrapper.java:83)
            at org.bukkit.earth2me.essentials.commands.Commandhelp.getHelpLines(Commandhelp.java:90)
            at org.bukkit.earth2me.essentials.commands.Commandhelp.run(Commandhelp.java:39)
            at org.bukkit.earth2me.essentials.Essentials.onCommand(Essentials.java:634)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:17)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:76)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:162)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:584)
            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)
    java.lang.IllegalArgumentException: Unknown command
            at org.bukkit.earth2me.essentials.commands.CommandWrapper.get(CommandWrapper.java:83)
            at org.bukkit.earth2me.essentials.commands.Commandhelp.getHelpLines(Commandhelp.java:90)
            at org.bukkit.earth2me.essentials.commands.Commandhelp.run(Commandhelp.java:39)
            at org.bukkit.earth2me.essentials.Essentials.onCommand(Essentials.java:634)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:17)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:76)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:162)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:584)
            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)
     
Thread Status:
Not open for further replies.

Share This Page