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

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

  1. Offline

    Thorsten Küchenmeister

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hi first of all thank you for the nice plugin!
    I have a question about the Group Manager.

    Group Manager in the folder there is a config.yml


    settings:
    data:
    save:
    minutes: 10
    logging:
    level: INFO
    permission:
    world:
    mirror:
    world1:
    - world2
    - world3
    world4:
    - world5

    For what is this file good? and how do I enter there more worlds?

    Please write me an example!
  2. Offline

    tha d0ctor

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    how do I turn off the /tree command, it bound /tree tree to my fist and lighter now I cant use either lol
  3. Offline

    bk1138

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I am having an issue with Protect on my server. It is a small, private server and I had installed Protect to prevent fire from spreading. I left the rails and signs on so that people could set up a rail system and protect signs if they want.

    I built a railway system, but non-admins cannot use it, because they cannot even open the door! The wiki does not show any way to change protections on the doors and buttons to make them available to Regular users. The permission nodes only allow destruction of rails and signs, so how can I modify the Protect Db to allow Regular users to use what I build if I want to make it publicly accessible? I am sure I am missing something obvious, but I am new to MC and servers.

    Here is the Protect section of config.yml:
    protect:
    # database config stuff deleted
    blacklist:
    placement: 327,326,14,56,46,11,10,9,8
    usage: 327,326,325

    break:

    prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false
    fire-spread: true
    lava-fire-spread: true
    flint-fire: false
    tnt-explosion: false
    creeper-explosion: false
    creeper-playerdamage: false
    creeper-blockdamage: false

    spawn:
    creeper: false
    ghast: true
    slime: false

    creeper:
    max-height: -1

    protect:
    signs: true
    rails: true
    block-below: true
    prevent-block-on-rails: false

    disable:
    fall: false
    pvp: false
    drown: false
    suffocate: false
    lavadmg: false
    projectiles: false
    contactdmg: false
    firedmg: false
    build: false
  4. Offline

    zomgazombiewaffle

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    http://pastie.org/1864558 there it is, and im using 750. also any idea on the you do not have permission to do this. when people dont have essentials.* they can still do it but comes up with that.... using groupmanager
  5. Offline

    Hunken

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can i get any help? please
  6. Offline

    ementalo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You cannot jail an op, or a person with "essentials.jail.exempt" permissions
  7. Offline

    Jiggster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Essentials Spawn doesn't work or me :/
    I always get this error msg:

    Code:
    [SEVERE] null loading EssentialsSpawn v2.2.8 (Is it up to date?)
    java.lang.NullPointerException
        at com.earth2me.essentials.spawn.EssentialsSpawn.onEnable(EssentialsSpawn.java:36)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)


    and when someone (Me at this time) joins the server, i get this msg:

    Code:
    [SEVERE] Could not pass event PLAYER_JOIN to EssentialsSpawn
    java.lang.NoClassDefFoundError: com/earth2me/essentials/User
        at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.onPlayerJoin(EssentialsSpawnPlayerListener.java:36)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:206)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.ClassNotFoundException: com.earth2me.essentials.User
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 11 more


    So i think E.Spawn is loaded somehow, but doesn't work! No command (/setspawn and /spawn) work for me.

    Hope someone can help me :)
  8. Offline

    Jiggster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Solved! You only have to save the config.yml in UTF-8 format! :p
  9. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    well, there is one problem with essentials though, and that is that it does a LOT of stuff.. and if you don't want some of that stuff being provided via essentials you have a problem.

    Some plugins have found a very good way around that issue by using generic names for their commands and the admin being able to alias them.. unfortunalty neither essentials nor the worldguard/worldedit plugins do this.. and they provide the most clashes.

    Other than that I like essentials as it does a lot as one plugin... but it should be more integratable friendly imho..
  10. Offline

    Bjourk

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thank you very much for your replies. I'm glad you're going in the direction you are.
  11. Offline

    DeanDip

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  12. Offline

    NeatMonster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
    [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.
    ############################################################
    # +------------------------------------------------------+ #
    # | 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:
    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.
  13. Offline

    Pythros

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is there a way to configure who receives /helpop messages? I can't find a way to do this.
  14. Offline

    Hamburger Helper

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  15. Offline

    PedroN041

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I am having a lot of errors with essentials protect! help.
  16. Offline

    adypete

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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?
  17. Offline

    Nocturnal7x

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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?
  18. Offline

    NeatMonster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Please help me :).
  19. Offline

    rareshutzu

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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
  20. Offline

    rareshutzu

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You don't need kit

    "tools: 1500"
    Try this ^^^
  21. Offline

    BigBenM

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  22. Offline

    Tobei

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I seem to be having a conflict between essential signs and iConomyChestShop signs. Is there a way to just disable essentials' signs?
  23. Offline

    Fob_Upset

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is there a config for EssentialsGeoIP and what is the purpose of it?
  24. Offline

    Connor

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is there a ETA for when Essentials will release a new version with the Eco-Iconomy Bridge support?
  25. Offline

    joe123652

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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
  26. Offline

    Warden

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  27. Offline

    andrewkm

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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 :)
  28. Offline

    Warden

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  29. Offline

    andrewkm

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  30. Offline

    Fishrock123

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Apparently Essentials 2.2.7 doesn't like something in my config.yml file:


    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 ...
             ^
    


    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


    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.
    

Share This Page