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

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

  1. Offline

    quickclay

    I reverted back to 2.2.16 in the meantime to prevent all the various errors, but here is my config.yml as requested. I don't think it changed after the upgrade to 2.2.18.. should it have?

    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: '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: 30

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

    # The number of items given if the quantity parameter is left out in /item or /give.
    default-stack-size: 1

    # 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: true
    generate-exit-portals: true

    # Mob limit on spawnmob
    spawnmob-limit: 10

    # The message of the day, displayed on connect and by typing /motd.
    motd:
    - '&cWelcome, {PLAYER}&c!'
    - 'Madness? This...is...CREEPERLAND!!'
    - '&e/heal is now /eheal. Still $400.&e'
    - '&bCurrently online:&f {PLAYERLIST}&b'

    # The server rules, available by typing /rules
    rules:
    - '[1] Be respectful / Dont mess with other peoples stuff without permission.'
    - '[2] Be ethical / Dont be a douche.'
    - '[3] Use common sense / if something seems like a bad idea it prolly is.'
    - '[4] No cheating or griefing / see above.'
    - '[5] Have fun!'
    - '&c[SIX] HONOR THE CREEPERGAWD!!1! / MOST IMPORTANT RULE, MORTAL.'
    # 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
    - heal
    # Disabled commands will be completely unavailable on the server.
    disabled-commands:

    # 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
    - plugin
    - time
    - top
    - tp
    - tphere
    - tree

    # Note: All items MUST be followed by a quantity!
    # Times are measured in seconds.
    kits:
    dtools:
    delay: 240
    items:
    - 277 1
    - 278 1
    - 279 1
    - 293 1

    # Disable all signs
    signs-disabled: false

    # Backup runs a command while saving is disabled
    backup:
    # Interval in minutes
    interval: 720
    # Add a command that backups your data, e.g.
    # command: 'rdiff-backup World1 backups/World1'


    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsHome | #
    # +------------------------------------------------------+ #
    ############################################################

    # When users die, should they respawn at their homes, instead of the spawnpoint?
    respawn-at-home: false

    # When a user interacts with a bed, should their home be set to that location?
    # If you enable this and remove default user access to the /sethome command, you can make beds the only way for players to set their home location.
    bed-sethome: false




    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsEco | #
    # +------------------------------------------------------+ #
    ############################################################

    # Defines the balance with which new players begin. Defaults to 0.
    starting-balance: 25

    # worth-# defines the value of an item when it is sold to the server via /sell.
    #Tip: To find the item you want to change use find (ctrl + f)
    # All the blocks

    # Worth values have been moved to worth.yml


    # All the Items


    # Defines the cost to use the given commands PER USE
    command-costs:
    # /example costs $1000 PER USE
    back: 100
    heal: 400
    depth: 1
    compass: 1
    top: 100
    home: 150
    sethome: 500
    jump: 100
    kit-dtools: 6500
    tpa: 250
    spawn: 50

    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsHelp | #
    # +------------------------------------------------------+ #
    ############################################################

    #Show other plugins commands in help
    non-ess-in-help: true





    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsServerlist | #
    # +------------------------------------------------------+ #
    ############################################################

    # This is your server's mcserverlist.net API key. Register your server at mcserverlist.net if you haven't already.
    mcsl-key: ''





    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsChat | #
    # +------------------------------------------------------+ #
    ############################################################

    # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
    # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
    # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
    # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
    chat:
    radius: 0
    # If you want the default chat format, uncomment the next line and comment the other format.
    #format: '<{DISPLAYNAME}> {MESSAGE}'
    format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
    # You can also have group-specific formats:
    group-formats:
    Citizen: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
    Guard: '&9[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
    Monarch: '&b[{GROUP}]&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.db after loading Essentials for the first time.
    alert:
    # 10: lava
    # 11: still lava
    # 46: TNT
    on-placement: 10,11,46
    # 1: rock (just an example--doesn't actually do much)
    on-use: 46
    # 46: TNT
    on-break: 46

    # Users cannot PLACE these types of blocks/items.
    # < 255 designates a BLOCK
    # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
    blacklist:
    placement:
    usage:


    # 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
    tnt-explosion: false
    creeper-explosion: false

    # Protect various blocks.
    protect:
    # Protect all signs
    signs: true

    # 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: 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 arrows cause damage?
    projectiles: false

    # This will disable damage from touching cacti.
    contactdmg: false

    # Burn, baby, burn! Should fire damage be disabled?
    firedmg: false

    # Should people with build: false in permissions be allowed to build
    # Set true to disable building for those people
    build: 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.
     
  2. Offline

    whitehooder

    Hi, this plugin is the best of all out there (for now at least), but i have a problem when starting the server:
    After i tried to edit the items.csv in the /plugins/Essentials/ directory the server starts with an error message;
    Code:
    [Warning] Error parsing items.csv on line...
    and almost every line in the file comes up with the error message.
    the only thing i did modify was the 500th line in items.csv where it stood sblock,42,0 --> piston,42,0
     
  3. Offline

    Necrodoom

    xxxfakaxxx: something is overriding the command.
    thebang and quickclay: sounds like a complicated error.. can you come to essentials IRC so we can help more easily?
    whitehooder: have you added an extra space or used tabs? what did you used to edit the file? i edit it though notepad.

    heres how its supposted to be:
    blocksteel,42,0
    iblock,42,0
    sblock,42,0
    blocki,42,0
    blocks,42,0
    piston,42,0
     
  4. Offline

    Gangsta_hotdog

    Thanks, I didn't realise what the extra essentials jars were for, but I deleted the group ones and now I don't have this issue. Thanks again. :)
     
  5. Offline

    gbear605

    I'm getting this error:

    Code:
    12:37:25 [SEVERE] java.lang.NullPointerException
    12:37:25 [SEVERE]       at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.inGroup(NijikoPermissionsProxy.java:274)
    12:37:25 [SEVERE]       at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    12:37:25 [SEVERE]       at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    12:37:25 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    12:37:25 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:438)
    12:37:25 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:232)
    12:37:25 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    12:37:25 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
    12:37:25 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
    12:37:25 [SEVERE]       at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
    12:37:25 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    12:37:25 [SEVERE]       at net.minecraft.server.Packet1Login.a(SourceFile:43)
    12:37:25 [SEVERE]       at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    12:37:25 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    12:37:25 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    12:37:25 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    12:37:25 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    12:37:25 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    12:37:25 [SEVERE] java.lang.NullPointerException
    12:37:25 [SEVERE]       at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.inGroup(NijikoPermissionsProxy.java:274)
    12:37:25 [SEVERE]       at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    12:37:25 [SEVERE]       at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    12:37:25 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    12:37:25 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:442)
    12:37:25 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:232)
    12:37:25 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    12:37:25 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
    12:37:25 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
    12:37:25 [SEVERE]       at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
    12:37:25 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    12:37:25 [SEVERE]       at net.minecraft.server.Packet1Login.a(SourceFile:43)
    12:37:25 [SEVERE]       at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    12:37:25 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    12:37:25 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    12:37:25 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    12:37:25 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    12:37:25 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    I can see that part of it has to do with worldguard, but this also has to do with group manager. It doesn't occur when worldguard is off the server.

    I'm also getting this error on startup:


    Code:
    12:40:49 [SEVERE] The following file couldn't pass on Parser.
    plugins/GroupManager/worlds/world/users.yml loading GroupManager v1.0(alpha-5) (Is it up to date?)
    java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
    plugins/GroupManager/worlds/world/users.yml
            at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataHolder.java:572)
            at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:358)
            at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:68)
            at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:63)
            at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:56)
            at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:73)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:676)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
            at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataHolder.java:569)
            ... 15 more
    

    LASTLY

    it randomly reverted the groupmanager file when we restarted, and now most of the groupmanager commands aren't working D: When I use them, this error pops up:

    Code:
    12:50:10 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'mangadd' in plugin GroupManager v1.0(alpha-5)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:278)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:682)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:645)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:639)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
            at org.anjocaido.groupmanager.GroupManager.onCommand(GroupManager.java:203)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    

    edit:
    Oh, and people can access commands they shouldn't be ab;le to.
     
  6. Offline

    boriater

    Is it really just a config.yml editor? Wow I feel stupid.
     
  7. Offline

    embty

    How do i use essentials groupmanager with multiverse?
     
  8. Offline

    Dragonntiger

    just a suggestion for the future version of Essentials, the dev(s) should add individual prefixes, it would mean alot to our servers, instead of just group prefixes
     
  9. Offline

    RTRD

  10. Offline

    Meteo

    Is there a way to make it so that only certain places can have shops? Like the sign stuff, but admins can place them anywhere? I like my housing channel to host trades, but people randomly have them outside and such.
     
  11. Offline

    blindsarcasm

    /list /who /t /m is all broken on 2.2 gives erorr

    Code:
    18:10:17 [SEVERE] javax.script.ScriptException: sun.org.mozilla.javascript.internal.WrappedException: Wrapped java.lang.NullPointerException (<Unknown
     source>#108) in <Unknown source> at line number 108
    18:10:17 [SEVERE]       at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
    18:10:17 [SEVERE]       at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown Source)
    18:10:17 [SEVERE]       at nickguletskii200.SpyerAdmin.CustomHandling.who(Unknown Source)
    18:10:17 [SEVERE]       at nickguletskii200.SpyerAdmin.SpyerAdmin.onCommand(Unknown Source)
    18:10:17 [SEVERE]       at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    18:10:17 [SEVERE]       at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:394)
    18:10:17 [SEVERE]       at com.earth2me.essentials.Essentials.onCommand(Essentials.java:334)
    18:10:17 [SEVERE]       at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    18:10:17 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    18:10:17 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:278)
    18:10:17 [SEVERE]       at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:682)
    18:10:17 [SEVERE]       at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:645)
    18:10:17 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:639)
    18:10:17 [SEVERE]       at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    18:10:17 [SEVERE]       at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    18:10:17 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    18:10:17 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    18:10:17 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    18:10:17 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    18:10:17 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
     
  12. Offline

    Zimmies

    hi all

    im a bit STUPID at the moment....for some time i used herochat to show prefixes of my users....now i actually want to turn it off and just use group manager for that reason....like i did before......

    but i cant remember how that works!...really a big zero in my brain....all users just appear in the chat with ONLY theyre names....no prefix.....and its defined in the group.yml AND unter each user in the users.yml in essentials group manager.

    can someone PLEASE fill up my hole in the head with intelligence.....what do i miss, why are there no prexises in the chat ?

    thats my users entry

    zimmies:
    subgroups: []
    permissions: []
    group: Admin
    info:
    prefix: '&9 [&aA&bd&cm&di&en&9] &2'


    and the groups entry

    Admin:
    default: false
    permissions:
    - '*'
    - essentials.jail.exempt
    - essentials.world
    - lwc.admin
    inheritance:
    - god
    info:
    prefix: '&a[&eAdmin&a]'
    interact: true
    build: true
    suffix: ''

    thanks in advance
     
  13. Offline

    Sh4d0w

    why doesn't work the weatheroptions?
    weather is false
    thunder is false
    linghtning false
    I use cb 740 with essentials 2.2
     
  14. Offline

    Necrodoom

    gbear605: groupmananger users.yml is set wrongly. paste it.
    embty: groupananger will create a groups.yml and users.yml in each world unless you mirror the worlds in world.yml (mirror means a few worlds use the same config)
    dragonntiger: quoting the entire opening post was totally unnecessary. use the essentials wiki.
    RTRD: config, disabled commands part
    meteo: would need some sort of permission zones, so its a hard task. submit a ticket on assembla.
    blindsarcasm: spyeradmin is causing problems. il forward error to devs if its an error caused by a conflict, and not user error. try having essentials off, and test with commandbook variant to see if it still happens.
    zimmies: follow the essentials wiki instructions, if it still doesnt work, paste whole groups.yml and users.yml in a pastebin to verify error source.
    sh4d0w: not sure what are you trying to say? essentials 2.2.16 is for craftbukkit 766, btw.
     
  15. Offline

    thedjshow

    I have tryed to delete the command /t that you can write to players like /to (player), beacuse i got a plugin called towny that use /t all the time but when i try to use /t it's only comes up /to (player)
     
  16. Offline

    Necrodoom

    thedjshow: /to is not an essentials command. something else is also overriding /t
     
  17. Offline

    hnrch02

    I get this error whenever I use /list
    Code:
    2011-05-18 20:37:01 [SEVERE] javax.script.ScriptException: sun.org.mozilla.javascript.internal.EcmaError: TypeError: cast is not a function, it is sun.org.mozilla.javascript.internal.NativeJavaPackage. (<Unknown source>#111) in <Unknown source> at line number 111
    2011-05-18 20:37:01 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
    2011-05-18 20:37:01 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown Source)
    2011-05-18 20:37:01 [SEVERE]     at nickguletskii200.SpyerAdmin.CustomHandling.who(Unknown Source)
    2011-05-18 20:37:01 [SEVERE]     at nickguletskii200.SpyerAdmin.SpyerAdmin.onCommand(Unknown Source)
    2011-05-18 20:37:01 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-05-18 20:37:01 [SEVERE]     at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:394)
    2011-05-18 20:37:01 [SEVERE]     at com.earth2me.essentials.Essentials.onCommand(Essentials.java:334)
    2011-05-18 20:37:01 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-05-18 20:37:01 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    2011-05-18 20:37:01 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:278)
    2011-05-18 20:37:01 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:682)
    2011-05-18 20:37:01 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:645)
    2011-05-18 20:37:01 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:639)
    2011-05-18 20:37:01 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    2011-05-18 20:37:01 [SEVERE]     at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-18 20:37:01 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-18 20:37:01 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-18 20:37:01 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
    2011-05-18 20:37:01 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    2011-05-18 20:37:01 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  18. Offline

    Aeron

    Would be nice, if you would check ItemCraft Plugin, because now it is possible to add new blocks to the server and would be nice if /give command would support custom block IDs and item IDs
     
  19. Offline

    King_Pikmin

    What's the permission I must give for someone to be able to use a portal to the Nether? I looked through the Wiki, but i couldn't find out.
     
  20. Offline

    Haekon

    Possible to block ghast block damage, like you can with creeper explosions?
     
  21. Offline

    DylanP

    I'm trying to make a Free sign for Birch saplings and Redwood saplings..does anyone know the item name i'd have to use?

    BirchSapling/RedwoodSapling doesn't work, nor does 6:1 or 6:2.

    Please quote me or @ me so I get a notification when someone answers my question :)
     
  22. @hnrch02 @blindsarcasm
    Did you follow the instructions in the Spyer post regarding essentials
     
  23. Offline

    Indyhouse

    I moved to a new server today (copied everything over verbatim) and now Essentials will not start. Here's the error:

    Code:
    2011-05-19 15:20:03 [SEVERE] Could not load 'plugins\Essentials.jar' in folder 'plugins':
    java.util.zip.ZipException: invalid CEN header (bad signature)
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:59)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-19 15:20:03 [SEVERE] Could not load 'plugins\EssentialsSpawn.jar' in folder 'plugins':
    java.util.zip.ZipException: invalid CEN header (bad signature)
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:59)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    What causes "java.util.zip.ZipException: invalid CEN header (bad signature)"?
     
  24. Offline

    EssentialsTeam

    Try redownloading the files. It's broken.
     
  25. Offline

    Hawtin

    Code:
    2011-05-19 22:47:02 [SEVERE] Could not pass event CREATURE_SPAWN to EssentialsProtect
    java.lang.NullPointerException
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onCreatureSpawn(EssentialsProtectEntityListener.java:279)
        at org.bukkit.plugin.java.JavaPluginLoader$54.execute(JavaPluginLoader.java:560)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:228)
        at net.minecraft.server.World.a(World.java:1798)
        at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
        at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:92)
        at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:60)
        at net.TheDgtl.Stargate.Blox.setType(Blox.java:59)
        at net.TheDgtl.Stargate.Portal.close(Portal.java:170)
        at net.TheDgtl.Stargate.Portal.closeAllGates(Portal.java:948)
        at net.TheDgtl.Stargate.Stargate.onDisable(Stargate.java:96)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:129)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:690)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:261)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:255)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:120)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:241)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:317)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
     
  26. Offline

    King_Pikmin

     
  27. Offline

    BranVan

    Somehow all damage got disabled for anyone who's NOT an admin in my server. I've unloaded essentials and can confirm that when it's removed damage is returned. I don't have the EssentialsProtection.jar loaded as we run a tight knit server of friends and don't need the protection, and it hasn't been an issue these past couple months, so I don't that that's the issue. I've looked through the config, and everything seems to be in order, I haven't changed anything recently other than the Message of the Day. I've also looked through the wiki and posts on here and don't see anyone having the same issue. Anyone know how to fix this?

    SOME MORE INFO:
    A fresh install of essentials fixes the problem. I just copied the warps/userdata over and although it's an inconvenience, it's better than no damage at all.
     
  28. Offline

    edocsyl

    Hi

    English:

    How can I give a group water, lava and TNT Permission?
    What are the permission for water, lava and TNT?
    Example
    -essentials.lava
    or how do I do that?

    Deutsch:

    Wie kann ich einer Gruppe im Essential GroupManager Wasser, Lava und TNT permissions geben?
    Wie heissen die permission für Wasser, Lava und TNT?
    Bsp.
    -essentials.lava
    oder wie muss ich das machen?


    Greez Edocsyl
     
  29. Offline

    Jtmzac

    Hi
    I've been using essentials to transfer into a nether world but an exit portal was generated on my way back out that seems to have disabled all modififcation of the world in a set zone. I cant find any co-ordinates in the config file to indicate this no-build zone does anyone know how to fix this?
     
  30. Offline

    bandgeek303

    essentials won't load this is what is says in terminal,
    Code:
    08:57:46 [SEVERE] Could not load 'plugins/Essentials.jar' in folder 'plugins':
    expected '<document start>', but found BlockMappingStart
     in "<reader>", line 32, column 1:
        ops-name-color: 'none'
        ^
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentStart.produce(ParserImpl.java:233)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:108)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at org.bukkit.util.config.Configuration.load(Configuration.java:73)
        at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:158)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:166)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    08:57:46 [INFO] [Permissions] (Phoenix) was Initialized.
    08:57:46 [SEVERE] ebean.properties not found
    08:57:46 [INFO] DataSourcePool [SimpleWarp] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    08:57:47 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    08:57:47 [INFO] Entities enhanced[0] subclassed[1]
    08:57:47 [INFO] DataSourcePool [TimeShift] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    08:57:47 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    08:57:47 [INFO] Entities enhanced[0] subclassed[1]
    08:57:47 [INFO] [Permissions] (Phoenix) was Initialized.
    08:57:47 [SEVERE] Could not load 'plugins/EssentialsChat.jar' in folder 'plugins': Essentials
    org.bukkit.plugin.UnknownDependencyException: Essentials
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    08:57:47 [SEVERE] Could not load 'plugins/EssentialsGeoIP.jar' in folder 'plugins': Essentials
    org.bukkit.plugin.UnknownDependencyException: Essentials
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    08:57:47 [SEVERE] Could not load 'plugins/EssentialsProtect.jar' in folder 'plugins': Essentials
    org.bukkit.plugin.UnknownDependencyException: Essentials
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    08:57:47 [SEVERE] Could not load 'plugins/EssentialsSpawn.jar' in folder 'plugins': Essentials
    org.bukkit.plugin.UnknownDependencyException: Essentials
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    and this is my essentials file
    Code:
    d############################################################
    # +------------------------------------------------------+ #
    # |                       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:
    
    # Set this to true if you want permission based item spawn rules
    # Permissions:
    #  - essentials.itemspawn.item-all
    #  - essentials.itemspawn.item-[itemname]
    #  - essentials.itemspawn.item-[itemid]
    #  - essentials.give.item-all
    #  - essentials.give.item-[itemname]
    #  - essentials.give.item-[itemid]
    permission-based-item-spawn: false
    
    # Whether or not to reclaim memory on player logout; this is technical, and should only be changed under special circumstances.
    # This generally increases server stability unless very specific runtime configurations are used.
    # HOWEVER, it is known to cause lag upon users logging OUT, so beware!
    reclaim-onlogout: false
    
    # Should primitive spawn protection be enabled?  For most servers, this should be flase; it is better to use a third-party plugin to protect it.
    spawn-protection: false
    
    # Nether settings (switch between worlds with "/world nether" and "/world normal")
    # Sets whether the nether system is enabled, what folder to save the world in, and whether portals should teleport players between worlds.
    nether:
      enabled: false
      folder: nether
      portals-enabled: false
      generate-exit-portals: false
      ratio: 16
    
    # Mob limit on spawnmob
    spawnmob-limit: 100
    
    #Shall we notify users when using /lightning
    warn-on-smite: false
    
    # The message of the day, displayed on connect and by typing /motd.
    motd:
      - '&cWelcome, {PLAYER}&c!'
      - 'Currently online: {PLAYERLIST}'
      - 'You have {MAILS} mail messages'
      - 'For rules do /rules'
    
    # The server rules, available by typing /rules
    rules:
      - '[1] Be respectful'
      - '[2] Be nice'
      - '[3] Be smart'
      - '[4] Be careful'
      - '[5] Kick some @$$'
    
    # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
    # priority.  If a command is in this list, Essentials will try to give ITSELF priority.  This does not always work:
    # usually whichever plugin was updated most recently wins out.  However, the full name of the command will always work.
    # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
    # will still map to Essentials, whereas it might normally get forced upon WorldGuard.  Commands prefixed with an "e",
    # such as /egod, will always grant Essentials priority.
    # We should try to take priority over /god.  If this doesn't work, use
    # /essentials:god or /egod.  If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
    overridden-commands:
      - god
    
    # Disabled commands will be completelly unavailable on the server.
    disabled-commands:
    # - nick
    
    # Restricted commands will only be available to ops.
    # These will have NO EFFECT if you have Permissions installed!
    # These are here only if you want something simpler than Permissions.
    restricted-commands:
      - bigtree
      - item
      - give
      - heal
      - plugin
      - time
      - top
      - tp
      - tphere
      - tree
      - setspawn
      - antioch
      - kick
      - ban
      - unban
      - top
      - jump
      - tpo
      - tppos
      - tpohere
      - economy
      - setwarp
      - delwarp
      - essentials
      - gc
      - spawnmob
      - broadcast
      - burn
      - ext
      - kill
      - ping
      - banip
      - unban
      - mute
      - kick
      - kickall
      - unbanip
      - togglejail
      - setjail
      - eco.loan
    
    # Note: All items MUST be followed by a quantity!
    # Times are measured in seconds.
    kits:
      tools:
        delay: 7
        items:
          - 277 1
          - 278 1
          - 279 1
    
    # Disable all signs
    signs-disabled: false
    
    # Backup runs a command while saving is disabled
    backup:
      # Interval in minutes
      interval: 60
      # Add a command that backups your data, e.g.
      # command: 'rdiff-backup World1 backups/World1'
    
    # Set this true to enable permission per warp.
    per-warp-permission: false
    
    # Sort output of /list command by groups
    sort-list-by-groups: false
    
    # More output to the console
    debug: false
    
    # Set the locale for all messages
    # If you don't set this, the default locale of the server will be used.
    #locale: de_DE
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsHome                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # When users die, should they respawn at their homes, instead of the spawnpoint?
    respawn-at-home: true
    
    # When a user interacts with a bed, should their home be set to that location?
    # If you enable this and remove default user access to the /sethome command, you can make beds the only way for players to set their home location.
    bed-sethome: true
    
    #if no home is set send you to spawn when /home is used
    spawn-if-no-home: false
     
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsEco                      | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # Defines the balance with which new players begin.  Defaults to 0.
    starting-balance: 0
    
    # worth-# defines the value of an item when it is sold to the server via /sell.
    # These are now defined in worth.yml
    
    # Defines the cost to use the given commands PER USE
    command-costs:
      # /example costs $1000 PER USE
      #example: 1000
      # /kit tools costs $1500 PER USE
      #kit-tools: 1500
    
    # Set this to a currency symbol you want to use.
    currency-symbol: '$'
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   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:
      # Users cannot PLACE these types of blocks/items.
      # < 255 designates a BLOCK
      # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
      blacklist:
        placement:
        usage:
    
        #prevent people from breaking blocks
        #break: 20,50
        break:
     
      # General physics/behavior modifications
      prevent:
        lava-flow: false
        water-flow: false
        water-bucket-flow: false
        fire-spread: false
        lava-fire-spread: false
        flint-fire: false
        lightning-fire-spread: false
        portal-creation: false
        tnt-explosion: false
        creeper-explosion: true
        creeper-playerdamage: true
        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: false
          giant: false
          monster: false
          pig: false
          pig_zombie: false
          sheep: false
          skeleton: false
          slime: false
          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