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

    elitecancer

    ok i got it thank you so much all these mods online are rrly fun
     
  3. Offline

    ddj

    latest build (61) is crashing my mc client when using the /playerlist or /list cmd.
    using craftbukkit #127
     
  4. Offline

    M1sT3rM4n

    I am getting the same problem as well. Just tested with #129.
     
  5. Offline

    Padathir

    Hmm, same here
     
  6. Offline

    samtron

    working bukkit #127 , Essentials (b61)

    but kits is not working
    maybe length problem

    let me show texts
    ===========================================
    # Note: All items MUST be followed by a quantity!
    # Times are measured in seconds.
    kits:
    tools:
    delay: 10
    items:
    - 277 1
    - 278 1
    - 279 1
    glass:
    - 20 64
    - 20 64
    - 20 64
    i:
    - 278 1
    - 277 1
    - 279 1
    - 293 1
    c:
    - 54 2
    t:
    - 50 63
    s:
    - 01 63
    =================================================
    and here ,,kits
    working : tools glass
    not working : i, c, t, s,
     
  7. Offline

    Zenexer

    Fixed the /list bug
     
  8. Offline

    ddj

    Wow.. you are fast:)

    Thanks!
     
  9. Offline

    burgerstar

    I would just like to say that I love this plug in. I like it much much better than other general plug ins. I do not have the time right now to read through 30+ pages of comments, so I apologize ahead of time if this question has been asked already. With the new economy addition, will you be adding a global shop type function? My users really miss being able to sell their cobblestone to buy loot. Thank you again for working so hard on keeping this updated! :)

    edit: Or I'm retarded and you've already added this.
     
  10. Offline

    DerNerz

    Thanks for fixing the config issue. I encountered a different problem now:

    If i have a long motd (let's say 220+ characters) and i use &cSomeMessage&f for coloring near the end, it carhes if i connect with a client. String is in ' ' and without some crazy char's.


    Code:
    --- BEGIN ERROR REPORT a1dce528 --------
    Generated 23.01.11 11:33
    
    Minecraft: Minecraft Beta 1.2_02
    OS: Windows 7 (x86) version 6.1
    Java: 1.6.0_23, Sun Microsystems Inc.
    VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
    LWJGL: 2.4.2
    OpenGL: GeForce GTX 570/PCI/SSE2 version 4.1.0, NVIDIA Corporation
    
    java.lang.StringIndexOutOfBoundsException: String index out of range: 21
        at java.lang.String.charAt(Unknown Source)
        at nh.a(SourceFile:152)
        at nh.a(SourceFile:119)
        at pe.a(SourceFile:238)
        at ll.b(SourceFile:346)
        at net.minecraft.client.Minecraft.run(SourceFile:668)
        at java.lang.Thread.run(Unknown Source)
    --- END ERROR REPORT 3354d467 ----------
     
  11. Offline

    ddj

    Hmm.. since last build (b62) I cannot use /i , /item , /give , /g anymore:
    Code:
    23-jan-2011 11:46:12 org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event PLAYER_COMMAND to Essentials
    java.lang.NoClassDefFoundError: net/earth2me/minecraft/Item
            at org.bukkit.earth2me.essentials.EssentialsListener.give(EssentialsListener.java:338)
            at org.bukkit.earth2me.essentials.EssentialsListener.onPlayerCommand(EssentialsListener.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.callEvent(JavaPluginLoader.java:135)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:201)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:547)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:523)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:232)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:65)
            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)
    
    Any idea?

    Note: Thanks for the kit permissions, works just perfect!!
     
  12. Offline

    _Zw_

    Also, how to add other commands and choose page.?
     
  13. Offline

    Zenexer

    @DerNerz You cannot end a line with a color. This is a bug in Minecraft.
    @_Zw_ I am in the process of rewriting the help system. In the meantime, I recommend MCDocs.
    @burgerstar For ethical reasons, I cannot add that right now. Long story. >.<
     
  14. Offline

    burgerstar

    I thhhhhink I understand why. :) No worries.
     
  15. Offline

    Morczor

    Seems like restricting commands is weird for me...
    I dont restrict commands like /spawn or /msg but players still dont have access to it (so all commands are getting restricted). I've access to it no matter which group I am in (Permissions) since I'm OP.

    Build 62, Permissions 1.8
     
  16. Offline

    ddj

    nvm my error.. Turned out it was due to updating b61 to b62 online (with disable/replace jar/reload plugin)
    After booting my server it works just fine..
     
  17. Offline

    Zenexer

    @Morczor You still need to give them permission via Permissions.
     
  18. Offline

    fabe

    Your should make /warp [location] and /setwarp and /listwarps commands!
     
  19. Offline

    Morczor

    @Zenexer So the the restrict funtion is useless then? (if Permissions is used)
     
  20. Offline

    ewe2

    also thanks for implementing kits!
     
  21. Offline

    walton88

    I'm trying to get Permissions and Essentials to work together, but all my users who aren't Admins have no access to any commands.

    http://pastebin.com/qeTwyfRp (Permissions PasteBin) - Just trying to get a few essentials working at the minute, so there's only a few in there. When I get those to work I'll expand it.

    http://pastebin.com/fXEPiSYW (Essentials PasteBin)

    All my users are given a message saying they haven't got access to the commands, and I'm stumped. Please help me configure this!
     
  22. Offline

    Daworm

    You should implement a hookin with iConomy... too many diff economy mods running.
    --- merged: Jan 23, 2011 12:06 PM ---
    @walton88 - i thought if you use Permissions, you don't use Essentials permissions?
     
  23. Offline

    Zenexer

    @walton88 You've got me stumped, too! That should work! Let me think about that one a bit.

    @Daworm You read my mind.

    @Morczor Exactly. Permissions is much more powerful. Restricting things in two places would be counter-intuitive.
     
  24. Offline

    Daworm

    @walton88 - did you do a /pr after setting it up ?
     
  25. Offline

    walton88

    I've done countless /pr commands, after every change
     
  26. Offline

    Daworm

  27. Offline

    Zenexer

    @walton88 It's not your config. It works fine for me. I think you may have defective users. :p
     
  28. Offline

    walton88

    Haha, I'm beginning to think the same!

    I fixed it! Literally don't know how, it just... started working.
     
  29. Offline

    Zenexer

    @walton88 Well, glad to hear it, because I certainly wasn't going to be of much help to you. :p
     
  30. Offline

    _Zw_

    Let us remove your ECO, i want to use iConomy, so sad to have both. Can u give us permission to remove it, and how?
     
  31. Offline

    mrgreaper

    it didnt update my config file, how do we disable the inbuild economy....were using code red at mo but about to switch back to iconomy ....sooo many economy mods arghhhhh
     
Thread Status:
Not open for further replies.

Share This Page