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

    popthcpoppers

    Kindly , Were looking for help and majority of us are running under 190, which contradicts your statement, so please leave if your not requiring help.

    We need less trollers and more people that KNOW
     
  3. Offline

    Etsijä

    No I am not. ops.txt is empty, so that cannot be the reason.

    I have time and time again been verifying that Permissions works OK, by demoting and promoting myself to different groups. Everything command-wise works as should - but /help always still shows 12 pages of commands!
     
  4. Offline

    chill1977

    That is based on per plugin, essentials fixed theirs so it only shows the commands given to that group, the other plugins you use need to do the same.
    --- merged: Feb 1, 2011 7:36 PM ---
    Maybe you should check the 42000 post I have answered questions for, and I wasnt talking to you. Thanks for the input though, (1 person rude I don't need to help added to the list)

    Thanks for updating the post Zenexer and hope everything is OK with you
     
  5. Offline

    AnLa061095

    Yeah, YES! This WORKS! I just have to use craftbukkit #110 but it WORKS!!!
     
  6. Offline

    Etsijä

    Sorry to disagree chill but clearly this isn't the case. I made an edited permissions config file:

    Code:
    plugin:
      permissions: {system: default}
    groups:
      default:
        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.rules, essentials.msg, essentials.ping, essentials.warp]
      vip:
        default: false
        info: {prefix: '&e', suffix: '&e', build: true}
        inheritance: [Default]
      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]
      admin:
        default: false
        info: {prefix: '&4', suffix: '&4', build: true}
        inheritance: [Moderator]
        permissions: ['*']
    users:
      Etsija:
        permissions: []
        group: default
    When I log in (as a "default"), still shows me 12 pages of commands with /help.

    ...or maybe I didn't understand your point? Sry for that.
     
  7. Offline

    AnLa061095

    Can you please update this to work with CraftBukkit #200?
    Because I cant use both this and WorldEdit at the same time cause of that.
     
  8. Offline

    chill1977

    Essentials only has 6 pages to begin with so that tells me that other plugins are giving commands in the help file, but maybe your on a build i havent tested yet and all of their commands are showing as well. I have tested 188 and the latest here and the essentials commands are per group shown on those.
     
  9. Offline

    Etsijä

    I use build #186.
     
  10. Offline

    ssechaud

    I am using build 201, and version 132 of essentials. When I type "/help" I get the grey console text instead of the proper stuff.
     
  11. Offline

    chill1977

    with build 188 and essentials 132 (says b131 when loaded) as default type /help i get 3 commands with are what's in my permissions help, motd, spawn
    --- merged: Feb 1, 2011 8:05 PM ---
    crafgtbukkit 201 essentials 132 same commands as default spawn, motd, and help command in red explanation in grey same as with craftbukkit 188
     
  12. In what sense do both not work
     
  13. Offline

    chill1977

    Testing essentials with craftbukkit 201 and the only command not working is the /tree and /bigtree I get error:0 on both but no error in console.
     
  14. Offline

    ssechaud

    Yes, I expect to get the red command name with a grey explanation paginated. I type help now and get a spew of grey text that looks like vanilla server response.
     
  15. Offline

    EvilSeph

    This plugin is using the wrong methods to deal with commands. You should not be using onPlayerCommand. You should be using onCommand. This is why there is a conflict when there shouldn't be one.
     
  16. Offline

    chill1977

    Nice catch from the Bukkit team ;) I'm just testing to see if the basics are working lol
     
  17. Looking at this now for latest v and command madness
     
  18. Offline

    kjab

    I can can't confirm @ssechaud's claim, i will downgrade until i find a version that works with Essentials 132 and post back
    Essentials v131?
    CraftBukkit build 201
    Ubuntu 10.04.1 LTS

    Edit: Apparently I still had v129 installed, something didn't get replaced as i thought
    Code:
    2011-02-01 14:39:26 [INFO] [Permissions] version [1.9] (Handler) loaded
    2011-02-01 14:39:26 [INFO] [iConomy] version [2.2] (Aime) loaded
    ClassicFluids version 2.0 is enabled!
    BorderGuard version 2.0 is enabled!
    2011-02-01 14:39:27 [INFO] Loaded Essentials b131 by Zenexer, ementalo, Eris, and EggRoll
    
     
  19. Offline

    Etsijä

    I just cannot understand why the /help isn't working for me. I'm being told it has been fixed - still I get those 12 pages of commands avery time, when I am the "noob" user!

    Could someone take a look if something's suspicious? I would REALLY appreciate the help, as I've been trying this and that myself. Note: it worked for me before, but ~1 week ago was broken completely.

    - I am using CraftBukkit build #188 and b132 of Essentials

    My Permissions config.yml:

    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.rules, essentials.msg, essentials.ping, essentials.warp]
      vip:
        default: false
        info: {prefix: '&e', suffix: '&e', build: true}
        inheritance: [noob]
      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]
      admin:
        default: false
        info: {prefix: '&4', suffix: '&4', build: true}
        inheritance: [moderator]
        permissions: ['*']
    users:
      Etsija:
        permissions: []
        group: noob
    Other plugins in use and their versions:

    Code:
    Permissions                 1.9
    AntiBuild                   1.0
    iChat                       1.3
    WorldEdit                   3.2.2
    WorldGuard                  3.2
    MinecartManiaCore           0.74
    MinecartManiaStations       0.14
    MinecartManiaSignCommands   0.12
    BackupPlugin                0.8.5
    BigBrother                  1.5
    LWC                         1.48
    Essentials                  b132
     
  20. Offline

    RaymanMaik

    It is great!!! .... if it's work. Can you help me? I get this error at starting up the server:
    Code:
    01.02.2011 21:43:32 org.bukkit.plugin.SimplePluginManager loadPlugins
    SCHWERWIEGEND: Could not load plugins\Essentials.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:78)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:117)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:82)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:40)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:154)
            at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:141)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:102)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:179)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:76)
            ... 8 more
    Caused by: while parsing a block mapping
     in "<reader>", line 2, column 1:
        ops-name-color: 'c'
        ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 61, column 2:
         restricted-commands:
         ^
    
            at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(Par
    serImpl.java:576)
            at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
            at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :228)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    2)
            at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
            at org.bukkit.util.config.Configuration.load(Configuration.java:62)
            at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:46)
            at org.bukkit.earth2me.essentials.Essentials.<init>(Essentials.java:39)
            ... 13 more
     
  21. Offline

    Brettflan

    Whenever you see something like that in the error report, it means you messed something up in your config.yml file.
     
  22. Offline

    LucidLethargy

    Just a heads up, Version 132 still loads as b131 on the moniter :X

    Love this plugin, keep up the awesome work!
     
  23. Offline

    chill1977

    All those commands are coming from WorldGuard and WorldEdit, look at the commands, if you are default user then you only get the 11 or 12 commands from essentials that you give them access to. As Admin with Essentials , worldguard and worldedit you get 16 pages of commands with 6 belonging to essentials, so worldguard and worldedit give you 10 pages of commands and essentials is giving to 2 as a default user.
    --- merged: Feb 1, 2011 9:07 PM ---
    post your essentials config.yml please in code tags
     
  24. Offline

    Etsijä

    Thank you chill, I think I can live with that explanation! Now off I go ranting at WG and WE devs...bark bark...no, not really. But have to keep a closer eye to those threads in case others are as frustrated and the devs do something about it.
     
  25. Offline

    Retricide

    Whenever I try modgrp it adds the person to the permissions file, but I get the null error. It doesn;t crash the server, I just have to fix it manually. I thought that essentials was supposed to add text so "null" doesn't come up. Should I be getting this error when I try modgrp?
     
  26. Offline

    Etsijä

    No imho you shouldn't, that was fixed many releases ago.
     
  27. Offline

    Retricide

    http://pastebin.com/19VS2KMg (i've manually added in the n's in the [n]'s)
    All of a sudden it switches to a different "style" of YML i guess? I don't know why but I've been getting the error:null.
     
  28. Offline

    Etsijä

    Essentials does that, yes. It has been discussed widely some pages ago. There's nothing wrong with the new format, however, you just have to replace the "null" with a valid text. Plugin dev probably can help (can't remember the details).

    The new format is exactly how the YML files should look like, the original ones do not comply with the YML rules.
     
  29. Offline

    Retricide

    Yeah i know, but at the bottom, it reverts to the old format. The bottom users were added using /modgrp.
     
  30. Offline

    Aelux

    I wouldn't suggest using the /modgrp command. It's easier to just add someone to a group manually and then use the "/pr" command to re-load the permissions.
     
  31. Offline

    Etsijä

    Weeeeell, /pr was broke some tens of builds ago, so it it working now?
     
Thread Status:
Not open for further replies.

Share This Page