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

    ambientmf

    Excellent plugin with great functionality. I especially like that I can customized which commands I want to use with Essentials (I use MCDocs and disabled the /rules and /motd from Essentials, for example).

    I am especially grateful for the commitment to updating this plugin - I had updated to 136 this morning after my Essentials 131 was breaking and found yet ANOTHER update just now! Gonna test this newer updated version for compatibility before I push it to my actual server. Thanks again for this excellent addition to bukkit. :)
     
  3. Offline

    Themself

    Where are you getting this?!
     
  4. Offline

    ambientmf

  5. Offline

    iTzJaake

    @Chill1997
    This worked!
    But I can't get my colors to work.
    This is my iChat config:
    Code:
    message-format: '+prefix+suffix +name: +message'
    censor-list:
    censor-char: '*'
    censor-colored: true
    censor-color: '&7'
    censor-string-color: '&f'
    
    And this is my permissions config.
    Code:
        Trusted:
            default: false
            info:
                prefix: '&dTrusted'
                suffix: '&d'
                build: true
            inheritance:
                - Builder
            permissions:
    
        supabad:
            group: Trusted
            info:
               prefix: '&dTrusted'
               suffix: '&d'
            permissions:
    
     
  6. Offline

    chill1977

    That isnt half of the permissions config. you go straight from 1 group to 1 user without any specified commands as to do so, please reread the tutorial I posted and post something that looks remotely close to the last example.
     
  7. Offline

    iTzJaake

    I did that to make it smaller.
    Here is the whole config file.
    Code:
    plugin:
        permissions:
            system: default
    groups:
        Default:
            default: true
            info:
                prefix: 'Default'
                suffix:
                build: false
            inheritance:
            permissions:
                - 'essentials.spawn'
                - 'essentials.motd'
                - 'essentials.help'
                - '/stats'
                - '/ach'
        Builder:
            default: false
            info:
                prefix: '&eBuilder'
                suffix: '&e'
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.me'
                - 'essentials.clearinventory'
                - 'essentials.afk'
                - 'essentials.sell'
                - 'essentials.warp'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.accept'
                - 'essentials.tp'
                - 'essentials.item'
                - '/listach'
        Trusted:
            default: false
            info:
                prefix: '&dTrusted'
                suffix: '&d'
                build: true
            inheritance:
                - Builder
            permissions:
                - 'essentials.me'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.clearinventory'
                - 'essentials.time'
                - 'essentials.msg'
                - 'essentials.getpos'
                - 'essentials.afk'
                - 'essentials.tree'
                - 'essentials.bigtree'
                - 'essentials.sell'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.accept'
                - 'essentials.tp'
                - 'essentials.item'
        Moderator:
            default: false
            info:
                prefix: '&3Moderator'
                suffix: '&3'
                build: true
            inheritance:
                - Trusted
            permissions:
                - 'essentials.list'
                - 'essentials.kick'
                - 'essentials.tphere'
                - 'essentials.give'
                - 'essentials.heal'
                - 'essentials.heal'
                - 'essentials.ban'
                - 'essentials.helpop'
                - 'essentials.unban'
                - 'essentials.banip'
                - 'essentials.unbanip'
                - '/statsadmin'
                - '/achadmin'
        Admin:
            default: false
            info:
                prefix: '&cAdmin'
                suffix: '&c'
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    users:
        pepsimax_:
            group: Admin
            info:
               prefix:'&cAdmin'
               suffix:'&c'
            permissions:
        Dr_Rabbit:
            group: Trusted
            info:
               prefix: '&dTrusted'
               suffix: '&d'
            permissions:
        supabad:
            group: Trusted
            info:
               prefix: '&dTrusted'
               suffix: '&d'
            permissions:
        _mudkipz_:
            group: Trusted
            info:
               prefix: '&dTrusted'
               suffix: '&d'
            permissions:
        R0FL_z:
            group: Moderator
            info:
               prefix: '&3Moderator'
               suffix: '&3'
            permissions:
     
  8. Offline

    chill1977

    Only use the users defined colors if different from the group and see if that helps also know out all the censored stuff on your iChat and make sure the line that specifies ops text color in essentials says 'none' then see what happens, fell free to add and subtract until you find the problem, it isn't glass.
     
  9. Offline

    iTzJaake

    Still doesn't work ><
    I'll just try fix it later.
    Thanks for your help, sorry if I've been stupid. This is like my 3rd day of hosting a server :p
     
  10. Offline

    tremor

    Just tested Essentials 137 for Craftbukkit 238 on a test server - working well. Also have running WorldEdit 3.2.2, Worldguard 3.2.2, Permissions 2.0, Vanish & Reserved..

    All works well, pretty clean server log, but whenever a /help is used the console gets spammed with this:

    Code:
    java.lang.IllegalArgumentException: Unknown command
            at org.bukkit.earth2me.essentials.commands.CommandWrapper.get(CommandWra
    pper.java:83)
            at org.bukkit.earth2me.essentials.commands.Commandhelp.getHelpLines(Comm
    andhelp.java:90)
            at org.bukkit.earth2me.essentials.commands.Commandhelp.run(Commandhelp.j
    ava:39)
            at org.bukkit.earth2me.essentials.Essentials.onCommand(Essentials.java:6
    34)
            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:1
    62)
            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)
    However the help still actually displays. Assuming this is essentials throwing this error.
     
  11. Offline

    Kane

    I see 137 in the topic but see only 132 changes is there something I'm missing? Thanks
     
  12. Offline

    seriosbrad

    Silent release, hmmmm. Details please
     
  13. Offline

    dark navi

    133:
    - MAJOR: CB 210 updates
    - Fixed /time
    - Added /ban will kick after ban
    - Added /etree and /ebigtree. Removed /tree, /bigtree

    134:
    - Change /modgrp will no longer reloadplugins. /reload /reloadall after.

    135:
    - Minor cleanup

    136:
    - Fixed /msg
    - Added /broadcast - mass msg

    137:
    - Fixed /ban kicking the instigator
    - Fixed /help doubling up
    - Fixed /kickall kicking the instigator
    - Changed /sell to take amount args.
    If /sell has no args it will only sell 1 item, otherwise it will sell the specified amount
     
  14. Offline

    Kane

    Thanks!
     
  15. Offline

    Etsijä

    Please note that the newest two versions, b136 and b137, have at least these problems:
    - typing /help will give you a Java error each time
    - /me only prints out the first word
    - /broadcast only prints out the first word

    And please, when you post, take the trouble to read at least 2 latest pages in this thread. During the last 12 hours or so, I've seen people asking the same questions over and over again, as if none of the posters would have read even the latest page before posting. That is annoying as hell, and imho is also rude to the devs, since it makes it impossible for them to find out new things that aren't working, new suggestions etc.

    I am not at all surprised that some devs have set up their own forums and told us they will only answer questions in there.
     
  16. Offline

    ambientmf

    Just to further comment on Etsija's post, aren't the Bukkit team implementing some sort of API for plugin releases? Instead of forum threads? I'm brand-new to Bukkit so please someone correct me if I'm wrong but that's what I remember reading in the planned features of bukkit.

     
  17. Offline

    dark navi

    They are creating a central repository that will allow direct connections to Bukkit servers. To my knowledge, plug-ins will still have their own discussion threads though.
     
  18. Offline

    thegleek

    I apologize. The plugin.yml, while cumbersome, works when implemented correctly. :)

    I saw that you have fixed this double help output, thanks! :)

    I will continue to use and support this plugin as it is AWESOME! yay woot woot lulz :p --- So yeah as a learning experience which I'm sure many other plugin dev's will have to go through - is completely changing from using the depreciated onPlayerCommand to the onCommand as this plugin uses!

    Bah, I revoke that statement --- Nijikikun is slacking as his plugin still uses the old crap. So pfft on the General and three cheers for Essentials!
     
  19. Offline

    Aelux

    Does anyone know the timeline for official permission support within bukkit?
     
  20. Offline

    Sargeo

    Same with me.
     
  21. Offline

    kenny

    Using /modgrp more than once on a single person makes multiple entries in the config file instead of just editing it..just a heads up
     
  22. CraftBukkit #238, Essentials v137. Disabling Essentials' commands cancels them out GLOBALLY, i.e. disables them for other plugins that use the same commands.

    Example: /home and all /home commands for MyHome. It didn't do that before - only Essentials' features were disabled if you chose so in the config.
     
  23. Enter a bug in the bug database -> http://java.net/bugzilla/enter_bug.cgi?product=essentials
     
  24. I hate to create accounts on external sites but OK.
     
  25. I'm only recommending this because I did the same and it got fixed really fast :)
     
  26. Offline

    theLephty

    I've been searching for hours, so I'll just ask, what would I put into the permission file to give a group access to the standard built into minecraft /save-all command? Or any generic built into minecraft command for that matter?

    i've tried:

    - 'save-all'
    - '#save-all'
    - '/save-all'
    - '.save-all'
    plus some others... thanks in advance!
     
  27. Offline

    unrivaledneo

    I was having problems in build 232 with /modgrp it edits the permissions file but wont display the change until a reboot. FYI

    Also Would it be possible to be able to put users in more than one group via /modgrp?
     
  28. Offline

    jwideman

    @theLephty:
    That's a console command, you don't use it ingame.
     
  29. Offline

    Cmars

    that's op commands.
     
  30. Offline

    theLephty

    oops, sorry meant to put that in the permissions thread.
    so in short, permissions and essentials have no control over /save-all?
    So I have to put their name in the ops.txt which means, I can't have somebody able to do /save-all but at the same time unable to do /give... that's a bummer.
     
  31. Offline

    jwideman

    save-all is better handled by remote, or even automated.
     
Thread Status:
Not open for further replies.

Share This Page