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

    _Zw_

    Agree!

    This is what I am looking for and why I am using General instead of your plugin.
     
  3. Offline

    Superhykle

    Hey, nice plugin with spawning time changing etc.
    But Essentials changes ops names in red? how do I disable this cause now I cant change my colour name with a other plugin:S please help?

    Superhykle
     
  4. Offline

    Daniel Bang

    super its in the essentials config :)
     
  5. Offline

    Superhykle

    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
    
    # Whether or not to reclaim memory on player logout
    reclaim-onlogout: true
    
    # 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:
    - 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
    --- merged: Feb 5, 2011 1:42 PM ---
    i did ops on none now nobody can use commands and ops also not:( HELP?
     
  6. Offline

    An0nx

    I'm just curious as to how the updated /spawnmob command works.
    It says 'Usage: [mob]<,mount><:size> <quantity>'.
    Does this mean I can spawn mobs mounted on other mobs of different sizes?
    Also, how exactly would I type it in, an example would be lovely. Tried myself but cannot figure it out.
     
  7. Offline

    Superhykle

    even now i puttet back 'c' at ops colour name the name is still whit
    So name is with and if i use command EX. /item 1 1 it says /item [item:numeric] <amount> what do i need to do??
     
  8. If you place the warps.txt into the essentials folder it will read it.
     
  9. Offline

    Superhykle

    do I need to update something?
     
  10. Offline

    KiloWhiskey

    @emental0 We really do need a way to edit the plugin.yml outside of the jar. I'm sure it's great as a plugin writer to put the change.log and plugin.yml all wrapped in the same jar, but as users the information MUCH less accessible. Having it create the file on start-up just like the config.yml would be ideal. I have no trouble opening it up and changing things, but then I upload the file to my linux server and can't make changes again until I fix it on my desktop and upload it again. Quite a mess for someone living in the UK and working on a rented server in the US.
     
  11. It is not possible, the plugin.yml is needed inside the jar, this is a bukkit requirement. All plugins will be moving to this way of doing things. I am looking into resolving the conflicts, probably by appending e in front of all the commands.

    --- merged: Feb 5, 2011 2:47 PM ---
    @GreatRhodand , @imoro get the version in my signature
    --- merged: Feb 5, 2011 2:48 PM ---

    @SeeD419 Always happy to provide entertainment, but this was not us, just checking the command was not in the plugin.yml so another plugin did this.

    @Brettflan awesome! if you want to pick up any other things feel free. Could do with the extra help :D
     
  12. Hello, if i do /mod PLAERNAME GROUP, the plugin edits the player in the permissions config.yml but the playergroup is still the same. After a server restart the group is changed? how can i fix it?
     
  13. Offline

    Superhykle


    Hello guys,
    I had installed simple colours in my plugins but because of essentials that turns all ops names into red I couldnt use it so I turned 'c' after ops into 'none' but now nobody ops or normal player can use the commands:S also my warps are down maybe you guys know that if there is a update and it repairs itself right?
    Thanks in advance
    Superhykle​
     
  14. Offline

    Oscarius

    Hi

    When I try to use "/mod group player" I get an error saying "Error: You cannot add players to that group."
    The only group I can add players to is the Admin group, strangely.

    Here is my Permissions/config.yml
    Code:
    plugin:
      permissions: {system: default}
    groups:
      Newbie:
        default: true
        info: {prefix: '', suffix: '', build: true}
        inheritance: []
        permissions: [essentials.kit, essentials.kit.tools, essentials.kit.essentials.help, essentials.motd, essentials.rules, essentials.list,
          essentials.afk, essentials.whois, essentials.mail, essentials.mail.send, essentials.msg]
      User:
        default: false
        info: {prefix: '', suffix: '', build: true}
        inheritance: [Newbie]
        permissions:
      Builder:
        default: false
        info: {prefix: '', suffix: '', build: true}
        inheritance: [User]
        permissions: []
      OP:
        default: false
        info: {prefix: '', suffix: '', build: true}
        inheritance: [Builder]
        permissions: []
      Admin:
        default: false
        info: {prefix: '', suffix: '', build: true}
        inheritance: []
        permissions: ['*']
    users:
      pausekuk:
        group: Admin
        permissions: []
      Supercharazard:
        permissions: []
        group: Admin
      skrufbajs:
        permissions: []
        group: Builder
     
  15. Offline

    thegleek

    Best way to resolve yml issues is using the online yaml parser - and copy/pasting your raw content from pastebin reveals the error you stated above.

    So going to line 26, I added a pipe (|), like this:
    Code:
    # The server rules, available by typing /rules
    rules: |
      - '[1] This is RP, respect it'
      - '[2] Don't douche around'
      - '[3] Don't build random shit'
    Seems to fix it. Not sure why or if that's the solution, but it's worth investigating...
     
  16. Offline

    Zenexer

    Escape your apostrophes by doubling up:

    Code:
    # The server rules, available by typing /rules
    rules:
      - '[1] This is RP, respect it'
      - '[2] Don''t douche around'
      - '[3] Don''t build random shit'
    
     
  17. Offline

    Superhykle

    this is btw my error
     

    Attached Files:

  18. Offline

    Zenexer

    [13:49:36] <@Zenexer> Here's why
    [13:49:42] <@Zenexer> You need to have Admin inherit OP
    [13:49:53] <@Zenexer> Essentials determines group order by inheritance.
    [13:50:03] <@Zenexer> Groups can only control groups that they inherit.
     
  19. Offline

    Arisilde

    can you add some kind of charge time to go along with the cooldown on warps? it's pretty annoying that when you find a thief all they have to do is /home and they're gone instantly. if it took them 20 seconds standing still to cast it or something that would be awesome.
     
  20. Is there a trick to getting multiline colors working in rules and motd, or is this a bug with the server code itself?
     
  21. Offline

    SeeD419

    I'm pretty sure I don't have another plugin with /kill, plus, essentials seems to override any other plugins commands that are the same anyway. (The MyHome/MyWarp issue)

    That or I'm not understanding what you're saying. How was I killed by another plugin?
     
  22. Offline

    Superhykle

    CAN ANYONE HELP MY?????
     
  23. Offline

    Themself

    Please make an option to log messages (/msg) to console.
     
  24. Offline

    nichiatu

    I just removed it all, and did it over. It fixed everything.
     
  25. Offline

    Superhykle

    to my?
     
  26. Try updating to the version in my signature and see if it helps. Can you also post your permissions config
     
  27. 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'
       
        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'
    i never use my permissions i dont get how that work
     
  28. Offline

    Zenexer

    139:
    - Improved /ban intuitiveness
    - Fixed /helpop

    140:
    - All commands can now be prefixed with /e: (/e:home, /e:msg, etc.)
     
  29. Offline

    Superhykle

    that new update doesnt work:S
     
  30. Offline

    TheArcher

    Zenexer, please put in a reasonable set of restricted commands. There are many commands that should, by default, be restricted. Until you do, here is a list that you can copy and paste:

    Code:
    restricted-commands:
      - tptoggle
      - tp
      - tpohere
      - nick
      - setspawn
      - top
      - time
      - tree
      - bigtree
      - item
      - give
      - plugin
      - heal
      - ban
      - unban
      - banip
      - unbanip
      - kick
      - eco
      - setwarp
      - delwarp
      - kill
      - reloadall
      - jump
      - spawnmob
      - modgrp
    
     
  31. Offline

    Superhykle

    do i need to put that under default in permissions and it ill work?
     
Thread Status:
Not open for further replies.

Share This Page