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. Greetings. First, good work. I tested the different commands and the work really good. Also the module-approach is very good.
    Now to my question: Could it be possible to aim the /tree command at a specific sapling? So I can control the treegrowth slightly better? Now they just spawn wherever they want..... And this command is a really nice design tool.

    @Corey 115: I asked a very similar question in the Permissions Forum. Don't have an answer so far. http://forums.bukkit.org/threads/ad...zing-the-group-system.1403/page-69#post-55066

    The only method I know is to give your group all permissions you want them to have and leave out the /jump permission.
     
  3. Offline

    Pencil

    I wouldn't use general and essentials at the same time, i think they conflict. If you don't actually use generals you prolly just messed up with
    Code:
    permissions:
    
                - 'general.teleport'
    
                - 'general.teleport.here'
    
                - 'essentials.kick'
    for the respected group
     
  4. Offline

    Mgssidley

    I'm having problems with the /tp commands. I gave myself permission to all Essentials commands but none of the tele commands work. I'm on the latest Bukkit build and latest Essentials. Here is my plugin list:

    [​IMG]
     
  5. @NickBrahz You would need essentialstele, essentialspawn and essentialsban, you would also need iChat as we do not do anything with prefixes. This is a permissions feature
    --- merged: Feb 13, 2011 4:22 PM ---
    @Mgssidley, you need EssentialsTele
    --- merged: Feb 13, 2011 4:22 PM ---
    don't give them the permssion essentials.jump
     
  6. Offline

    osholt

    How do you use apostrophes( ' ) within the message of the day?
    I'm not familiar enough with yaml to know how to do it.
    Thanks in advance
     
  7. Offline

    Corey115


    How do i remove the permission?
     
  8. Offline

    JakeNova

    When ever I use the /plugins command, I get this message after my client crashes.

    Code:
    Minecraft: Minecraft Beta 1.2_02
    OS: Windows Vista (x86) version 6.0
    Java: 1.6.0_20, Sun Microsystems Inc.
    VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
    LWJGL: 2.4.2
    OpenGL: ATI Radeon HD 4800 Series            version 3.3.10317 Compatibility Profile Context, ATI Technologies Inc.
    
    java.lang.StringIndexOutOfBoundsException: String index out of range: 87
        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 b29ecf42 ----------
    I am on CB build 323 and Essentials 190 according to the /essentials reload command, which I tried and did not help. Thanks for the amazing plugin and keep up the great work!
     
  9. Offline

    osholt

    Why is EssentialsTele only available with the big zip file?
     
  10. Offline

    JakeNova

    You just don't give it to them. So, if you want them to have all commands besides the /jump ones, you would give them "essentials.depth, essentials.getpos, essentials.compass, essentials.top, essentials.back, essentials.world, essentials.portal, essentials.msg, etc...". Hope that helps some. It is a pain that you can't just put "essentials.*" and then a "essentials.jump.deny" or something.
     
  11. Offline

    Corey115

    Where do put these codes?
     
  12. Offline

    JakeNova

    Are you using the Permissions plugin? If so, place them in the config.yml file where they are in this example.

    Code:
    plugin:
        permissions:
            system: default
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'essentials.spawn'
                - 'essentials.mail'
                - 'essentials.motd'
                - 'essentials.msg'
                - 'essentials.portal'
                - 'essentials.depth'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.time'
        Admins:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    So you place all the permissions you want for the group where the "essentials.spawn, essentials.motd, etc..." is. You don't have to do it under the "Default" group, just under which ever group you want to have all commands besides essentials.jump. You can find all those permissions here.
     
  13. Offline

    Corey115

    thank you, also, how do i make my self admin in my smp!!!!!!!!!!!!!
     
  14. Offline

    JakeNova

    Again, if you are using Permissions, just make your name under the "users" title looking like this:

    Code:
    users:
       Corey115:
            group: Admins
            permissions:
    
    And also make sure the Admins group has just a '*' for permissions, meaning they get all the commands possible.
     
  15. Offline

    Corey115

    ok, got it, thanks
     
  16. Offline

    JakeNova

    Also, about my earlier problem with /plugins not working/causing my client to crash, I went down to CB build 322, as 323 has that annoying "Block destroyed" message, and now /plugins works, but only to list the working plugins, not disabling or enabling them. It just lists the plugins even when I type /plugins disable [Pluginname].
     
  17. Offline

    Etalyx

    On dev build 323 with the latest modulated-essentials, the command /plugin list crashes my client every time. The server appears to be unharmed.

    This kind of makes it hard to manage my plugins, to say the least :D
     
  18. Offline

    Daveyo

    It's official. Taking essentials off my plugin list. Interferes with at least 2 plugins at all times (mcdoc's mainly). At least 2 or more commands do not work, and at least 2 or more are bugged. All we use it for now is /give and /tp, which are easily attained through other plugins. I appreciate the updates guys, but this is just a constant state of broken. Essentials should just be the exact essentials, like why in the world are you building in an economy and mailing system like jeez, just fix the broken stuff and then maybe the insane costs for updating wouldn't be there.

    Do i even mention the nether world suprise from the last update. This is enough
     
    Dreadreaver likes this.
  19. Offline

    Lookatmego

    I really need help,the /mail or /msg none of them work just give me ERROR 1 or 2 and give me template on how to use..HELP
     
  20. Offline

    Dreadreaver

    so truth
     
  21. Offline

    M1sT3rM4n

    I stopped updating after build 150ish :p
     
  22. Offline

    Trickyrive

    How do you go about adding more worlds to the config file? I can get the normal world and the nether world, but I can't get a 3rd world to work.
     
  23. Offline

    Maddin

    Can you add please, that the plugin auto-updates? Would be very nice.
     
  24. Offline

    Windwaker

    Hey how do you page down on the help menu?
     
  25. Offline

    PandaVidya

    can someone explain why i cant get general users access to certain commands?

    Code:
    # Supports "Default" and "GroupUsers"
    plugin:
        permissions:
            system: default
    
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:"
    #   field seperated by commas.
    #
    #   Example: inheritance: Default,Admins,
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'general.spawn'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'general.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    ##
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'Essentials.spawn'
                - 'Essentials.list'
                - 'Essentials.playerlist'
                - 'Essentials.who'
                - 'Essentials.online'
                - 'Essentials.home'
                - 'Essentials.sethome'
                - 'Essentials.mail'
                - 'Essentials.helpop'
                - 'Essentials.msg'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
        Admins:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        PandaVidya:
            group: Admins
            permissions:
        sk89q:
            group: Default
            permissions:
                - 'Essentials.spawn'
                - 'Essentials.list'
                - 'Essentials.playerlist'
                - 'Essentials.who'
                - 'Essentials.online'
                - 'Essentials.home'
                - 'Essentials.sethome'
                - 'Essentials.mail'
                - 'Essentials.helpop'
                - 'Essentials.msg'
     
  26. Offline

    screwzluse

    I believe it might be case sensitive. Try a lower case 'e' instead of 'E' in the commands (ie - 'essentials.spawn')
     
  27. Offline

    AtomicAcidbath

    /home isn't working.
    (/sethome is fine)

    Code:
    2011-02-13 14:02:05 [INFO] [PLAYER_COMMAND] AtomicAcidbath: /home
    java.lang.NoSuchMethodError: com.earth2me.essentials.User.teleportToHome()V
            at com.earth2me.essentials.home.Commandhome.run(Commandhome.java:19)
            at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:42)
            at com.earth2me.essentials.home.EssentialsHomeWorker.onCommand(EssentialsHomeWorker.java:50)
            at com.earth2me.essentials.home.EssentialsHome.onCommand(EssentialsHome.java:47)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:17)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:77)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:171)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:610)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:589)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:232)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:317)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    
     
  28. Offline

    sk8r2k11

    I have a couple of good ideas that could be implemented:
    A /tpall command that teleports every1 to you(Ops, Admins)
    A /tpaall command that requests a tpall (Mods, users ect.)
    A /tpoall command that is the same but overides tptoggle.(Ops, Admins)

    also maybe a remove item from player command? if thats possible.
    Thanks :)
     
  29. Offline

    ddoolin

    Why does "/sell 9999" give me 9999 currency? And how do I change item values? I can't find it anyway. D:
     
  30. Offline

    chill1977

    There is nothing "broken" about this plugin. Please don't state your opinion without proof and evidence. Every person that actually needs help and comes to chat has recieved just that. As far as the nether goes, both us and Bukkit have stated this is a work in progress and still has bugs. If you are having issues, it is because you refuse to read, configure, and use the plugin properly.
     
  31. Offline

    ddoolin

    Another question: The teleport timer isn't listening to me. It's still 10 seconds even though the config says 0. And the /sell problem above is still happening.
     
Thread Status:
Not open for further replies.

Share This Page