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

    Rallerbabz

    prefixes and surfixes doesnt work for me..
     
  3. Offline

    Flopsie

    Hi, every time I use an command and someone logs in I get an error..
    Can someone tell me what the source of this problem is ?

    Code:
    2011-01-23 18:22:28 [INFO] Phaxed issued command: /rules
    23-jan-2011 18:22:28 org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event PLAYER_COMMAND to Essentials
    java.lang.NoSuchMethodError: org.bukkit.entity.Player.isOp()Z
            at org.bukkit.earth2me.essentials.Essentials.check(Essentials.java:44)
            at org.bukkit.earth2me.essentials.EssentialsListener.onPlayerCommand(Ess
    entialsListener.java:98)
            at org.bukkit.plugin.java.JavaPluginLoader.callEvent(JavaPluginLoader.ja
    va:135)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:199)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:546)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:522)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:232)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:64)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:261)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:197)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
     
  4. Offline

    Zaonhort

    I'd say this is caused by not giving the correct commands in permissions if you use it. Looks like when you issue a command, it gives that error, so check to make sure permissions are right and try updating craftbukkit/bukkit.
     
  5. Offline

    fffizzz

    what build craftbukkit you running? sounds like you need to update it.
     
  6. Offline

    KiloWhiskey

    @Zenexer Two requests. A way to edit the /help file. Maybe something like General's general.help that I can pick and choose each line and item to show the public. Second, the /nick system is great but I don't want the players to use it because they'd give themselves vulgar names and such, so I restrict it to my and I hand them out. Problem is, MY nick changes to the last one I created when I log out and back in. And THEIR nick doesn't stay when they log out and back in. Small bug, but would be nice to see that fixed up. Thanks.

    Edit: Also is there a way to reload the config live? I might have just missed that, but it would be nice so I don't have to restart the server for changes.
     
  7. Offline

    Digit

    Not sure if it's the plugin or my server but I can't place paintings at all? (I only run this and creepernerf, so, trying to see if anybody else is having this issue.)
     
  8. Offline

    FlayaN

    Hey!
    It would be awesome if you could add wool colors in /kit
    like - 35:7 for light gray and so on!
     
  9. Offline

    Drakehawke

    Do you have iChat installed? The front post is a bit subtle in the way it says that you need it.

    I get that too, and I don't have creepernerf so it can't be that.
     
  10. Offline

    mughi

    minor request:

    would it be possible to have getpos return the direction the player is facing. also, labeling the coordinate axes would help, since i can never remember the order.
     
  11. Offline

    godsyn

    I too have the 'In the config.yml, I have {PLAYER} in my MOTD, when i type /motd, it shows a different player..' issue (first player connected set for vars. This seems to also occur for {ONLINE})

    Question: If I'm using the Permissions plugin, can I safely comment out all of the settings in essential's config.yml pertaining to user access?
     
  12. Offline

    ShaDooM

    ^this
     
  13. Offline

    d3x

    Whats the difference between /tp and /tele? Could you make a /tpr (teleport request) and /tprhere so the other user has to /tpaccept
     
  14. Offline

    Zenexer

    @MatCat I've looked into it a bit, but still no luck. I think I'm going to focus on mobs next, since that area remains unexplored in the Bukkit world.

    @Rallerbabz I'll see what I can do. :)

    @Mhalkyer I added a note directly in the config. Sorry about that!

    @19michael95 I don't have a solution, but that's saying that Essentials can't find CraftBukkit.

    @Rallerbabz That is a Permissions issue. You should talk to @Nijikokun in the Permissions thread about that.

    @Flopsie You need to update CraftBukkit. You are using a very old version. @Zaonhort Thanks for the try, but @fffizzz wins this one. ;)

    @KiloWhiskey Nice catch; I'll look into that. As for the /help file, I try to leave customized help to more specialized plugins, such as MCDocs.

    @FlayaN Good idea!

    @Digit That's definitely not Essentials. It doesn't interact with blocks at all.

    @godsyn Unfortunately, that is a CraftBukkit bug, so there is little I can do to solve it.

    @d3x There is no difference. Great idea--someone suggested it before, but I forgot to write it down. ADded to my todo list!
     
  15. Offline

    Aelux

    I have another suggestion. A notp command for those of us mods/admins who do not want to be teleported to.

    Thanks. Great job on such quick releases and support, btw.
     
  16. Offline

    Chojin

    Really nice job :)
    Do you think it would be possible to notify users on a regular basis they have got new mails ?
     
  17. Offline

    Zenexer

    66:
    - Added note in config.yml about restrict-* having no effect with Permissions
    - Added support for "item:data amount" notation with /kit entries
    - Improved /getpos verbosity
    - Fixed bug whereby /eco would continue on to run /sell
    - MotD and rules now add a space to the end of each line to prevent colors at the ends of lines from crashing the client
    - ALPHA /tpchere and /accept support
    - Added new mail notification each time a command is used
     
  18. Offline

    Top Quark

    I'm getting the same bug as godsyn, wherein {ONLINE} and {PLAYER} only show the status of the two variables from the time the first user connected. As in, if "Quark" connects first, {PLAYER} will always show "Quark" for any users that connect afterwards. Same with {ONLINE} always showing "1".

    I mention this again because General (the basic plugin) has a similar variable system, which works. So I'm unsure whether you are entirely correct in saying it's a CraftBukkit bug.
     
  19. Offline

    Eris

    I'd like to contribute some improvements of my own to this plugin, but submitting patches by hand is kind of cumbersome. Any chance you could put it up on your github so I can fork? Pretty please? YAML (and snakeyaml) is powerful and I have a couple of ideas that could potentially simplify your configuration files and make the codebase cleaner.
     
  20. Offline

    Rallerbabz

    Why does my kit not work? :S
    kits:
    Basic:
    delay: 600
    items:
    - 268 1
    - 269 1
    - 270 1
    - 271 1
    - 50 3
    Vip:
    delay: 600
    items:
    - 272 1
    - 273 1
    - 274 1
    - 275 1

    (could anyone fix it for me? :S) THANKS!
     
  21. Offline

    elitecancer

    y wont the spawn tree thing work
     
  22. @Zenexer, reporting that the {PLAYER} command stores the name of the first player to logon, so when new players logon, it says "Welcome 'name of first player to logon'!" for them.
     
  23. Offline

    KiloWhiskey

    I can back that up. Happened on my test server and I thought it was because of the ip being the same for each user on the system. Loaded it live to the server and everyone received the message as Welcome to the server (whoever)! where whoever was the name of the first login since reboot.

    Also, any word on a /essreload or some kind of in game config reloader?
     
  24. Offline

    Hessian

    Just noticed you've added a link a client wrapper, how does that work? I've downloaded it and tried it out on the servers you've included, most option seem to work, but the noclip doesn't.
     
  25. Offline

    Chojin

    Thank you.
    But unfortunately it does not work. Each time someone uses mail command send mail..., there is no notification.
    I also tried to send myself a mail, I am not notified either :)
     
  26. Offline

    Sargeo

    Just an FYI, when you type /version on the latest build, It crashes minecraft.
     
  27. Offline

    walton88

    I can't get rid of my nickname! I've tried /nick <user> off, tried replacing the nick with the user name, and even deleted the config files / edited them, but the nickname just persists. Its like a cancer..!
     
  28. Offline

    Chojin

    Strange, now it works and I did not modify anything.
    Perhaps notify works few minutes after server started ? :eek:
     
  29. Offline

    Zenexer

    @walton88 You must have another plugin controlling nicknames. All the nickname persistence is stored in users.yml. If you delete that, and nicknames persist, it's definitely something else.

    @Eris Gladly!

    @Sargeo /version is not part of Essentials. It is part of CraftBukkit. I'm not sure which plugin is causing this.

    For the people having trouble with {PLAYER}, I will look into a workaround ASAP.
     
  30. Offline

    M1sT3rM4n

    The bug with the nickname greeting people still exists.
     
  31. Offline

    Zenexer

    69:
    - Attempted to fix {PLAYER} issue. Let me know if it works!
     
Thread Status:
Not open for further replies.

Share This Page