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

    chill1977

    I
    will test the newer builds to see what they do
     
  3. Offline

    TheArcher

    Thanks, but I was responding to your question. I want to disable kit use from my server.
     
  4. Offline

    Aelux

    :: Edit :: changed restricted to disabled. My bad [​IMG]
    Oh, ok.... So in the same config.yml file, you'll find a "disabled-commands:" line

    Here's the format:
    Code:
    disabled-commands:
      - kit
    The above will restrict remove the kit command, not only from your players, but you as well, whether you're an OP or not.
     
  5. Offline

    chill1977

    I have just tested craftbukkit 183 with essentials 131, permissions, iChat and Antibuild and the doors work fine along with everything else i can see, now adding other plugins to this could and probably will mess it up. I will be testing all commands and things now.
    Inheritance is fine.
    Tested steel doors with pressureplatte, works fine. Tested wooden doors works fine.
    Further testing coming.
     
  6. Offline

    Jezarith

    build 169

    /playerlist

    SEVERE: Could not pass event PLAYER_COMMAND to Essentials
    java.lang.NoSuchFieldError: b
    at org.bukkit.earth2me.essentials.commands.Commandlist.run(Commandlist.java:36)
    at org.bukkit.earth2me.essentials.EssentialsListener.onPlayerCommand(EssentialsListener.java:129)
    at org.bukkit.plugin.java.JavaPluginLoader$3.execute(JavaPluginLoader.java:132)
    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:554)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:528)
    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:265)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:201)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
     
  7. Offline

    Aelux

    @chill1977 Nice, sounds good. I'll have to test it out with WorldGuard and WorldEdit, since it's "supposed" to work with the new builds.
     
  8. Offline

    chill1977

    Let me know how that goes, as I dont use those and people are always asking lol
     
  9. Offline

    Aelux

    You need to use the code button or tinypaste to display that so we can see if you're indenting correctly or not.
     
  10. Offline

    Nate204

    Im sorry if this has been brought up before.....
    Is restarting your server in game unavailable?

    I miss the /restartsrv command =(
     
  11. Offline

    chill1977

    Please use the code input so we have some idea of the format either that or pastebin.
     
  12. Offline

    Superhykle

    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:
                - 'general.spawn'
    - 'spawn'
    - 'help'
    - 'home'
    - 'list'
     
        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:
        darkgrave:
            group: Admins
            permissions:
        sk89q:
            group: Default
            permissions:
                - 'general.time'
    
     
  13. Offline

    chill1977

    @Superhykle you need a space after every - dash
    - 'general.time'
     
  14. Offline

    BigDaddy85

    I have same error message like this. My server is running on bukkitcraft 183.
     
  15. Offline

    chill1977

    @Superhykle

    Code:
    permissions:
                - 'general.spawn'
    - 'spawn'
    - 'help'
    - 'home'
    - 'list'
    
    move these over and you are good
     
  16. Offline

    Binder News

    Is there ever going to be support for having Essentials AND MyWarp both at the same time?
     
  17. Offline

    chill1977

    Are
    you running essentials 131? And if so what other plugins are you running. I use that command with no errors.
     
  18. Offline

    Superhykle

    ehm i have-.-XD
     
  19. Offline

    chill1977

    There is you just have to disable the commands they have in common in one plugin or the other.
    --- merged: Jan 31, 2011 1:17 AM ---
    Yeah sry without the code it didnt look like there was but the fix is posted above.
     
  20. Offline

    blahpers

    It appears that kits show up in the list even if a player doesn't have access to that kit. Are there plans to hide kits that aren't accessible to players in a future release?
     
  21. Offline

    TheArcher

    Thanks
     
  22. Offline

    Superhykle

    but they still can use other commands like /setspawn or make/delete warps ...
     
  23. Offline

    Binder News

    I just don't want Essential's warp command interfering with MyWarp's warp command
     
  24. Offline

    BigDaddy85

    I recently update to build 185. Still having same problem. Most of essentials commands work fine. /Playerlist or /who doesn't.

    List of plugin on my server:

    Essential 131
    MyWarp 1.8.2
    WorldEdit 3.1 (Not working at the moment.)
    WorldGuard 3.2 (Not working, too.)
    MagicCarpet v1.4
    iChat v1.2
    Permission v1.9
    Time shift v1.1
    Bukkitup v1.27
     
  25. Offline

    Superhykle

    srry but /setspawn is essential command right? and they can also use that
     
  26. Offline

    Cmars

    Any one got the unupdated plugin of this (I've kinda fucked myself with un-updated plugins)
     
  27. Offline

    chill1977

    Try this as your 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: 60
    
    # The delay, in seconds, required between /heal attempts
    heal-cooldown: 60
    
    # 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, {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] Be ethical'
      - '[3] Use common sense'
    
    # Disabled commands will be completelly unavailable on the server.
    disabled-commands:
    - warp
    - setwarp
    
    # 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:
    
    # 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
    
    # End of File
    --- merged: Jan 31, 2011 1:49 AM ---
    I have not tested 185 but i have 183.

    Can you post your essentials config.yml and if you havent post your permissions config as well, I will look back to see if you have already, give me a cpl minutes to respond again.
     
  28. Offline

    BigDaddy85

    My permission config (Works fine from 121 to 167 build)

    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: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    permissions:
    - 'general.spawn'
    Moderator:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Default
    permissions:
    - 'essentials.*'
    - 'MyWarp.*'
    Admins:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Moderator
    permissions:
    - '*'
    New:
    default: true
    info:
    prefix:
    suffix:
    build: false
    inheritance:
    permissions:
    - 'general.spawn'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
    BigDaddy85:
    group: Admins
    Nowyoudie:
    group: Admins

    And my essentials config remains unchanged since the installation except motd.

    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: 60
    
    # The delay, in seconds, required between /heal attempts
    heal-cooldown: 60
    
    # 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:
      - '&fWelcome to &3DST Minecraft Server&f, {PLAYER}!'
      - '&fType &c/help&f for a list of commands.'
      - '&fThis server is using &eBukkit Mod&f.'
      - '&cWarning:&f We are constantly updating some mods. Some mods may be broken.'
      - '&fPlease be patient with us while we continues to update some mod eventually.'
    
    # The server rules, available by typing /rules
    rules:
      - '[1] Be respectful'
      - '[2] Be ethical'
      - '[3] Use common sense'
    
    # Disabled commands will be completelly unavailable on the server.
    disabled-commands:
     - nick
    
    # 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
    
    # 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
    
    # End of File
     
  29. Offline

    Zenexer

    Okay, wow! That's a lot of posts! For some reason, my "watch this thread" thinger isn't working anymore: I'm not getting e-mailed on new posts. I did a quick scan of all the posts, and it seems that most are related to the recent updates. So, for the first time ever, I'm not going to respond to each person individually, as I would basically be saying the same thing over and over.

    The Bukkit project is currently in a state of disarray.

    Recent changes made to Bukkit broke all plugins. Plugin developers can't all just magically update at the same time, so we're stuck: for which version do we release our updates? The answer for Essentials is the latest: you will need the absolute latest version of craftbukkit to use the absolute latest version of essentials. Essentials v129 is the latest stable pre-breaking-update version; there is a link to it in the first post. The normal download link is the post-break version.
     
  30. Offline

    chill1977

    @BigDaddy85 always use the code tags to post code.

    MyWarp, worldedit, and waorldguard are all broken dont even try to load them. I cant tell anything without those files being in the code tags but remove the restricted commands from the essentials config.yml. You still have general.spawn in the config but i dont see general in your plugin list so that needs to be changed to 'essentials.spawn' try all that and see what happens if it doesnt work then find the code tags above typing area by the quotations on the end and repaste the permissions config.yml for me
    --- merged: Jan 31, 2011 2:05 AM ---
    Yeah Zenexer, with just you and permissions basically still running the questions have been rolling lol. Seems like people automatically assume it's essentials or permissions and actually you 2 are of the few still running.

    I have tested craftbukkit 183 with essentials and permissions and everything is fine so far.
     
  31. Offline

    Zenexer

    If you think you have discovered a bug, do not post information here. It will take much longer for me or another developer to organize a solution. Rather, please search for an existing bug report and append your information, or file a new report.
     
Thread Status:
Not open for further replies.

Share This Page