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

    CrazeX

    remove essentialseconomy IT DOESNT WORK WITH iCONOMY
     
  3. Offline

    vfern_fern

    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   If this file is for your default world (the one in server.properties) then you must
    #   leave copies blank.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name.  So if it is level-name: world  then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'foo.bar'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    #   If you give a group this permissions, do not have the group inherit any permissions
    #   from other groups.  Any users assigned to this group should NOT be given any additional
    #   permissions either.
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - ''
        Miner:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.signs.mail.use'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'essentials.signs.disposal.use'
                - 'essentials.signs.heal.use'
                - 'essentials.signs.sell.*'
                - 'essentials.worth'
                - 'essentials.sell'
                - 'essentials.pay'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.me'
                - 'essentials.list'
                - 'essentials.mail.send'
                - 'essentials.helpop'
                - 'essentials.kit'
                - 'essentials.kit.tools'
        ShopManager:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Miner
            permissions:
                - 'essentials.signs.protection.create'
                - 'essentials.signs.protection.use'
                - 'essentials.balance'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - ShopManager
            permissions:
                - 'essentials.help'
                - 'essentials.signs.mail.*'
                - 'essentials.signs.protection.*'
                - 'essentials.signs.disposal.*'
                - 'essentials.signs.heal.*'
                - 'essentials.signs.buy.*'
                - 'essentials.teleport.cooldown.bypass'
                - 'essentials.teleport.timer.bypass'
                - 'essentials.tp'
                - 'essentials.tpohere'
                - 'essentials.setwarp'
                - 'essentials.delwarp'
                - 'essentials.mute'
                - 'essentials.kick'
                - 'essemtials.kickall'
                - 'essentials.togglejail'
                - 'essentials.jail.exempt'
                - 'essentials.kit.*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        vfern005:
            group: Default
            permissions:
                -
        monty0526:
            group: Admins
            info:
                prefix: 'Moo'
                suffix: 'Cow'
            permissions:
                - '*'
        Derpina:
            group: Admins
            permissions:
                - '-derp.derp'
    I keep setting myself to default to see if the default actually works but I still have the warp command, mail command, and I am sure others! Idk how to make default, default. Give it nothing!

    I even took myself out of the op.txt after I did that I couldn't use /time and /reload but I could still use all other commands.

    I check on an online YAML parser and it does not say I have any errors. So i am guessing my spacing is good. [i know some computer languages, but yml is new to me.]

    Thanks! Still like this plugin!
     
  4. Offline

    maveriik

    I think the newest version of this is conflicting with iConomy.. but I don't know how.. I only have essentials.jar and essentialsspawn.jar in my plugins too.....
     
  5. Offline

    bormos

    seconded!
     
  6. Offline

    sfxworks

    I'm confused..
    I'm trying to configure my group.yml with dreamweaver and I keep gettin compiler errors when I add anything thats not "essential"...any other addon's commands.

    For instance I tried to allow my default group to use the WolfSpawn.respawn command but it just gets me a compiler error. Tell me does Essentials Group Manager manage ALL addons? Or just its own...

    OH WAIT
    essentials.give is generating errors to?? WHATS GOING ON?!?!?

    Example...
    Code:
    groups:
      Player:
        default: true
        permissions:
        - essentials.help
        - WolfSpawn.respawn <-- doesnt work unless I take it out
        - essentials.helpop
        - essentials.list
        - essentials.motd
        - essentials.rules
        - essentials.spawn
        - essentials.afk
        - essentials.back.ondeath
        - essentials.balance
        - essentials.chat.shout
        - essentials.compass
        - essentials.home
        - essentials.kit
        - essentials.kit.tools
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.sethome
        - essentials.suicide
        - essentials.tpa
        inheritance: []
        info:
          prefix: '&e'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - groupmanager.listgroups
        - groupmanager.mandemote
        - groupmanager.manload
        - groupmanager.manpromote
        - groupmanager.mansave
        - groupmanager.manselect
        - groupmanager.manuadd
        - groupmanager.manudel
        - groupmanager.mantogglesave
        - essentials
        - essentials.clearinventory
        - essentials.cooldown.bypass
        - essentials.deljail
        - essentials.god
        - essentials.heal
        - essentials.heal.others
        - essentials.invsee
        - essentials.item
        - essentials.jails
        - essentials.kickall
        - essentials.kit.*
        - essentials.mute
        - essentials.sell
        - essentials.setjail
        - essentials.signs.protection.override
        - essentials.spawnmob
        - essentials.teleport.cooldown.bypass
        - essentials.teleport.timer.bypass
        - essentials.togglejail
        - groupmanager.*
        - essentials.burn
        inheritance:
        - Moderator
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Creator:
        default: false
        permissions:
        - essentials.give <--- denies /give and wont load unless this is removed
        inheritance:
        - Player
        info:
          prefix: '&2'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions:
        - essentials.back
        - essentials.ban
        - essentials.banip
        - essentials.broadcast
        - essentials.delwarp
        - essentials.depth
        - essentials.eco
        - essentials.getpos
        - essentials.jump
        - essentials.kick
        - essentials.kill
        - essentials.setwarp
        - essentials.time
        - essentials.togglejail
        - essentials.top
        - essentials.tp
        - essentials.tphere
        - essentials.tpo
        - essentials.tpohere
        - essentials.tppos
        - essentials.tptoggle
        - essentials.unban
        - essentials.unbanip
        - essentials.whois
        - essentials.world
        - essentials.ext
        inheritance:
        - Creator
        info:
          prefix: '&5'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        - Admin
        info:
          prefix: '&4'
          build: true
          suffix: ''
    


    I hate .yml.....no tabs....
    learn something new every day

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  7. Offline

    JagerPrime

    It seems this will no longer read the warps.txt file from before i moved to bukkit. I guess it's my fault for not converting all the warps yet. D=
     
  8. Offline

    Johnny Lunder

    Your latest has destroyed iConomy, you override iConomy's /money commands and ruined my servers economy.
    We survive, just fix it ;)
    EDIT : just ... dont use iConomy's commands?
    I can't survive without either xD
    But please at least give an option to disable your economy-system as too many plugins are dependant on iCon or just remove the commands or change them.
     
  9. Offline

    Kresnik002

    EssentialsGroupBridge not working with MultiVerse.
     
  10. Offline

    mordar

    hellos
    I install plugins iConomy all works well except when I want to install Essentials
    the problem: when I'm in the game and I want a fair command iconomy (/ money?) it tells me error: No matching players could be found
     
  11. Offline

    rareshutzu

    I cannot destroy any block. Help?
     
  12. Offline

    Hemligt123

    How the heck do i download it? Mine stopped working after a copy/paste, now im goin to download it and ?? i press the link, press the 2.1 one, press latest one, press that, and nothing there? no records it says.. :mad:
     
  13. I got Essentials and iConomy. For some reason, Essentials started using EssentialsEco instead of iConomy and now I can not find any way to disable the EssentialsEco and start using iConomy again.
    What can I do to get rid of the EssentialsEco?
     
  14. Offline

    zabrak

    hi, great plugin, but can you re-separate EssentialsEco.jar from Essentials.jar please ? or make an option for disable EssentialsEco.
     
  15. Offline

    mordar

    +1
    I'm with you DACoRD
     
  16. Offline

    jamiro24

    when i use a command (for example /list) i don't lose any $.
    this happens even when essentials is the only plugin running, and all essential files are newly created(with the config file edited again)
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                       Notes                          | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
    # If you receive an error when Essentials loads, ensure that:
    #   - No tabs are present: YAML only allows spaces
    #   - Indents are correct: YAML heirarchy is based entirely on indentation
    #   - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
    #   - List items are prefixed with a hyphen and indented:
    #       lists:
    #         - look like this
    #       not:
    #       - like this
    #   - Text with symbols is enclosed in single or double quotation marks
    #   - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
    #   - You have saved the document as UTF-8, NOT the default, ANSI
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                 Essentials (Global)                  | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # 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, etc.
    teleport-cooldown: 0
    
    # The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
    teleport-delay: 0
    
    # 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
    
    #what to prevent from /i /give
    #e.g item-spawn-blacklist: 46,11,10
    item-spawn-blacklist:
    
    # Whether or not to reclaim memory on player logout; this is technical, and should only be changed under special circumstances.
    # This generally increases server stability unless very specific runtime configurations are used.
    # HOWEVER, it is known to cause lag upon users logging OUT, so beware!
    reclaim-onlogout: false
    
    # Should primitive spawn protection be enabled?  For most servers, this should be flase; it is better to use a third-party plugin to protect it.
    spawn-protection: false
    
    # Nether settings (switch between worlds with "/world nether" and "/world normal")
    # Sets whether the nether system is enabled, what folder to save the world in, and whether portals should teleport players between worlds.
    nether:
      enabled: false
      folder: nether
      portals-enabled: false
      generate-exit-portals: false
    
    # Mob limit on spawnmob
    spawnmob-limit: 10
    
    # 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
      - setspawn
      - antioch
      - kick
      - ban
      - unban
      - top
      - jump
      - tpo
      - tppos
      - tpohere
      - economy
      - setwarp
      - delwarp
      - essentials
      - gc
      - spawnmob
      - broadcast
      - burn
      - ext
      - kill
      - ping
      - banip
      - unban
      - mute
      - kick
      - kickall
      - unbanip
      - togglejail
      - setjail
    
    # Note: All items MUST be followed by a quantity!
    # Times are measured in seconds.
    kits:
      starter:
        delay: 120
        items:
          - 274 1
          - 273 1
          - 275 1
      stone:
        delay: 60
        items:
          - 1 64
    
      cobble:
        delay: 60
        items:
          - 4 100
    
      plank:
        delay: 60
        items:
          - 5 100
    
      log:
        delay: 60
        items:
          - 17 64
    
      glass:
        delay: 60
        items:
          - 20 40
    
      sandstone:
        delay: 60
        items:
          - 24 64
    
      brick:
        delay: 60
        items:
          - 45 64
    
      moss:
        delay: 60
        items:
          - 48 64
    
      obsidian:
        delay: 60
        items:
          - 49 64
    
      dirt:
        delay: 60
        items:
          - 3 100
      sand:
        delay: 60
        items:
          - 24 64
      gravel:
        delay: 60
        items:
          - 13 64
      sponge:
        delay: 60
        items:
          - 19 64
      noteblock:
        delay: 60
        items:
          - 25 64
      wool:
        delay: 60
        items:
          - 35 64
      bookshelf:
        delay: 60
        items:
         - 47 64
      ironore:
        delay: 300
        items:
          - 265 64
      diamond:
        delay: 600
        items:
          - 264 64
      coal:
        delay: 180
        items:
          - 263 64
      redstone:
        delay: 60
          - 331 64
      cookie:
        delay: 60
        items:
          - 357 64
      rail:
        delay: 60
        items:
          - 66 64
    
    # Disable all signs
    signs-disabled: false
    
    # Backup runs a command while saving is disabled
    backup:
      # Interval in minutes
      interval: 60
      # Add a command that backups your data, e.g.
      # command: 'rdiff-backup World1 backups/World1'
    
    # Set this true to enable permission per warp.
    per-warp-permission: false
    
    # Sort output of /list command by groups
    sort-list-by-groups: false
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsHome                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # When users die, should they respawn at their homes, instead of the spawnpoint?
    respawn-at-home: false
    
    # When a user interacts with a bed, should their home be set to that location?
    # If you enable this and remove default user access to the /sethome command, you can make beds the only way for players to set their home location.
    bed-sethome: false
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsEco                      | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # Defines the balance with which new players begin.  Defaults to 0.
    starting-balance: 0
    
    # worth-# defines the value of an item when it is sold to the server via /sell.
    # For a premade list which you may copy and paste in: http://pastie.org/1707782
    #worth-1: 1
    #worth-278: 1000
    
    worth-1: 2
    worth-2: 1
    worth-3: 1
    worth-4: 1
    worth-5: 1
    worth-6: 2
    worth-7: 1000
    worth-8: 1
    worth-9: 1
    worth-10: 1
    worth-11: 1
    worth-12: 1
    worth-13: 1
    worth-14: 45
    worth-15: 18
    worth-16: 15
    worth-17: 2
    worth-18: 0
    worth-19: 80
    worth-20: 10
    worth-21: 100
    worth-22: 500
    worth-23: 9
    worth-24: 5
    worth-25: 40
    worth-35: 8
    worth-37: 2
    worth-38: 2
    worth-39: 2
    worth-40: 2
    worth-41: 400
    worth-42: 160
    worth-43: 3
    worth-44: 3
    worth-45: 40
    worth-46: 10000
    worth-47: 20
    worth-48: 90
    worth-49: 130
    worth-50: 1
    worth-53: 8
    worth-54: 15
    worth-55: 7
    worth-56: 200
    worth-57: 1500
    worth-58: 20
    worth-60: 3
    worth-61: 10
    worth-65: 10
    worth-66: 40
    worth-67: 22
    worth-68: 1
    worth-69: 7
    worth-70: 10
    worth-71: 15
    worth-72: 10
    worth-73: 30
    worth-74: 30
    worth-76: 10
    worth-77: 7
    worth-81: 10
    worth-82: 3
    worth-83: 15
    worth-85: 10
    worth-86: 50
    worth-91: 60
    worth-256: 40
    worth-257: 80
    worth-258: 60
    worth-260: 10
    worth-261: 75
    worth-262: 10
    worth-263: 3
    worth-264: 230
    worth-265: 20
    worth-266: 50
    worth-267: 60
    worth-268: 10
    worth-269: 10
    worth-270: 10
    worth-271: 10
    worth-272: 40
    worth-273: 40
    worth-274: 40
    worth-275: 40
    worth-276: 700
    worth-277: 350
    worth-278: 1000
    worth-279: 1000
    worth-280: 1
    worth-281: 6
    worth-282: 30
    worth-283: 200
    worth-284: 220
    worth-285: 300
    worth-286: 300
    worth-287: 5
    worth-288: 3
    worth-289: 19
    worth-290: 10
    worth-291: 40
    worth-292: 60
    worth-293: 600
    worth-294: 200
    worth-295: 5
    worth-296: 9
    worth-297: 20
    worth-298: 20
    worth-299: 40
    worth-300: 20
    worth-301: 17
    worth-302: 40
    worth-303: 40
    worth-304: 50
    worth-305: 30
    worth-306: 120
    worth-307: 300
    worth-308: 250
    worth-309: 50
    worth-310: 1500
    worth-311: 3000
    worth-312: 2200
    worth-313: 1500
    worth-314: 300
    worth-315: 600
    worth-316: 400
    worth-317: 250
    worth-320: 6
    worth-321: 50
    worth-322: 500
    worth-323: 10
    worth-324: 30
    worth-325: 10
    worth-326: 10
    worth-327: 30
    worth-328: 20
    worth-329: 100
    worth-330: 35
    worth-331: 1
    worth-332: 1
    worth-333: 5
    worth-334: 10
    worth-335: 15
    worth-336: 10
    worth-337: 8
    worth-338: 10
    worth-339: 30
    worth-340: 35
    worth-341: 50
    worth-342: 35
    worth-343: 30
    worth-344: 1
    worth-345: 50
    worth-346: 25
    worth-347: 100
    worth-348: 11
    worth-349: 5
    worth-350: 20
    worth-351: 10
    worth-352: 10
    worth-353: 5
    worth-354: 100
    worth-355: 25
    worth-356: 10
    worth-357: 20
    worth-2256: 950
    worth-2257: 1000
    
    # Defines the cost to use the given commands PER USE
    command-costs:
      # /example costs $1000 PER USE
      #example: 1000
      # /kit tools costs $1500 PER USE
     # kit-tools: 1500
    
      sethome: 2000
      home: 200
      top: 400
      ptp: 150
      party: 5000
      invite: 1000
      accept: 50
      list: 50
      spawn: 2000
      me: 150
      msg: 150
      tpa: 500
      tpahere: 500
      warp: 800
      jump: 300
      back: 300
      kit-starter: 100
      kit-stone: 600
      kit-cobble: 200
      kit-plank: 200
      kit-log: 600
      kit-glass: 200
      kit-sandstone: 400
      kit-brick: 2700
      kit-moss: 850
      kit-obsidian: 700
      kit-dirt: 100
      kit-cookie: 1000
      kit-sand: 100
      kit-gravel: 150
      kit-sponge: 500
      kit-noteblock: 500
      kit-wool: 250
      kit-bookshelf: 350
      kit-ironore: 3000
      kit-diamond: 18000
      kit-coal: 300
      kit-redstone: 100
      kit-rail: 3200
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsHelp                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    #Show other plugins commands in help
    non-ess-in-help: true
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                EssentialsServerlist                  | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # This is your server's mcserverlist.net API key.  Register your server at mcserverlist.net if you haven't already.
    mcsl-key: ''
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsChat                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
    # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
    # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
    # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
    chat:
      radius: 0
    
      # If set to the default chat format which "should" be compatible with ichat.
      format: '<{DISPLAYNAME}> {MESSAGE}'
      #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
    
      # You can also have group-specific formats, uncomment to enable:
      group-formats:
      #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
      #  Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                 EssentialsProtect                    | #
    # +------------------------------------------------------+ #
    ############################################################
    
    protect:
      # Database settings for sign/rail protection
      # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
      # http://java.net/projects/essentials/sources/svn/show/lib?rev=435
    
      # mysql, sqlite or none
      datatype: 'sqlite'
    
      # If you specified MySQL above, you MUST enter the appropriate details here.
      # If you specified SQLite above, these will be IGNORED.
      username: 'root'
      password: 'root'
      mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
    
      # For which block types would you like to be alerted?
      # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
      alert:
        # 10: lava
        # 11: still lava
        # 46: TNT
        on-placement: 10,11,46
        on-use:
        # 46: TNT
        on-break: 46
    
      # Users cannot PLACE these types of blocks/items.
      # < 255 designates a BLOCK
      # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
      blacklist:
        placement:
        usage:
    
        #prevent people from breaking blocks
        #break: 20,50
        break:
    
      # General physics/behavior modifications
      prevent:
        lava-flow: false
        water-flow: false
        water-bucket-flow: false
        fire-spread: false
        lava-fire-spread: false
        flint-fire: false
        portal-creation: false
        tnt-explosion: false
        creeper-explosion: false
        creeper-playerdamage: false
        creeper-blockdamage: false
        # Monsters won't follow players
        # permission essentials.protect.entitytarget.bypass disables this
        entitytarget: false
        # Prevent the spawning of creatures
        spawn:
          chicken: false
          cow: false
          creeper: false
          ghast: true
          giant: false
          monster: false
          pig: false
          pig_zombie: false
          sheep: false
          skeleton: false
          slime: true
          spider: false
          squid: false
          zombie: false
          wolf: false
    
      # Maximum height the creeper should explode. -1 allows them to explode everywhere.
      # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
      creeper:
        max-height: -1
    
      # Protect various blocks.
      protect:
        # Protect all signs
        signs: true
    
        # Prevent users from destroying rails
        rails: true
    
        # Blocks below rails/signs are also protected if the respective rail/sign is protected.
        # This makes it more difficult to circumvent protection, and should be enabled.
        # This only has an effect if "rails" or "signs" is also enabled.
        block-below: true
    
       # Prevent placing blocks above protected rails, this is to stop a potential griefing
        prevent-block-on-rails: false
    
      # Disable various default physics and behaviors
      disable:
        # Should fall damage be disabled?
        fall: false
    
        # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
        # They will be unable to attack users without that same permission node.
        pvp: false
    
        # Should drowning damage be disabled?
        # (Split into two behaviors; generally, you want both set to the same value)
        drown: false
        suffocate: false
    
        # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
        lavadmg: false
    
        # Should arrow damage be disabled
        projectiles: false
    
        # This will disable damage from touching cacti.
        contactdmg: false
    
        # Burn, baby, burn!  Should fire damage be disabled?
        firedmg: false
    
        # Should people with build: false in permissions be allowed to build
        # Set true to disable building for those people
        build: true
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                    New Players                       | #
    # +------------------------------------------------------+ #
    ############################################################
    
    newbies:
      # Should we announce to the server when someone logs in for the first time?
      # If so, use this format, replacing {DISPLAYNAME} with the player name.
      # If not, set to ''
      #announce-format: ''
      announce-format: '&dWelcome {DISPLAYNAME} to the server!'
    
      # When we spawn for the first time, which spawnpoint do we use?
      spawnpoint: newbies
    
    # End of File <-- No seriously, you're done with configuration.
    
     
  17. Offline

    tanaka141

    Hi,

    I would to know how is possible to modify some player's information as :
    - amount of money : i try to give to all players (also not connected) some recurent money
     
  18. Offline

    DJ411

    Whats up with this plugin? I have Permissions installed and everything works fine. But i needed a working /spawn. Went with Essentails. That /spawn works for admins. But whats up with /help command? When i'm an admin i get like 25 pages! as a normal user 13 :O thats ridiculous I only have like 3 or for commands setup and its giving me Worldedit commands for a normal user.. Please how do u fix this. I only want The commands normal users can use not ever single plugin command on the server!!!


    ANY ONE HAVING THIS ISSUE TURN OFF
    #Show other plugins commands in help
    non-ess-in-help: false

    I think this should be false by default. just saying.
     
  19. Offline

    Godknown

    I agree with everyone else having problems with Essentials+iConomy. We can't use your wonderful Essentials package with iConomy at the same time anymore, so I really hope you fix this for all your loyal fans. =P

    Thanks.
     
  20. Offline

    Krather

    Heya, I'm also a huge fan of this mod. :D

    However, with this new update, I'm also getting incompatibility with iConomy. :(

    Luckily, I have an older version so my server's running fine now. I hope you can fix this problem soon, I'll be closely following for an update. ;D

    Thanks!
     
  21. Offline

    JagerPrime

    I seem to have a small issue of sorts.

    Under the Essentials folder
    (C:\Users\minecraft\Documents\mserver\Bukkit Server\plugins\Essentials\userdata)
    There are a list of players. These contain homes nicknames and if they have god toggled.

    Then we have the users.yml located at
    C:\Users\minecraft\Documents\mserver\Bukkit Server\plugins\Essentials

    This seems to contain the same info. However I've noticed I cannot toggle godmode off and after a restart, nicknames change to what is in the userdata folder. (The first directory I listed above)

    What is the purpose of each directory? So I need the users.yml? And why do nicknames keep defaulting to what is int he userdata folders? Also, an reason I cannot ungod? WorldEdit/WorldGuard perhaps?

    Thanks for your time.
     
  22. Offline

    LucidLethargy

    The newest version I downloaded today has no visible way of disabling the economic system, and it has hijacked all the commands of iConomy... not too happy about that. Let me know if I am missing something, and how I can turn this off! (Obviously by default it should always be off as most people will be using iConomy for it's popularity with other plugins!) Until then, I suppose I am forced to dig through my files and attempt to downgrade from this flawed version.

    Essentials: 2.1.32
    CB: 677

    Anyway I DO appreciate this plugin, i'm just flustered with this oversight that has earned me a lot of complaints on my server. That being said, it's still worlds ahead of the alternatives, so I hope you all do keep up the good work.
     
    Godknown likes this.
  23. Offline

    vfern_fern

    I keep setting myself to default to see if the default actually works but I still have the warp command, mail command, and I am sure others! Idk how to make default, default. Give it nothing!

    I even took myself out of the op.txt after I did that I couldn't use /time and /reload but I could still use all other commands.

    I check on an online YAML parser and it does not say I have any errors. So i am guessing my spacing is good. [i know some computer languages, but yml is new to me.]


    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   If this file is for your default world (the one in server.properties) then you must
    #   leave copies blank.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name.  So if it is level-name: world  then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'foo.bar'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    #   If you give a group this permissions, do not have the group inherit any permissions
    #   from other groups.  Any users assigned to this group should NOT be given any additional
    #   permissions either.
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - ''
        Miner:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.signs.mail.use'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'essentials.signs.disposal.use'
                - 'essentials.signs.heal.use'
                - 'essentials.signs.sell.*'
                - 'essentials.worth'
                - 'essentials.sell'
                - 'essentials.pay'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.me'
                - 'essentials.list'
                - 'essentials.mail.send'
                - 'essentials.helpop'
                - 'essentials.kit'
                - 'essentials.kit.tools'
        ShopManager:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Miner
            permissions:
                - 'essentials.signs.protection.create'
                - 'essentials.signs.protection.use'
                - 'essentials.balance'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - ShopManager
            permissions:
                - 'essentials.help'
                - 'essentials.signs.mail.*'
                - 'essentials.signs.protection.*'
                - 'essentials.signs.disposal.*'
                - 'essentials.signs.heal.*'
                - 'essentials.signs.buy.*'
                - 'essentials.teleport.cooldown.bypass'
                - 'essentials.teleport.timer.bypass'
                - 'essentials.tp'
                - 'essentials.tpohere'
                - 'essentials.setwarp'
                - 'essentials.delwarp'
                - 'essentials.mute'
                - 'essentials.kick'
                - 'essemtials.kickall'
                - 'essentials.togglejail'
                - 'essentials.jail.exempt'
                - 'essentials.kit.*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        vfern005:
            group: Admin
            permissions:
                -
        monty0526:
            group: Admin
            info:
                prefix: 'Moo'
                suffix: 'Cow'
            permissions:
                - '*'
        Derpina:
            group: Admins
            permissions:
                - '-derp.derp'
     
  24. Offline

    Godknown

    I'm really not sure how long I can last without an update to fix the iConomy issue. I don't like to complain, but this is one thing that is really setting my server back. Hope you fix it soon!
     
  25. Offline

    Ep8841

    I've been using this for ages until suddenly tonigh it crashed and now my server has lost its awesomeness no MOTD or /i or anything
    here's the server log
    Code:
    2011-04-15 18:16:40 [SEVERE] Could not load 'plugins\Essentials.jar' in folder 'plugins':
    while parsing a block collection
     in "<reader>", line 82, column 3:
          - '&d/rules'
          ^
    expected <block end>, but found Scalar
     in "<reader>", line 92, column 6:
          - 'Cheers &bEp8841'
             ^
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:520)
        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.composeSequenceNode(Composer.java:203)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at org.bukkit.util.config.Configuration.load(Configuration.java:73)
        at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:158)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:158)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:106)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:84)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    UPDATE: It seems to happen now when ever i change the config.yml file because i deleted it and then reloaded and it worked then i changed it and it did it again
     
  26. Offline

    Johnny Lunder

    Same, it's giving us hell on my servers :p
     
  27. Offline

    Tyrell

    Hi there~

    Sorry if what I am going to ask has already been discussed earlier, but I couldn't find any thing about it on the previous 150+ pages...
    Anyway, here it is.

    For some reasons, a bunch of my players and I have names longer than 15 characters. Which is the sign row limit. So, when creating a [Protection] sign near a chest for example, everything works perfectly until the chunk is reloaded. And then, names are truncated, preventing owners to open their chest, furnace etc.

    Is it possible to do something about this? Like allowing the verification to only compare the 15 first characters of names instead of full names?

    Thanks for reading. Keep on the great work.
     
  28. Offline

    NickBrahz

    2011-04-15 14:14:10 [SEVERE] Nag author: 'Zenexer' of 'EssentialsSpawn' about the following: onPlayerJoin has been replaced with a new signature, (PlayerJoinEvent)
     
  29. Offline

    shaggy2010

    Conflicts with iConomy? I use /Money now and its not the same, I beleive its this mods Economy over-ruling the iConony one on my server.
     
  30. Offline

    Johnny Lunder

    It is, essentials has hijacked the iConomy-commands :/
     
  31. Offline

    Reterg

    Is there a way for me not to have my username prefixed with [Admins] when someone uses the /list or /who command?
     
Thread Status:
Not open for further replies.

Share This Page