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

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

  1. Offline

    Bjourk

    Thank you very much for your replies. I'm glad you're going in the direction you are.
     
  2. Offline

    DeanDip

    This version's (v2.2) god command replaced my WorldGuard's god command. Version 2.1 didn't do that, but since this version's god command stays on after logging off and logging back in, I like it more now. I just don't have the ability to use /god * to give everyone god mode or /ungod * to remove everyone's god mode anymore.
     
  3. Offline

    NeatMonster

    Hello, first excuse-me for my English.

    I'm running Essentials #2.2.75 on a Bukkit #740 server.

    On the #2.2.49, you have introduced new permissions for /item and /give.
    Change log of #2.2.49 build (open)
    [trunk] /item /give, new 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]
    these have to be activated with permission-based-item-spawn: true in config.yml
    I've activated « permission-based-item-spawn » on my config.yml and added correctly the permissions in my groups.yml file. There are not working but works fine with the old permission (« essentials.give »). I'm sure the the line is set to true on my config.yml.
    config.yml (open)
    ############################################################
    # +------------------------------------------------------+ #
    # | 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: '4'

    # 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: 1

    #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: true
    # 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
    use-1to1-ratio: false

    # Mob limit on spawnmob
    spawnmob-limit: 10

    #Shall we notify users when using /lightning
    warn-on-smite: false
    # The message of the day, displayed on connect and by typing /motd.
    motd:
    - '&cBienvenue sur Craft''Island, {PLAYER}&c !'
    - '&fTaper &c/help&f pour obtenir la liste des commandes.'
    - 'Actuellement en ligne : {PLAYERLIST}.'

    # The server rules, available by typing /rules
    rules:
    - '1. Respect du joueur.'
    - '2. Respect de la carte.'

    # 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.
    # Because WorldGuard's /god is broken/unreliable, we should try to take priority over /god. If this doesn't work, use
    # /essentials:god or /egod. Do NOT use WorldGuard's /god, or you will likely be stuck in god mode.
    overridden-commands:

    # 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:

    # 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

    ############################################################
    # +------------------------------------------------------+ #
    # | 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: 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: 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

    #This defines the name of your currencies, in singular and plural
    currnceyName: Coin
    currencyNamePlural: Coins






    ############################################################
    # +------------------------------------------------------+ #
    # | 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: '&f{DISPLAYNAME}&7 :&f {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}'
    Administrateurs: '&4{DISPLAYNAME}&7 :&f {MESSAGE}'
    Modérateurs: '&1{DISPLAYNAME}&7 :&f {MESSAGE}'
    Architectes: '&b{DISPLAYNAME}&7 :&f {MESSAGE}'
    Animateurs: '&5{DISPLAYNAME}&7 :&f {MESSAGE}'
    Amis: '&2{DISPLAYNAME}&7 :&f {MESSAGE}'
    Vendeurs: '&e{DISPLAYNAME}&7 :&f {MESSAGE}'
    Joueurs: '&f{DISPLAYNAME}&7 :&f {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:
    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:
    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: 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: true
    # 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: true

    # 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: false

    # Prevent users from destroying rails
    rails: false

    # 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: false

    # 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: '&d{DISPLAYNAME}, nouveau sur Craft''Island ? Bienvenue !'

    # When we spawn for the first time, which spawnpoint do we use?
    spawnpoint: newbies

    # End of File <-- No seriously, you're done with configuration.
    groups.yml (open)
    groups:
    Architectes:
    default: false
    permissions:
    - essentials.delwarp
    - essentials.give.item-1
    - essentials.give.item-12
    - essentials.give.item-17
    - essentials.give.item-20
    - essentials.give.item-24
    - essentials.give.item-35
    - essentials.give.item-4
    - essentials.give.item-44
    - essentials.give.item-45
    - essentials.give.item-47
    - essentials.give.item-50
    - essentials.give.item-53
    - essentials.give.item-65
    - essentials.give.item-67
    - essentials.give.item-85
    - essentials.jump
    - essentials.setwarp
    - essentials.tphere
    - lockette.admin.create.*
    inheritance:
    - donateurs
    info:
    prefix: '&b'
    build: true
    suffix: '&f'
    Administrateurs:
    default: false
    permissions:
    - '*'
    inheritance:
    - modérateurs
    info:
    prefix: '&4'
    build: true
    suffix: '&f'
    Modérateurs:
    default: false
    permissions:
    - essentials.broadcast
    - essentials.clearinventory
    - essentials.delwarp
    - essentials.give
    - essentials.give.item-all
    - essentials.jump
    - essentials.kick
    - essentials.protect.admin
    - essentials.protect.alerts
    - essentials.setwarp
    - essentials.signs.heal.*
    - essentials.signs.protection.override
    - essentials.time
    - essentials.tphere
    - essentials.weather
    - essentials.whois
    - iConomy.access
    - lockette.admin.create.*
    - mcbans.ban.local
    - mcbans.ban.temp
    - mcbans.kick
    - mcbans.lookup
    - mcbans.mod
    - mcbans.unban
    - mcbans.vote.kick
    - mcbans.vote.msg
    - modtrs.command.broadcast
    - modtrs.command.check
    - modtrs.command.complete
    - modtrs.command.teleport
    - modtrs.mod
    - worldguard.god
    - worldguard.heal
    - worldguard.heal.other
    inheritance:
    - donateurs
    info:
    prefix: '&1'
    build: true
    suffix: '&f'
    Animateurs:
    default: false
    permissions:
    - essentials.broadcast
    - essentials.delwarp
    - essentials.setwarp
    - essentials.time
    - mcbans.vote.msg
    inheritance:
    - joueurs
    info:
    prefix: '&5'
    build: true
    suffix: '&f'
    Donateurs:
    default: false
    permissions:
    - essentials.bigtree
    - essentials.signs.disposal.create
    - essentials.signs.mail.*
    - essentials.top
    - essentials.tp
    - essentials.tppos
    - essentials.tree
    - logblock.area
    - logblock.me
    - simplereserve.enter.kick
    - simplereserve.kick.prevent
    - stats.view.playtime
    - worldguard.heal
    inheritance:
    - joueurs
    info:
    prefix: '&2'
    build: true
    suffix: '&f'
    Joueurs:
    default: true
    permissions:
    - achievements.check
    - achievements.view.list
    - achievements.view.own
    - bankaccount.access
    - bankaccount.extended
    - essentials.afk
    - essentials.back
    - essentials.back.ondeath
    - essentials.compass
    - essentials.depth
    - essentials.getpos
    - essentials.help
    - essentials.helpop
    - essentials.home
    - essentials.list
    - essentials.mail
    - essentials.mail permission
    - essentials.mail.read
    - essentials.mail.send
    - essentials.me
    - essentials.motd
    - essentials.msg
    - essentials.protect
    - essentials.protect.entitytarget.bypass
    - essentials.rules
    - essentials.sethome
    - essentials.signs.mail.*
    - essentials.signs.protection.create
    - essentials.signs.protection.use
    - essentials.spawn
    - essentials.suicide
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.tptoggle
    - essentials.warp
    - essentials.warp.*
    - essentials.warp.list
    - iConomy.list
    - iConomy.payment
    - iConomy.rank
    - iConomyChestShop.command.iteminfo
    - iConomyChestShop.shop.buy
    - iConomyChestShop.shop.sell
    - localshops.buysell
    - localshops.manage
    - lockette.user.create.*
    - lottery.buy
    - mcbans.ban.view
    - mcbans.vote
    - modtrs.command.modlist
    - modtrs.command.modreq
    - stats.log
    - stats.view.own
    - stats.view.playtime
    - war.player
    - war.warp
    inheritance: []
    info:
    prefix: ''
    build: true
    suffix: ''
    Vendeurs:
    default: false
    permissions:
    - iConomyChestShop.shop.create
    inheritance:
    - joueurs
    info:
    prefix: '&e'
    build: true
    suffix: '&f'
    Can you help me ? Thanks in advance. NeatMonster.
     
  4. Offline

    Pythros

    Is there a way to configure who receives /helpop messages? I can't find a way to do this.
     
  5. Offline

    PedroN041

    I am having a lot of errors with essentials protect! help.
     

    Attached Files:

  6. Offline

    adypete

    is there a permissions flag or something so i can set one group of people to be charged for using commands, whilst another group of people arn't charged?

    also, is there anyway to make one group have permission to every single command except one or 2 without typing out every single permission?
     
  7. Offline

    Nocturnal7x

    bump on this topic. I too would like to know this. I have tried putting "create" in the list of commands for OPS, as that is what is used to add the creation of signs in a permissions plugin. But that does NOT work.

    anything else we can do to limit the use of the signs?
     
  8. Offline

    NeatMonster

    Please help me :).
     
  9. Offline

    rareshutzu

    I are a lazy person. I see there is a new jar, GeoIP. I don't know if anyone asked before, but what is it? o.o

    You don't need kit

    "tools: 1500"
    Try this ^^^

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016
  10. Offline

    BigBenM

    Hey guys,

    Im having an issue with /unlimited...
    The permission node is set correctly... but when the command is typed in, the player gets a message saying: "No permission for unlimited item stone"

    I've tried playing with permissions, and if i change anything, then it just comes up with the feault bukkit message saying you dont have access to this command... if i add essentials.unlimited to the group permissions they get the error above: "No permission for unlimited item stone"

    I've tried google and this forum, but i cant find a solution.
     
  11. Offline

    Tobei

    I seem to be having a conflict between essential signs and iConomyChestShop signs. Is there a way to just disable essentials' signs?
     
  12. Offline

    Fob_Upset

    Is there a config for EssentialsGeoIP and what is the purpose of it?
     
  13. Offline

    Connor

    Is there a ETA for when Essentials will release a new version with the Eco-Iconomy Bridge support?
     
  14. Offline

    joe123652

    Well here is the link <Nothing yet>(Warning there is alot of text LOL)(Pastie is taking way to long To upload it!)
    And the server log doesn't show anything i tested

    2011-05-05 19:32:45 [INFO] /74.207.241.234:35006 lost connection
    2011-05-05 19:37:45 [INFO] joe123652 lost connection: disconnect.quitting
    2011-05-05 19:37:45 [INFO] Connection reset
    2011-05-05 19:46:49 [INFO] MCBans: Sent From: Console .::. Potential Login
    2011-05-05 19:46:49 [INFO] MCBans: Sent From: Console .::. Player triggered prelogin event!
    2011-05-05 19:46:49 [INFO] MCBans: Sent From: Console .::. Online Mode.
    2011-05-05 19:46:49 [INFO] MCBans: Sent From: Console .::. Player check with mcbans.com started.
    2011-05-05 19:46:50 [INFO] MCBans: Sent From: Console .::. Recieved reply.
    2011-05-05 19:46:50 [INFO] MCBans: Sent From: Console .::. Check completed!
    2011-05-05 19:46:50 [INFO] joe123652 [/192.168.1.6:59026] logged in with entity id 214364
    2011-05-05 19:46:53 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-05-05 19:47:04 [INFO] §9[PLAYER_COMMAND] joe123652: /warp castle
    2011-05-05 19:47:12 [INFO] §9[PLAYER_COMMAND] joe123652: /warp city 2
    2011-05-05 19:47:30 [INFO] §9[PLAYER_COMMAND] joe123652: /warp city2
    2011-05-05 19:47:32 [INFO] Connection reset
    2011-05-05 19:47:32 [INFO] joe123652 lost connection: disconnect.quitting

    /warp city2 and castle dont work even though they exist it says "World of warp doesn't exist" and not "Warp doesn't exist"
    here is a snapshot
    [​IMG]

    Uploaded with ImageShack.us

    i cant upload it to pastie i get this
    Proxy Error

    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request POST /pastes.
    Reason: Error reading from remote server
     
  15. Offline

    Warden

    Hey guys, I have a problem with using the [Buy] signs with iConomy.
    I had it working for ages (Btw Im using the full Essentials suite.)
    Updated to iConomy 5.0 and the Buy signs worked perfect until now..

    Everytime I right click to buy eg. 10 blocks of dirt, this happens:
    Shit.jpg

    When it says I don't have money, nothing shows in the console. Only an error with iCoLand
    which I know hasn't been updated for iConomy5.

    I'm thinking it's something to do with the config yml files. But I haven't changed anything that would
    disable it? I will post my config.yml on here, if one of yous could please tell me which one.
     
  16. Offline

    andrewkm

    Support isnt offered here:
    https://www.assembla.com/spaces/essentials/tickets
    ^^
    Post it there... they are EXTREMELY quick in answering all answers, all it takes is a ticket :)
     
  17. Offline

    Warden

    Thanks man! I read where to get support but completely forgot!
     
  18. Offline

    andrewkm

    No problem.
    Most plugins with support places like that dont work that fast, but essentials are crazy fast! Just make a ticket and im sure youll get a response soon by the team themselves :)
     
    Warden likes this.
  19. Offline

    Fishrock123

    Apparently Essentials 2.2.7 doesn't like something in my config.yml file:


    error (open)
    Code:
    [SEVERE] Could not load 'plugins/Essentials.jar' in the folder 'plugins':
     in "<reader>", line 84, column 6:
             - '[1] NO GRIEF. Period.'
             ^
    expected <block end>, but found FlowSequenceStart
     in "<reader>", line 84, column 6:
             - '[3] Get a permit before building ...
             ^
    

    #rules (open)

    Code:
    # The server rules, available by typing /rules
    rules:
      - '[1] NO GRIEF. Period.'
      - '[2] Respect and understand these rules.
      - '[3] Get a permit before building or making a pit mine outside your current land!'
      - '[4] Make sure you don''t leave floating treetops outside your land. Replant any trees you cut outside your land.
      - '[5] No PVP except in specified arenas.
      - '[6] Keep your language clean, please.
      - '[7] Don''t argue with the owner.'
    


    Anyone help, please? :S

    Full config text (open)

    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: 'none'
    
    # 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: true
    
    # Should primitive spawn protection be enabled?  For most servers, this should be false; 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
      use-1to1-ratio: false
    
    # Mob limit on spawnmob
    spawnmob-limit: 50
    
    # The message of the day, displayed on connect and by typing /motd.
    motd:
      - '&cWelcome, {PLAYER}&c!'
      - '&fType &c/Rules&f for a list of rules.'
      - 'Currently online: {PLAYERLIST}'
      - 'You will only be able to keep 50 Glowstone when update 1.6 comes. Just FYI. Also, the &c/Rules&f have been updated. read them! '
    
    # The server rules, available by typing /rules
    rules:
      - '[1] NO GRIEF. Period.'
      - '[2] Respect and understand these rules.
      - '[3] Get a permit before building or making a pit mine outside your current land!'
      - '[4] Make sure you don''t leave floating treetops outside your land. Replant any trees you cut outside your land.
      - '[5] No PVP except in specified arenas.
      - '[6] Keep your language clean, please.
      - '[7] Don''t argue with the owner.'
    
    # 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.
    # Because WorldGuard's /god is broken/unreliable, we should try to take priority over /god.  If this doesn't work, use
    # /essentials:god or /egod.  Do NOT use WorldGuard's /god, or you will likely be stuck in god mode.
    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
    
    # 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
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   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: true
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsEco                      | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # Defines the balance with which new players begin.  Defaults to 0.
    starting-balance: 250
    
    # 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
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   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
        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: 327,326,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: false
        lava-fire-spread: false
        flint-fire: false
        lightning-fire-spread: 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 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 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.
    
     
  20. Offline

    Jeyge

    Easy one. No closing ' on half of your rules lines.
     
  21. Offline

    Necrodoom

    agh, people, please, thread clearly links you to our help IRC, will be much easier like that
     
  22. Offline

    Fishrock123

    *Facedesk*

    Dah!
    Thanks though. :)
     
  23. Offline

    Bhikku

    Eh i´m not sure, and i could not find it anywhere. Is it possible to show the Groups of players when say logging in? So using the /motd for example: Heyho Player bla bla, list of players: Admins: blup Newbie: test2 etc.?
    I dont know how to set up sth like this, but i think it is/was possible earlier.
     
  24. Offline

    Necrodoom

    you can enable it on /list by essentials config
     
  25. Offline

    DrBowe

    Code:
    2011-05-07 01:58:11 [SEVERE] java.lang.NoSuchMethodError: com.earth2me.essentials.Essentials.loadClasses()V
    2011-05-07 01:58:11 [SEVERE] at com.earth2me.essentials.help.EssentialsHelp.onCommand(EssentialsHelp.java:54)
    2011-05-07 01:58:11 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-05-07 01:58:11 [SEVERE] at com.earth2me.essentials.Essentials.onCommand(Essentials.java:363)
    2011-05-07 01:58:11 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-05-07 01:58:11 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    2011-05-07 01:58:11 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:270)
    2011-05-07 01:58:11 [SEVERE] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:394)
    2011-05-07 01:58:11 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:379)
    2011-05-07 01:58:11 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-05-07 01:58:11 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    
    Happens every time I try /help or any teleport command...
    Any idea as to what the problem is? I tried IRC, but no luck there.
     
  26. @DrBoweNur delete all essentials jars, re-download latest and apply, you have some old jars in there that don't exist anymore
     
  27. Offline

    CREAMCHEESE

    For some reason my config file isn't letting me customize certain things such as Prevent: Fire spread: true and did the normal procedure and still doesn't work..My config hates me
     
  28. Offline

    BBFPaco

    Please, update your wiki tutorial any time you add changes which add to the config file.

    For some reason when I updated, I did not have the weather config. Thank you to Jeyge who posted his.


    #disable weather options
    weather:
    storm: false
    thunder: false
    lightning: false
     
  29. Offline

    AegisZephyr

    I'm not sure if it was addressed already but having terrible luck with the search feature led me to post this:
    I'm currently running MultiVerse and would like to see if there is a way to allow a home per world instead of just one for all of them. I have tried using other plugins but apparently the main essentials jar overrides them all. Have you added multi-world home support for separate worlds or will you do so in the future?
     

Share This Page