[GEN/SEC/ECON/TP/ADMN] Essentials - A collection of useful commands

Discussion in 'Archived: Plugin Releases' started by EssentialsTeam, Apr 30, 2011.

  1. How do I get rid of the translation?
    Even though I am Dutch, I prefer my Minecraft to be in English.
     
  2. Offline

    Trevor_

    @essentialsteam going to need some help for this one guys.

    Code:
    2011-08-13 07:47:49 [INFO] Failed to get local InetAddress for VMID. This is unlikely to matter. At all. We'll add some extra randomness
    java.net.UnknownHostException: 162.252.230.173.securenet-server.net: 162.252.230.173.securenet-server.net
        at java.net.InetAddress.getLocalHost(Unknown Source)
        at com.mchange.v2.c3p0.impl.C3P0ImplUtils.generateVmId(C3P0ImplUtils.java:120)
        at com.mchange.v2.c3p0.impl.C3P0ImplUtils.<clinit>(C3P0ImplUtils.java:98)
        at com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase.<init>(PoolBackedDataSourceBase.java:227)
        at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.<init>(AbstractPoolBackedDataSource.java:62)
        at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:109)
        at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:105)
        at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.<init>(ProtectedBlockJDBC.java:44)
        at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.<init>(ProtectedBlockJDBC.java:39)
        at com.earth2me.essentials.protect.data.ProtectedBlockSQLite.<init>(ProtectedBlockSQLite.java:11)
        at com.earth2me.essentials.protect.EssentialsProtect.reloadConfig(EssentialsProtect.java:154)
        at com.earth2me.essentials.protect.EssentialsProtect.onEnable(EssentialsProtect.java:79)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  3. Offline

    vasil7112

    for some reason the essentials blocks the building!
    Plz help!

    @ vasil7112 Ok My problem solved;)

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

    Rizal

    nice plugin. what about a /mangaddw that add permissions to world so you can have a survival and freebuild on same server :) that could be cool!!!!;)

    @Rizal understand me right!! add permissions.give to Freebuild so all can use it in freebuild but not in survival... Hope that was better explained :)

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

    Dustin545

    Hello i just got this all set up but im op and i can use all the comands but my players cant plz help asap
     
  6. Offline

    whitehooder

    Hi, I was wondering if there is possible to disable the mail system. I've searched the config files, but with no luck. Excuse me if there is an option that i have'nt seen.
    Any advice would be greatly appreciated ;P

    | Just in case, here is my config file :)
    \/
    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: '~'
    
    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: true
    
    # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
    # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
    # The value of change-displayname (above) has to be true.
    add-prefix-suffix: true
    
    # 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: 0
    
    # 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:
    
    # Set this to true if you want permission based item spawn rules
    # Note: The blacklist above will be ignored then.
    # Permissions:
    #  - essentials.itemspawn.item-all
    #  - essentials.itemspawn.item-[itemname]
    #  - essentials.itemspawn.item-[itemid]
    #  - essentials.give.item-all
    #  - essentials.give.item-[itemname]
    #  - essentials.give.item-[itemid]
    permission-based-item-spawn: false
    
    # 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: true
    
    # 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: true
      generate-exit-portals: false
      ratio: 16
    
    # Mob limit on spawnmob
    spawnmob-limit: 10
    
    #Shall we notify users when using /lightning
    warn-on-smite: true
    
    # The message of the day, displayed on connect and by typing /motd.
    motd:
      - '&cWelcome, {PLAYER}&c!'
      - 'Currently online: {PLAYERLIST}'
    
    # The server rules, available by typing /rules
    rules:
      - '[1] Vis respekt for andre spillere'
      - '[2] Det er lovlig å bruke /give, /i, og /item kommandoene'
      - '[3] Bruk fornuft'
    
    # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
    # priority.  If a command is in this list, Essentials will try to give ITSELF priority.  This does not always work:
    # usually whichever plugin was updated most recently wins out.  However, the full name of the command will always work.
    # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
    # will still map to Essentials, whereas it might normally get forced upon WorldGuard.  Commands prefixed with an "e",
    # such as /egod, will always grant Essentials priority.
    # We should try to take priority over /god.  If this doesn't work, use
    # /essentials:god or /egod.  If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
    overridden-commands:
      - god
    
    # Disabled commands will be completelly unavailable on the server.
    disabled-commands:
    # - nick
    
    # Restricted commands have been removed.
    # Now we have a whitelist, all commands not on this list are only available to ops.
    # These will have NO EFFECT if you have Permissions installed!
    # They are here only if you want something simpler than Permissions.
    # These are the permissions without the "essentials." part.
    player-commands:
      - afk
      - back
      - back.ondeath
      - balance
      - clearinventory
      - compass
      - depth
      - getpos
      - geoip.show
      - help
      - helpop
      - home
      - home.others
      - ignore
      - info
      - kit
      - list
      - mail
      - mail.send
      - me
      - motd
      - msg
      - nick
      - pay
      - ping
      - portal
      - powertool
      - protect
      - r
      - rules
      - seen
      - sell
      - sethome
      - setxmpp
      - signs.create.protection
      - signs.create.trade
      - signs.break.protection
      - signs.break.trade
      - signs.use.balance
      - signs.use.buy
      - signs.use.disposal
      - signs.use.free
      - signs.use.heal
      - signs.use.mail
      - signs.use.protection
      - signs.use.sell
      - signs.use.time
      - signs.use.trade
      - signs.use.warp
      - signs.use.weather
      - spawn
      - suicide
      - tpa
      - tpaccept
      - tpahere
      - tpdeny
      - warp
      - warp.list
      - world
      - worth
      - xmpp
    
    # 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
    
    # 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: true
    
    # More output to the console
    debug: false
    
    # Set the locale for all messages
    # If you don't set this, the default locale of the server will be used.
    # Don't forget to remove the # infront of the line
    #locale: de_DE
    
    #turn off god mode when people exit
    remove-god-on-disconnect: false
    
    # Use the permission system of bukkit
    # This only works if no other permission plugins are installed
    use-bukkit-permissions: false
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsHome                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # When users die, should they respawn at their homes, instead of the spawnpoint?
    respawn-at-home: true
    
    # 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: true
    
    #if no home is set send you to spawn when /home is used
    spawn-if-no-home: 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.
    # These are now defined in worth.yml
    
    # 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
    
    # Set this to a currency symbol you want to use.
    currency-symbol: 'NOK'
    
    # Set the maximum amount of money a player can have
    # The amount is always limited to 10 trillions because of the limitations of a java double
    max-money: 10000000000000
    
    # Enable this to log all interactions with trade/buy/sell signs and sell command
    economy-log-enabled: true
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsHelp                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    #Show other plugins commands in help
    non-ess-in-help: true
    
    #Hide plugins which dont give a permission
    hide-permissionless-help: true
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   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: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
      #format: '<{DISPLAYNAME}> {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:
    
      # 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: 327,326,14,56,46,11,10,9,8
        usage: 327,326,325
    
        #prevent people from breaking blocks
        #break: 20,50
        break:
    
        # Which blocks should not be pushed by pistons
        piston:
    
      # General physics/behavior modifications
      prevent:
        lava-flow: false
        water-flow: false
        water-bucket-flow: false
        fire-spread: true
        lava-fire-spread: true
        flint-fire: false
        lightning-fire-spread: true
        portal-creation: false
        tnt-explosion: false
        tnt-playerdamage: false
        fireball-explosion: false
        fireball-fire: false
        fireball-playerdamage: 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
    
        #Store blocks / signs in memory before writing
        memstore: 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 the damage after hit by a lightning be disabled?
        lightning: false
    
        # Should people with build: false in permissions be allowed to build
        # Set true to disable building for those people
        build: true
    
        # Should people with build: false in permissions be allowed to use items
        # Set true to disable useing for those people
        use: true
    
        #Should we tell people they are not allowed to build
        warn-on-build-disallow: true
     
        #disable weather options
        weather:
          storm: false
          thunder: false
          lightning: false
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                    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.
    
    I just want to disable the "You have no new mail's" message at login.
    Thanks.
     
  7. Offline

    Nixill

    Your problem is
    This causes it to ignore the blacklist.
     
    DJ Olditmes likes this.
  8. Offline

    viper2g1

    Can someone explain if there is something necessary to configure to setup teleporting correctly? Everything works perfectly except that (give/god/time/weather/etc..) I have the necessary permissions for teleport in my permissions file. Permissions is fine according to the online parser. Is there something specific in the config that I need to set to enable it?

    As of now Only OPS and players who have admin (all "*" in permission) can use the teleport part of essentials. Regular players have the teleport in the permissions as shown in the instructions webpage but it doesn't work...
     
  9. Offline

    NinjaGrinch

    If I give myself admin (PermissionsBukkit) or OP (without permissions) with Essentials 2.5.6 installed, and I sleep with another admin/OP on the server (not sleeping) after invoking a /time command, the server ignores the fact that not all players are sleeping and goes ahead and makes it day time. BUT a good 15 zombies/spiders spawn when this happens all around my sleeping location.

    Any reason this could be? I've tested with a clean bukkit build 1000 and essentials 2.5.6 from the first post.
     
  10. Offline

    Dustin545

    Hello i just got this all set up but im op and i can use all the comands but my players cant plz help asap

    Here is my permissions

    Code:
    groups:
        owner:
            default: false
            info:
                prefix: '&6'
                suffix: ''
                build: true
            inheritance:
            permissions:
            - autosave.save
            - autosave.toggle
            - autosave.status
            - autosave.interval
            - autosave.broadcast
            - autosave.version
            - autosave.debug
            - autosave.warn
            - autosave.world
            - autosave.world.add
            - autosave.world.rem
            - bb.admin.watch
            - bb.admin.info
            - bb.admin.rollback
            - lwc.create
            - lwc.create.?
            - lwc.info
            - lwc.remove
            - lwc.unlock
            - lwc.modify
            - lwc.protect
            - lwc.mod
            - lwc.admin
            - godmode.default.god
            - godmode.command.godSelf
            - godmode.command.godOther
            - godmode.default.noFire
            - godmode.command.noFire
            - towny.admin
            - towny.town.new
            - towny.town.claim
            - towny.town.resident
            - towny.nation.new
            - towny.wild.*
            - towny.wild.build
            - towny.wild.destroy
            - towny.wild.switch
            - towny.wild.item_use
            - towny.wild.block.[block id].*
            - towny.spawntp
            - towny.publicspawntp
            - heroes.classes.*
            - heroes.classes.class-name-in-all-lowercase
            - heroes.admin.exp
            - heroes.admin.classchange
            - heroes.admin.healthchange
            - heroes.admin.reload
            - afk
            - back
            - back.ondeath
            - balance
            - clearinventory
            - compass
            - depth
            - getpos
            - geoip.show
            - help
            - helpop
            - home
            - home.others
            - ignore
            - info
            - kit
            - list
            - mail
            - mail.send
            - me
            - motd
            - msg
            - nick
            - pay
            - ping
            - portal
            - powertool
            - protect
            - r
            - rules
            - seen
            - sell
            - sethome
            - setxmpp
            - signs.create.protection
            - signs.create.trade
            - signs.break.protection
            - signs.break.trade
            - signs.use.balance
            - signs.use.buy
            - signs.use.disposal
            - signs.use.free
            - signs.use.heal
            - signs.use.mail
            - signs.use.protection
            - signs.use.sell
            - signs.use.time
            - signs.use.trade
            - signs.use.warp
            - signs.use.weather
            - spawn
            - suicide
            - tpa
            - tpaccept
            - tpahere
            - tpdeny
            - warp
            - warp.list
            - world
            - worth
            - xmpp
            - trp.*=*
            - magiccarpet.mc
            - magiccarpet.ml
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomyChestShop.admin - admin
            - iConomy.access
            - iConomy.admin.account.create
            - iConomy.admin.account.remove
            - iConomy.admin.bank.create
            - iConomy.admin.bank.remove
            - iConomy.admin.bank.set
            - iConomy.admin.empty
            - iConomy.admin.grant
            - iConomy.admin.hide
            - iConomy.admin.purge
            - iConomy.admin.reset
            - iConomy.admin.set
            - iConomy.admin.stats
            - iConomy.bank.access
            - iConomy.bank.deposit
            - iConomy.bank.join
            - iConomy.bank.join.multiple
            - iConomy.bank.leave
            - iConomy.bank.list
            - iConomy.bank.main
            - iConomy.bank.main.set
            - iConomy.bank.main.view
            - iConomy.bank.transfer
            - iConomy.bank.transfer.multipleplayer's bank
            - iConomy.bank.withdraw
            - iConomy.list
            - iConomy.payment
            - iConomy.rank
        admin:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance:
            - moderator
            - member
            permissions:
            - bb.admin.watch
            - bb.admin.info
            - bb.admin.rollback
            - lwc.create
            - lwc.create.?
            - lwc.info
            - lwc.remove
            - lwc.unlock
            - lwc.modify
            - lwc.protect
            - lwc.mod
            - lwc.admin
            - towny.admin
            - towny.town.new
            - towny.town.claim
            - towny.town.resident
            - towny.nation.new
            - towny.wild.*
            - towny.wild.build
            - towny.wild.destroy
            - towny.wild.switch
            - towny.wild.item_use
            - towny.wild.block.[block id].*
            - towny.spawntp
            - towny.publicspawntp
            - afk
            - back
            - back.ondeath
            - balance
            - clearinventory
            - compass
            - depth
            - getpos
            - geoip.show
            - help
            - helpop
            - home
            - home.others
            - ignore
            - info
            - kit
            - list
            - mail
            - mail.send
            - me
            - motd
            - msg
            - nick
            - pay
            - ping
            - portal
            - powertool
            - protect
            - r
            - rules
            - seen
            - sell
            - sethome
            - setxmpp
            - signs.create.protection
            - signs.create.trade
            - signs.break.protection
            - signs.break.trade
            - signs.use.balance
            - signs.use.buy
            - signs.use.disposal
            - signs.use.free
            - signs.use.heal
            - signs.use.mail
            - signs.use.protection
            - signs.use.sell
            - signs.use.time
            - signs.use.trade
            - signs.use.warp
            - signs.use.weather
            - spawn
            - suicide
            - tpa
            - tpaccept
            - tpahere
            - tpdeny
            - warp
            - warp.list
            - world
            - worth
            - xmpp
            - trp.*=*
            - magiccarpet.mc
            - magiccarpet.ml
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomy.access
            - iConomy.bank.access
            - iConomy.bank.deposit
            - iConomy.bank.join
            - iConomy.bank.join.multiple
            - iConomy.bank.leave
            - iConomy.bank.list
            - iConomy.bank.main
            - iConomy.bank.main.set
            - iConomy.bank.main.view
            - iConomy.bank.transfer
            - iConomy.bank.transfer.multipleplayer's bank
            - iConomy.bank.withdraw
            - iConomy.list
            - iConomy.payment
            - iConomy.rank
        moderator:
            default: false
            info:
                prefix: '&1'
                suffix: ''
                build: true
            inheritance:
            - trial mod
            - member
            permissions:
            - bb.admin.watch
            - bb.admin.info
            - bb.admin.rollback
            - lwc.create
            - lwc.create.?
            - lwc.info
            - lwc.remove
            - lwc.unlock
            - lwc.modify
            - lwc.protect
            - lwc.mod
            - towny.town.new
            - towny.town.claim
            - towny.town.resident
            - towny.nation.new
            - towny.wild.*
            - towny.wild.build
            - towny.wild.destroy
            - towny.wild.switch
            - towny.wild.item_use
            - towny.wild.block.[block id].*
            - towny.spawntp
            - towny.publicspawntp
            - afk
            - back
            - back.ondeath
            - balance
            - help
            - home
            - ignore
            - info
            - list
            - mail
            - mail.send
            - me
            - msg
            - nick
            - pay
            - protect
            - rules
            - sell
            - sethome
            - signs.create.protection
            - signs.create.trade
            - signs.break.protection
            - signs.break.trade
            - signs.use.balance
            - signs.use.buy
            - signs.use.disposal
            - signs.use.free
            - signs.use.heal
            - signs.use.mail
            - signs.use.protection
            - signs.use.sell
            - signs.use.time
            - signs.use.trade
            - signs.use.warp
            - signs.use.weather
            - spawn
            - suicide
            - tpa
            - tpaccept
            - tpahere
            - tpdeny
            - warp
            - warp.list
            - trp.*=*
            - magiccarpet.mc
            - magiccarpet.ml
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomy.bank.access
            - iConomy.bank.deposit
            - iConomy.bank.join
            - iConomy.bank.join.multiple
            - iConomy.bank.leave
            - iConomy.bank.list
            - iConomy.bank.main
            - iConomy.bank.main.set
            - iConomy.bank.main.view
            - iConomy.bank.transfer
            - iConomy.bank.transfer.multipleplayer's bank
            - iConomy.bank.withdraw
            - iConomy.list
            - iConomy.payment
            - iConomy.rank
        trial mod:
            default: false
            info:
                prefix: '&9'
                suffix: ''
                build: true
            inheritance:
            - member
            permissions:
            - lwc.create
            - lwc.create.?
            - lwc.info
            - lwc.remove
            - lwc.unlock
            - lwc.modify
            - lwc.protect
            - lwc.mod
            - towny.town.new
            - towny.town.claim
            - towny.town.resident
            - towny.nation.new
            - towny.wild.*
            - towny.wild.build
            - towny.wild.destroy
            - towny.wild.switch
            - towny.wild.item_use
            - towny.wild.block.[block id].*
            - towny.spawntp
            - towny.publicspawntp
            - afk
            - back
            - back.ondeath
            - balance
            - help
            - home
            - ignore
            - info
            - list
            - mail
            - mail.send
            - me
            - msg
            - nick
            - pay
            - protect
            - rules
            - sell
            - sethome
            - signs.create.protection
            - signs.create.trade
            - signs.break.protection
            - signs.break.trade
            - signs.use.balance
            - signs.use.buy
            - signs.use.disposal
            - signs.use.free
            - signs.use.heal
            - signs.use.mail
            - signs.use.protection
            - signs.use.sell
            - signs.use.time
            - signs.use.trade
            - signs.use.warp
            - signs.use.weather
            - spawn
            - suicide
            - tpa
            - tpaccept
            - tpahere
            - tpdeny
            - warp
            - warp.list
            - trp.*=*
            - magiccarpet.mc
            - magiccarpet.ml
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomy.access
            - iConomy.admin.account.create
            - iConomy.admin.account.remove
            - iConomy.admin.bank.create
            - iConomy.admin.bank.remove
            - iConomy.admin.bank.set
            - iConomy.admin.empty
            - iConomy.admin.grant
            - iConomy.admin.hide
            - iConomy.admin.purge
            - iConomy.admin.reset
            - iConomy.admin.set
            - iConomy.admin.stats
            - iConomy.bank.access
            - iConomy.bank.deposit
            - iConomy.bank.join
            - iConomy.bank.join.multiple
            - iConomy.bank.leave
            - iConomy.bank.list
            - iConomy.bank.main
            - iConomy.bank.main.set
            - iConomy.bank.main.view
            - iConomy.bank.transfer
            - iConomy.bank.transfer.multipleplayer's bank
            - iConomy.bank.withdraw
            - iConomy.list
            - iConomy.payment
            - iConomy.rank
        member:
            default: true
            info:
                prefix: '&7'
                suffix: ''
                build: true
            inheritance:
            permissions:
            - lwc.create
            - lwc.create.?
            - lwc.info
            - lwc.remove
            - lwc.unlock
            - lwc.modify
            - lwc.protect
            - towny.town.claim
            - towny.town.resident
            - towny.spawntp
            - towny.publicspawntp
            - afk
            - balance
            - help
            - home
            - info
            - list
            - mail
            - mail.send
            - me
            - msg
            - pay
            - rules
            - sethome
            - spawn
            - tpaccept
            - tpdeny
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
        visitor:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
            - lwc.create
            - lwc.create.?
            - lwc.info
            - lwc.remove
            - lwc.unlock
            - lwc.modify
            - lwc.protect
            - towny.town.claim
            - towny.town.resident
            - towny.spawntp
            - towny.publicspawntp
            - afk
            - balance
            - help
            - home
            - info
            - list
            - mail
            - mail.send
            - me
            - msg
            - pay
            - rules
            - sethome
            - spawn
            - tpaccept
            - tpdeny
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
    
     
  11. Offline

    Minemansam123

    I cant Brake/Place Blocks i installed the essentialsfull.jar and draged every jar into my plugin
     
  12. Offline

    Kiipa

    When ever I kick someone everyone get a notifycation, althought NO ONE have essentials.kick.notify :| Help?
     
  13. Offline

    Exxter

    Hi there,

    after I enter "rel" to reload all, no monsters spawn anywehere? any ideas, why this happen? then i have to complete restart the server to have monsters again. pigs, sheeps, cows spawns anyway, just monsters like zombies, skeletons etc not? I'm running Essentials Version 2.5.6 and bukkit Version 1000 on Debian Linux.
     
  14. Offline

    thamma

    Hello there,

    I'm using 'permissions-based-warping' on my server.

    The default-group is able to warp to some defined warps.
    The 'bau'-Group shouldn't be able to use these, so i added '-essentials.warp.defaultwarp'
    Till this, it works fine. But now:
    I try to let the bau-group use the warp Sandfarm, so i checked weather it's able to
    'essentials.warp' and
    'essentials.warp.Sandfarm'

    Idk why it doesnt works... Maby you can help me... Im using CB1000 and Essentials2.5

    Here's my Groups.yml
    Code:
    groups:
      vip:
        default: false
        permissions:
        - -falsebook.blocks.area
        - DailyBonus.getVIP
        - essentials.back
        - essentials.back.ondeath
        - essentials.chat.color
        - essentials.tpa
        - essentials.tpahere
        - essentials.unlimited
        - essentials.unlimited.item-50
        - falsebook.blocks.*
        inheritance:
        - bau
        info:
          prefix: '&e[Vip]&7'
          build: true
          suffix: ''
      default:
        default: true
        permissions:
        - DailyBonus.get
        - essentials.clearinventory
        - essentials.ignore
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.motd
        - essentials.msg
        - essentials.ping
        - essentials.rules
        - essentials.signs.disposal.create
        - essentials.signs.disposal.use
        - essentials.signs.heal.use
        - essentials.signs.warp.use
        - essentials.warp
        - essentials.warp......
        - essentials.warp.0O0OO
        - essentials.warp.1l1l1l
        - essentials.warp.FalscheAntwort
        - essentials.warp.Freischalten
        - essentials.warp.ILLIL
        - essentials.warp.pqpqpp
        - essentials.warp.Testhaus
        - falsebook.blocks.lightswitch.use
        - falsebook.blocks.readbooks
        inheritance: []
        info:
          prefix: '&7[Neu]&7'
          build: false
          suffix: ''
      event:
        default: false
        permissions:
        - essentials.signs.heal.use
        - essentials.signs.warp.use
        - essentials.warp
        - essentials.warp.ox
        - lwc.protect
        - stargate.use
        inheritance: []
        info:
          prefix: '&2[Event]&7'
          build: true
          suffix: ''
      vip2:
        default: false
        permissions:
        - essentials.heal
        - essentials.kit.compass
        - magiccarpet.*
        - superpickaxe.use
        - worldedit.navigation.jumpto
        - worldguard.heal
        inheritance:
        - vip
        info:
          prefix: '&6[Vip]&7'
          build: true
          suffix: ''
      bau:
        default: false
        permissions:
        - -essentials.warp......
        - -essentials.warp.0O0OO
        - -essentials.warp.1l1l1l
        - -essentials.warp.FalscheAntwort
        - -essentials.warp.Freischalten
        - -essentials.warp.ILLIL
        - -essentials.warp.pqpqpp
        - -essentials.warp.Testhaus
        - DailyBonus.get
        - essentials.afk
        - essentials.clearinventory
        - essentials.home
        - essentials.kit
        - essentials.kit.fackeln
        - essentials.sethome
        - essentials.signs.color
        - essentials.spawn
        - essentials.suicide
        - essentials.time.*
        - essentials.time.world
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.Sandfarm
        - falsebook.blocks.cauldron.use
        - falsebook.blocks.hiddenswitch
        - iConomy.access
        - iConomy.payment
        - iConomyChestShop.shop.buy
        - iConomyChestShop.shop.create
        - iConomyChestShop.shop.sell
        - lwc.protect
        - stargate.use
        inheritance:
        - default
        info:
          prefix: '&e[Bewohner]&7'
          build: true
          suffix: ''
      blanc:
        default: false
        permissions:
        - '*'
        - residence.admin
        inheritance:
        - moderator
        info:
          prefix: '&b[Supporter]&7'
          build: true
          suffix: ''
      vip3:
        default: false
        permissions:
        - EasyFlight.fly.self
        - essentials.god
        - essentials.unlimited
        - essentials.unlimited.item-12
        - essentials.unlimited.item-13
        - essentials.unlimited.item-3
        - essentials.unlimited.item-4
        - essentials.unlimited.item-5
        inheritance:
        - vip2
        info:
          prefix: '&a[Vip]&7'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions:
        - '*'
        inheritance:
        - coma
        info:
          prefix: '&b[Supporter]&7'
          build: true
          suffix: ''
      ox:
        default: false
        permissions:
        - '*'
        inheritance: []
        info:
          prefix: '&b[Supporter]&7'
          build: true
          suffix: ''
      coma:
        default: false
        permissions:
        - -vanish.dont.hide
        - bb.admin.info
        - essentials.ban
        - essentials.ipban
        - essentials.kick
        - essentials.tempban
        - essentials.tp
        - essentials.tphere
        - essentials.unban
        - essentials.warp
        - essentials.warp.*
        - groupmanager.manpromote
        - lwc.*
        - vanish.*
        - worldedit.thru
        - worldedit.trough
        inheritance:
        - vip3
        info:
          prefix: '&9[CoMa]&7'
          build: true
          suffix: ''
    
    'd be nice if you reply by PM.
     
  15. Offline

    Poe

    is there a way to disable the economy or delete from jar file to make essentials more lightweight? and some users cant use essentials signs such as disposal or heal signs...even though they are unprotected in unprotected areas and have the permission to use them...
     
  16. Offline

    sdendanto

    for some reason on my server /god and /butcher are not working at all /god says its enabled but then u still get hurt!?!?!
     
  17. Offline

    Light_Wing

    FYI the download links on your website seem to be down
     
  18. Offline

    Dustin545

    if no one can help me im going to use another plugin
     
  19. Offline

    clownfish

    @Essentials Team or Admins who use Essentials: I'm using Essentials and Multiverse. I have created a PvP world where OPs and players have minimal permissions. I have disabled all "teleportation" commands in the new PvP world, but players in our main world can still /tp or /tpo to players in the PvP world and suprise attack them with short notice. /tptoggle is nice, but not everyone remembers to activate it when entering the PvP world and /tpo can override it. So . . .

    Is there a way to prevent all teleportation to all players in a specific world? (with Essentials or another plugin?)

    I have taken time to look through this thread, and on all of bukkit.org for a solution.

    @Essentials Team - If this isn't yet possible, would you please add a permission node that prevents players from /tpo or /tp to them?

    Thanks You Very Much!
     
  20. Offline

    Dominator1337

    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:
    
    # Set this to true if you want permission based item spawn rules
    # Permissions:
    #  - essentials.itemspawn.item-all
    #  - essentials.itemspawn.item-[itemname]
    #  - essentials.itemspawn.item-[itemid]
    #  - essentials.give.item-all
    #  - essentials.give.item-[itemname]
    #  - essentials.give.item-[itemid]
    permission-based-item-spawn: false
    
    # 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
      ratio: 16
    
    # Mob limit on spawnmob
    spawnmob-limit: 50
    
    #Shall we notify users when using /lightning
    warn-on-smite: 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}'
      - 'Did you know that you can make [Disposal] signs with Essentials?'
      - 'You have {MAILS} mail messages'
    
    # The server rules, available by typing /rules
    rules:
      - '[1] Be respectful'
      - '[2] Be ethical'
      - '[3] Use common sense'
      - '[4] NO griefing'
    # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
    # priority.  If a command is in this list, Essentials will try to give ITSELF priority.  This does not always work:
    # usually whichever plugin was updated most recently wins out.  However, the full name of the command will always work.
    # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
    # will still map to Essentials, whereas it might normally get forced upon WorldGuard.  Commands prefixed with an "e",
    # such as /egod, will always grant Essentials priority.
    # We should try to take priority over /god.  If this doesn't work, use
    # /essentials:god or /egod.  If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
    overridden-commands:
      - god
    
    # 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
      - eco.loan
      - eco
      - god
      - lightning
      - kit
      - unlimited
    
    # 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
    
    # 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
    
    # More output to the console
    debug: false
    
    # Set the locale for all messages
    # If you don't set this, the default locale of the server will be used.
    #locale: de_DE
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   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
    
    #if no home is set send you to spawn when /home is used
    spawn-if-no-home: false
     
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsEco                      | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # Defines the balance with which new players begin.  Defaults to 0.
    starting-balance: 30000
    
    # worth-# defines the value of an item when it is sold to the server via /sell.
    # These are now defined in worth.yml
    
    # 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
    
    # Set this to a currency symbol you want to use.
    currency-symbol: '$'
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsHelp                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    #Show other plugins commands in help
    non-ess-in-help: true
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   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,07
        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: 327,326,14,56,46,11,10,9,8
        usage: 325
    
        #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: true
        lava-fire-spread: true
        flint-fire: false
        lightning-fire-spread: true
        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: true
          ghast: true
          giant: false
          monster: false
          pig: false
          pig_zombie: true
          sheep: false
          skeleton: true
          slime: true
          spider: true
          squid: false
          zombie: true
          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 the damage after hit by a lightning be disabled?
        lightning: false
    
        # Should people with build: false in permissions be allowed to build
        # Set true to disable building for those people
        build: true
    
        #Should we tell people they are not allowed to build
        warn-on-build-disallow: false
     
        #disable weather options
        weather:
          storm: false
          thunder: false
          lightning: false
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                    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 &aEpic&eCraft!'
    
      # When we spawn for the first time, which spawnpoint do we use?
      spawnpoint: newbies
    
    # End of File <-- No seriously, you're done with configuration.
    
    Can someone PLEASE help me?! People are already starting to make these signs, and its ruining my server economy. My essentials config is above
     
  21. Offline

    shadowspeedy

    I got it so peaple can place blocks but can't break them how do set them up to break/mine blocks
    it's prob something simple so sry if its a stupid queston

    thanks for any help
     
  22. Offline

    Slugslug


    ^^bump
     
  23. Offline

    staticfactory

    In battling a similar issue, we decided to remove access to TP and TPO in favor of TPA. This has saved a lot of issues with people getting disturbed/surprised while in their vaults and whatnot as well and the players seem to appreciate it.
     

  24. Did anyone help you with this? I have the same error >.<
     
  25. Offline

    staticfactory

    @Dominator1337: Which version of Essentials are you using? In the latest versions, the "restricted commands" section of Essentials has been replaced in favor of a whitelist (allowed commands) as per below (version 2.5.6):

    Code:
    # Restricted commands have been removed.
    # Now we have a whitelist, all commands not on this list are only available to ops.
    # These will have NO EFFECT if you have Permissions installed!
    # They are here only if you want something simpler than Permissions.
    # These are the permissions without the "essentials." part.
    player-commands:
      - afk
      - back
      - back.ondeath
      - balance
      - clearinventory
      - compass
      - depth
      - getpos
      - geoip.show
      - help
      - helpop
      - home
      - home.others
      - ignore
      - info
      - kit
      - list
      - mail
      - mail.send
      - motd
      - msg
      - nick
      - pay
      - ping
      - portal
      - powertool
      - protect
      - r
      - rules
      - seen
      - sell
      - sethome
      - setxmpp
      - signs.create.protection
      - signs.create.trade
      - signs.break.protection
      - signs.break.trade
      - signs.use.balance
      - signs.use.buy
      - signs.use.disposal
      - signs.use.free
      - signs.use.heal
      - signs.use.mail
      - signs.use.protection
      - signs.use.sell
      - signs.use.time
      - signs.use.trade
      - signs.use.warp
      - signs.use.weather
      - spawn
      - suicide
      - tpa
      - tpaccept
      - tpahere
      - tpdeny
      - warp
      - warp.list
      - world
      - worth
    
    If you're running 2.5.6, it's possible that you are running a depreciated config. If you have not yet updated, you may want to give it a shot and remove the essentials sign-based-economy functions.

    Hope this helps!

    We have had problems with this being thrown because of corrupt user files in the past. Try renaming your \plugins\Essentials\userdata folder (or restore from a recent backup).

    @Dustin545 - You need to add the essentials. parent node to your Permissions configuration for the essentials commands.

    Example:

    Code:
        visitor:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
            - lwc.create
            - lwc.create.?
            - lwc.info
            - lwc.remove
            - lwc.unlock
            - lwc.modify
            - lwc.protect
            - towny.town.claim
            - towny.town.resident
            - towny.spawntp
            - towny.publicspawntp
            - essentials.afk
            - essentials.balance
            - essentials.help
            - essentials.home
            - essentials.info
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.msg
            - essentials.pay
            - essentials.rules
            - essentials.sethome
            - essentials.spawn
            - essentials.tpaccept
            - essentials.tpdeny
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
    Can you post the Essentials version that you are using as well as the block of code in your permissions yml where you reference the TP commands?

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

    jaxnif

    im having problems with my backup, in my config file i have my backup set to:
    backup:
    # Interval in minutes
    interval: 10
    # Add a command that backups your data, e.g.
    # command: 'rdiff-backup World1 backups/World1'
    command: 'backup.bat'

    and backup.bat contains:

    http://pastebin.com/UNqs2xve
     
  27. Offline

    MineCleric

    the grupemanger plz and ichat:(
     
  28. Offline

    Buckethead

    5th post still need help. ur command whitelist and blacklit keep conflicting with perms. only half my plugins work HELP PLZZZZZZZ
     
  29. Offline

    MineCleric

    I wil use grupemange an ichat on essentials plz.
    PLZ DO IT

    i love the plugins thets some need are grupemange an ichest some i can use.
     
  30. Offline

    staticfactory

    As the comments suggest:

    Code:
    # Restricted commands have been removed.
    # Now we have a whitelist, all commands not on this list are only available to ops.
    # These will have NO EFFECT if you have Permissions installed!
    # They are here only if you want something simpler than Permissions.
    # These are the permissions without the "essentials." part.
    Is it possible that there is an issue with your permissions config?
     

Share This Page