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

    Nate204

    I'm a few builds back on Craftbukkit. Would you guys say it's now safe to swap over the most recent build? I heard it was a train wreck a few days ago. Any Suggestions?
     
  3. Offline

    Aelux

    I'm using build 186 with Essentials 131, WorldEdit 3.2.2, iChat 1.4, and Permissions 1.9. Everything seems to be working well...
     
  4. Offline

    chill1977

    yeah IF I was going toupdate beyond 166 i wouldnt go above 186 right now.
     
  5. Offline

    Nate204

    I cant remember the last time I updated, but it was a few days ago. I think I'll just stay put until I hear the all clear.

    Thanks guys!
     
  6. Offline

    Lukedude100

    I get this error when I try to use /i 1 64 or any item.

    2011-01-31 19:49:29 [INFO] [PLAYER_COMMAND] Lukedude100: /i 1 64
    Jan 31, 2011 7:49:29 PM org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event PLAYER_COMMAND to Essentials
    java.lang.NoSuchMethodError: org.bukkit.inventory.ItemStack.<init>(IIBLjava/lang/Byte;)V
    at org.bukkit.earth2me.essentials.commands.Commanditem.run(Commanditem.java:37)
    at org.bukkit.earth2me.essentials.EssentialsListener.onPlayerCommand(EssentialsListener.java:129)
    at org.bukkit.plugin.java.JavaPluginLoader$3.execute(JavaPluginLoader.java:133)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:60)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:213)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:590)
    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:276)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:202)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)

    I still get that error when I type /i1 64 but now it actually gives me the item. I downloaded the latest essentials.
     
  7. Offline

    TheArcher

    This happens to me too, but I don't get the item.
     
  8. Offline

    chill1977

    the latest Essentials is located at the address in my signature not the one on the main page that says download /i /g do not work with that one.
     
  9. Offline

    skinner452

  10. Offline

    chill1977

    NP, funny they have smilies in the error reports lol
     
  11. Offline

    mattekure

    with the /kit command, is it possible to give the different colors of wool?
     
  12. Offline

    chill1977

    not that I am aware of, what's the deal with the wool anyway lol i use wool color changer
     
  13. Offline

    etskinner

    Any more word on adding data values to the item and give commands?
     
  14. Offline

    chill1977

  15. Offline

    Olat

    I have a question / Idea.

    I would like my Donators (Premium and VIP) groups to have different cool downs on the /home command. Is this possible? If it isnt, can it be added? I think this would be a very nice perk for Donators.

    Normal members: once every 4 hrs RL day
    Premium members: every 2 hrs day
    VIP: once an hr

    Along with allowing them to acces other plugins Exclusively or other parts of your plugin.
    Also, can the /tpa / tpahere etc etc Cooldowns be on a different timer.
    This way I could allow my donators to teleport thier friends to them and also use the /home ability?

    I think this would add a lil more flexibility and allow for Server Owners to give out great benefits then just in game items.
     
  16. Offline

    Mountaineer

    The /give command (and all item-spawning commands, including /kit) has stopped working on my server. All other admin commands work just fine (/mob, /kick, etc.). We are running Bukkit 188 and have updated all plugins accordingly. We're running Essentials 131 and Permissions 1.9, and all admins have permission for essentials.* and essentials.give (just to be safe :)). Not sure what's up; /give is on the restricted commands list, but not on the disabled list. Forgive me if I did something completely retarded in the configs; I am tired as hell and my head is spinning. [​IMG]


    The Essentials config.YML:
    Code:
    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: 'c'
    
    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: '|'
    
    # The delay, in seconds, required between /home, /tp, /warp, etc.
    teleport-cooldown: 1
    
    # The delay, in seconds, required between /heal attempts
    heal-cooldown: 1
    
    # The number of items given if the quantity parameter is left out in /item or /give.
    default-stack-size: 64
    
    # The message of the day, displayed on connect and by typing /motd.
    motd:
      - '&cWelcome to Bizzycrafting, {PLAYER}&c!'
      - '&fType &c/help&f for a list of commands.'
      - 'Currently online: {PLAYERLIST}'
    
    # The server rules, available by typing /rules
    rules:
      - '[1] Be respectful'
      - '[2] No stealing/griefing'
      - '[3] Use common sense'
      - '[4] Admins have the final say'
    
    # Disabled commands will be completelly unavailable on the server.
    disabled-commands:
      - eco
      - sell
    # Restricted commands will only be available to ops.
    # These will have NO EFFECT if you have Permissions installed!
    # These are here only if you want something simpler than Permissions.
    restricted-commands:
      - bigtree
      - item
      - give
      - heal
      - plugin
      - time
      - top
      - tp
      - tphere
      - tree
      - setwarp
      - setspawn
      - kick
      - ban
      - unban
      - banip
      - unbanip
      - kill
      - spawnmob
      - mob
      - modgrp
      - clearinventory
    
    # Note: All items MUST be followed by a quantity!
    # Times are measured in seconds.
    kits:
      tools:
        delay: 10
        items:
          - 278 1
          - 276 1
          - 277 1
          - 279 1
    
    # End of File
    And the Permissions config.YML (cut short to fit in one post):
    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.rules'
                - 'essentials.compass'
        vip:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance: Default
            permissions:
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.whois'
                - 'essentials.help'
                - 'essentials.list'
                - 'essentials.msg'
                - 'essentials.spawn'
                - 'essentials.me'
                - 'essentials.warp'
                - 'essentials.getpos'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.compass'
        Mods:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - vip
            permissions:
                - 'essentials.teleport'
                - 'essentials.teleport.here'
                - 'essentials.player-info'
                - 'essentials.kick'
                - 'mcbans.kick'
                - '/worldeditselect'
                - '//wand'
                - '/region'
        Admins:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Mods
            permissions:
                - 'essentials.*'
                - 'essentials.nuble'
                - 'mcbans.*'
                - 'whitelist.*'
                - 'worldedit.*'
                - 'essentials.give'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        Kaeso:
            group: Admins
            permissions:
                - '*'
                - 'whitelist.*'
                - '/whitelist add'
                - '/whitelist remove'
                - '/whitelist list'
                - '/whitelist on'
                - '/whitelist off'
                - '/whitelist'
                - 'worldedit.*'
                - 'essentials.*'
                - 'essentials.give'
        raxenoth:
            group: Admins
            permissions:
                - '*'
                - 'whitelist.*'
                - '/whitelist add'
                - '/whitelist remove'
                - '/whitelist list'
                - '/whitelist on'
                - '/whitelist off'
                - '/whitelist'
                - 'worldedit.*'
                - 'essentials.*'
                - 'essentials.give'
        eternaldode:
            group: Admins
            permissions:
                - '*'
                - 'whitelist.*'
                - '/whitelist add'
                - '/whitelist remove'
                - '/whitelist list'
                - '/whitelist on'
                - '/whitelist off'
                - '/whitelist'
                - 'worldedit.*'
                - 'essentials.*'
                - 'essentials.give'
        Bizzyb0nez:
            group: Admins
            permissions:
                - '*'
                - 'whitelist.*'
                - '/whitelist add'
                - '/whitelist remove'
                - '/whitelist list'
                - '/whitelist on'
                - '/whitelist off'
                - '/whitelist'
                - 'worldedit.*'
                - 'essentials.*'
                - 'essentials.give'
     
  17. Offline

    chill1977

    Download the Essentials in my Signature, it's newer than the one posted on the downloads
    --- merged: Feb 1, 2011 7:15 AM ---
    Now why, in the world, would you want to restrict using the go home command, i can see certain item to be spawned but the ability to go home?
     
    Mountaineer likes this.
  18. Offline

    Mountaineer

    You just solved all of my problems. I love you, no homo.
     
  19. Offline

    Olat

    the /home command can be abused by people mining or wandering off and getting lost. I mean there is no sense of exploration or danger if you can just type /home. Doing it every now and then is cool. My players and myself included turn off MOST teleports that we can limit. When we used runecraft we turned off the Tele / Waypoint.

    So restricting the /home command gives a more sense of "Lost in the woods" or shit I need to use my compass more so. Its a survival server.. not much survival happens if your ever in danger and you can type /home every time.
     
  20. Offline

    Seil

    Is it possible to make it so only kits the user has access to are listed? Or at least change the error message so that it isn't saying the permission they need and instead just says something about not being of the right group or something lol? I think both factors are a little off-putting from a user standpoint, seeing kits you can't use and also seeing an error message that looks like there's a server related problem going on when you attempt to use it o.o
     
  21. Offline

    ReaperOfDeath

    Same here. I can now use /item commands. I was gonna post why I couldn't spawn items, but you just solved it.

    *hugs*
     
  22. Offline

    chill1977

    LMAO not a problem
     
  23. Offline

    godsyn

    It appears console commands no longer need to be prefaced with "#" EG: /#help
    This means that if you are op, and you type "/help", the server (default) help from the console is displayed. essentials's still works for non-ops.
     
  24. Offline

    sharkh20

    I would like to suggest a /kickall command. Restarting the server always causes inventory loss. There is always one or 2 people that are slow and dont leave before the server restarts. So it would be like /kickall <reason>.
    Example /kickall Server Restarting come back in 30 seconds
     
  25. New people, scroll back a few pages :D
    --- merged: Feb 1, 2011 9:47 AM ---
    It is in our list, were just dealing with fixing for 186 first
    --- merged: Feb 1, 2011 10:11 AM ---
    Should be ready for next v
     
  26. Offline

    Dodecha

    I seem to be having issues with the /who command (essentials.whois), default group users cant access them, the console gives out denied accces to command when users try.

    I'm running craftbukkit #186, the latest essentials file (the dropbox link) and permissons 1.9
    other permissions are working fine other than some inheritances, so i have to define sethome/home/spawn/help for moderators aswell.

    Here is my permission.conf
    Code:
    
    plugin:
        permissions:
            system: default
     
    groups:
        Default:
            default: true
            info:
                prefix: '&f'
                suffix:
                build: true
            inheritance:
            permissions:
               - 'essentials.help'
               - 'essentials.spawn'
               - 'essentials.sethome'
               - 'essentials.home'
               - 'essentials.whois'
               - 'essentials.tpa'
               - 'essentials.tpaccept'
               - 'essentials.tpdeny'
               - 'essentials.tptoggle'
               - 'essentials.warp'
               - 'essentials.mail'
               - 'essentials.getpos'
               - 'essentials.msg'
               - 'essentials.afk'
               - 'essentials.rules'
               - 'essentials.compass'
               - 'essentials.helpop'
        Moderators:
            default: false
            info:
                prefix: '&3'
                suffix:
                build: true
            inheritance: Default,
            permissions:
               - 'essentials.spawn'
               - 'essentials.sethome'
               - 'essentials.home'
               - 'essentials.help'
               - 'essentials.setwarp'
               - 'essentials.tpo'
               - 'essentials.tpohere'
               - 'essentials.item'
               - 'essentials.give'
               - 'essentials.tp'
               - 'essentials.tphere'
               - 'essentials.mail.send'
               - 'essentials.time'
               - 'essentials.kick'
               - 'essentials.ban'
               - 'essentials.unban'
               - 'worldedit.selection.*'
    
               - 'worldedit.wand'
               - 'worldedit.fill'
               - /region
               - /regionclaim
               - /regionbypass
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix:
                build: true
            inheritance: Default,Moderators,
            permissions:
               - '*'
    
    users:
        Dodecha:
            group: Admins
            permissions:
        sofa:
            group: Admins
            permissions:
        robhol:
            group: Admins
            permissions:
        frenor:
            group: Moderators
            permissions:
        haldir107:
            group: Moderators
            permissions:
        Redpubic:
            group: Moderators
            permissions:
        Eplefisk:
            group: Moderators
            permissions:
        Acez84:
            group: Moderators
            permissions:
    
    
     
  27. @Dodecha whats the problem you are having?
     
  28. Hey if i run the command /give the console shows me this error:
    Code:
    2011-02-01 16:03:06 [INFO] [PLAYER_COMMAND] Raphnika: /give ra 1 64
    Feb 1, 2011 4:03:06 PM org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event PLAYER_COMMAND to Essentials
    java.lang.NoSuchMethodError: org.bukkit.inventory.ItemStack.<init>(IIBLjava/lang/Byte;)V
            at org.bukkit.earth2me.essentials.commands.Commandgive.run(Commandgive.java:31)
            at org.bukkit.earth2me.essentials.EssentialsListener.onPlayerCommand(EssentialsListener.java:129)
            at org.bukkit.plugin.java.JavaPluginLoader$3.execute(JavaPluginLoader.java:133)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:213)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:590)
            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:276)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:202)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    where could be the problem?
     
  29. Offline

    MatCat

    Yeah /i and /g seem broken on B186... /whois is working for me though...
     
  30. Offline

    Aelux

    For some reason the "/depth" command was not listed on the wiki, so I added it.
     
Thread Status:
Not open for further replies.

Share This Page