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

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

  1. Offline

    GWATSON

    Anyone know why no transportation woud'nt work for anyone other then Admins. My users do /home or /spawn etc. and get the "don't move teleporting in 3 sec" then nothing?
     
  2. Offline

    Kowak

    I dont understand How to set bed as home, there isn't a config that say "Do you want to use /sethome or bed?"
     
  3. Offline

    Strahan

    Ahh, forgot about that command :) Thanks!
     
  4. Offline

    Icee2199

    When I do /broadcast <text> It shows up twice in the in-game chat.
     
  5. Offline

    asle12

    I can't find that option.
     
  6. Offline

    jelliton

    in regards to GroupManager.....
    I am wondering how to make all worlds mimic or mirror my first set world.
    when i clear the mirror config it still generates groups/users for firstworld_nether and firstworld_the_end.
    Thanks in advance,
    Jelliton.
     
  7. Offline

    Icee2199

    Just copy both Groups.yml and Users.yml files from the one you have it all set up on. Then paste and replace the files in the other worlds you want to mimic the first one and replace the groups.yml and users.yml with the groups.yml and users.yml from the the first set world. Hope that helped.
     
  8. Offline

    jelliton

    Yes that would theoretically work but I am looking to run a no work server. For example, once its on i don't need to do any more work on it whatsoever, 'cept for updating of course.
    Thanks in advance,
    Jelliton.
     
  9. Offline

    owenftw

    great plugin. has everything I need :D
     
  10. Offline

    3Shawnster

    Honestly I think its a greate plugin, however I think they need to have more. I would reccomend adding some fixes to minecraft so that way we can download even less, I've noticed essentials has made me have to download less plugins.
     
  11. Offline

    Musician101

    use Notepad++ and hit CTRL+F and search for bed
    keep clicking Find Next until you find the option :3
     
  12. Offline

    99skil2

    hello iv got a problem with groupmanager ive made permissions and add the command [groupmanager.manuadd]
    but i cant use it it says
    cant modift a player with the same permissions as you
    or higher
    i have set the setting to:
    # The user will be able to promote players to the same group or even above.
    opOverrides: true
    ---------------------------------------------------------------------------------------------------------------------------------------------
    groupmanager version:2.9.1
    craftbukkit version:1.2.5 R3 [Recommended Build]
    ---------------------------------------------------------------------------------------------------------------------------------------------but you can give an other player a higher rank if you are op but i dont want that.
    does anybody know a solution for here.:(

    plz help me
     
  13. Offline

    IsaiahRobichaud

    Can someone who knows essentials really good help me? I can't add kits! Here is my config
    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: ''
     
    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: '-'
     
    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: true
     
    # When this option is enabled, the (tab) player list will be updated with the displayname.
    # The value of change-displayname (above) has to be true.
    #change-playerlist: true
     
    # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
    # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
    # The value of change-displayname (above) has to be true.
    # If you don't set this, it will default to true if essentials chat is installed.
    # Don't forget to remove the # infront of the line
    #add-prefix-suffix: false
     
    # 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, a player can't be attacked by other players after he has been teleported by a command
    # This will also prevent that the player can attack other players
    teleport-invulnerability: 0
     
    # The delay, in seconds, required between /heal attempts
    heal-cooldown: 0
     
    # What to prevent from /i /give
    # e.g item-spawn-blacklist: 46,11,10
    item-spawn-blacklist:
     
    # Set this to true if you want permission based item spawn rules
    # Note: The blacklist above will be ignored then.
    # Permissions:
    #  - essentials.itemspawn.item-all
    #  - essentials.itemspawn.item-[itemname]
    #  - essentials.itemspawn.item-[itemid]
    #  - essentials.give.item-all
    #  - essentials.give.item-[itemname]
    #  - essentials.give.item-[itemid]
    permission-based-item-spawn: true
     
    # Mob limit on spawnmob
    spawnmob-limit: 1
     
    # Shall we notify users when using /lightning
    warn-on-smite: true
     
    # motd and rules are now configured in the files motd.txt and rules.txt
     
    # 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 completely unavailable on the server.
    disabled-commands:
    # - nick
     
    # Restricted commands have been removed.
    # Now we have a whitelist, all commands not on this list are only available to ops.
    # These will have NO EFFECT if you have Permissions installed!
    # They are here only if you want something simpler than Permissions.
    # These are the permissions without the "essentials." part.
    player-commands:
      - afk
      - back
      - back.ondeath
      - balance
      - balance.others
      - balancetop
      - chat.shout
      - chat.question
      - clearinventory
      - compass
      - depth
      - delhome
      - getpos
      - geoip.show
      - help
      - helpop
      - home
      - home.others
      - ignore
      - info
      - itemdb
      - kit
      - kit.tools
      - list
      - mail
      - mail.send
      - me
      - motd
      - msg
      - msg.color
      - nick
      - near
      - pay
      - ping
      - powertool
      - powertooltoggle
      - protect
      - r
      - rules
      - realname
      - seen
      - sell
      - sethome
      - setxmpp
      - signs.create.protection
      - signs.create.trade
      - signs.break.protection
      - signs.break.trade
      - signs.use.balance
      - signs.use.buy
      - signs.use.disposal
      - signs.use.free
      - signs.use.heal
      - signs.use.mail
      - signs.use.protection
      - signs.use.sell
      - signs.use.time
      - signs.use.trade
      - signs.use.warp
      - signs.use.weather
      - spawn
      - suicide
      - time
      - tpa
      - tpaccept
      - tpahere
      - tpdeny
      - warp
      - warp.list
      - world
      - worth
      - xmpp
     
    # Note: All items MUST be followed by a quantity!
    # All kit names should be lower case, and will be treated as lower in permissions/costs.
    # Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
    # Times are measured in seconds.
    kits:
      StoneLumberJack:
        delay: 60
        items:
          - 275 1 efficiency: 1
      IronLumberJack:
        delay: 60
        items:
          - 256 1 unbreaking: 1
      DiamondLumberJack:
        delay: 60
        items:
          - 279 1 unbreaking: 1
      DiamondWarrior:
        delay: 60
        items:
          - 276 1 fireaspect: 1
          - 310 1
          - 311 1
          - 312 1
          - 313 1
      ChainMailWarrior:
        delay: 60
        items:
          - 302 1 protection: 1
          - 303 1 protection: 1
          - 304 1 protection: 1
          - 305 1 protectoin: 1
      Archer:
        delay: 60
        items:
          - 261 1 flame: 1
          - 262 128
      StoneMiner:
        delay: 60
        items:
          - 273 1 unbreaking: 1
          - 274 1 unbreaking: 1
      IronMiner:
        delay: 60
        items:
          - 256 1 unbreaking: 1
          - 257 1 unbreaking: 1
      DiamondMiner:
        delay: 60
        items:
          - 277 1 unbreaking: 1
          - 278 1 unbreaking: 1
      Doctor:
        delay: 60
        items:
          - 260 1
          - 298 1 protection: 1
          - 299 1 protection: 1
          - 300 1 protection: 1
          - 301 1 protection: 1
          - 373:8229 1
          - 373:16421 1
      StarterKit:
        delay: 0
        items:
          - 5 64
          - 50 16
          - 283 1 flame: 1
          - 274 1 unbreaking: 1
          - 299 1 fireprotection: 1
          - 300 1 blastprotection: 1
          - 301 1 featherfalling: 1
          - 314 1 projectileprotection: 1
          - 357 5
     
    # Essentials Sign Control
    # See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
    # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
    # Essentials Colored sign support will be enabled when any sign types are enabled.
    # We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).
     
    enabledSigns:
      #- color
      - balance
      #- buy 
      #- sell
      #- trade
      #- free
      - disposal
      #- warp
      #- kit
      #- mail
      #- enchant
      #- gamemode
      #- heal
      #- spawnmob
      #- time
      #- weather
      #- protection
     
    # Backup runs a command while saving is disabled
    backup:
      # Interval in minutes
      interval: 30
      # Unless you add a valid backup command or script here, this feature will be useless.
      # Use 'save-all' to simply force regular world saving without backup.
      #command: 'rdiff-backup World1 backups/World1'
     
    # Set this true to enable permission per warp.
    per-warp-permission: true
     
    # 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.
    # Don't forget to remove the # infront of the line
    #locale: de_DE
     
    # Turn off god mode when people exit
    remove-god-on-disconnect: false
     
    # Use the permission system of bukkit
    # This only works if no other permission plugins are installed
    use-bukkit-permissions: false
     
    # Auto-AFK
    # After this timeout in seconds, the user will be set as afk.
    # Set to -1 for no timeout.
    auto-afk: 300
     
    # Auto-AFK Kick
    # After this timeout in seconds, the user will be kicked from the server.
    # Set to -1 for no timeout.
    auto-afk-kick: 360
     
    # Set this to true, if you want to freeze the player, if he is afk.
    # Other players or monsters can't push him out of afk mode then.
    # This will also enable temporary god mode for the afk player.
    # The player has to use the command /afk to leave the afk mode.
    freeze-afk-players: false
     
    # When the player is afk, should he be able to pickup items?
    # Enable this, when you don't want people idling in mob traps.
    disable-item-pickup-while-afk: false
     
    # You can disable the death messages of minecraft here
    death-messages: true
     
    # Add worlds to this list, if you want to automatically disable god mode there
    no-god-in-worlds:
    #  - world_nether
     
    # Set to true to enable per-world permissions for teleporting with /world, /tp ,/tpa and /tpo.
    # Give someone permission to teleport to a world with essentials.world.<worldname>
    world-teleport-permissions: false
     
    # The number of items given if the quantity parameter is left out in /item or /give.
    # If this number is below 1, the maximum stack size size is given. If oversized stacks
    # is not enabled, any number higher then the maximum stack size results in more than one stack.
    default-stack-size: -1
     
    # Oversized stacks are stacks that ignore the normal max stacksize.
    # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
    # How many items should be in a oversized stack?
    oversized-stacksize: 64
     
    # Do you allow to repair enchanted weapons and armor?
    # If you set this to false, you can still allow it for certain players using the permission
    # essentials.repair.enchanted
    repair-enchanted: true
     
    #Do you want essentials to keep track of previous location for /back in the teleport listener?
    #If you set this to true any plugin that uses teleport will have the previous location registered.
    register-back-in-listener: false
     
    ############################################################
    # +------------------------------------------------------+ #
    # |                  EssentialsHome                    | #
    # +------------------------------------------------------+ #
    ############################################################
     
    # If no home is set, send players to spawn when /home is used
    spawn-if-no-home: true
     
    # Allows people to set their bed at daytime
    update-bed-at-daytime: true
     
    # Allow players to have multiple homes.
    # Players need essentials.sethome.multiple before they can have more than 1 home, default to 'default' below.
    # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
    # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
    sethome-multiple: 
      default: 3
      # essentials.sethome.multiple.vip
      vip: 5
      # essentials.sethome.multiple.staff
      staff: 10
     
    # Set timeout in seconds for players to accept tpa before request is cancelled.
    # Set to 0 for no timeout
    tpa-accept-cancellation: 30
     
    ############################################################
    # +------------------------------------------------------+ #
    # |                  EssentialsEco                      | #
    # +------------------------------------------------------+ #
    ############################################################
     
    # Defines the balance with which new players begin.  Defaults to 0.
    starting-balance: 30
     
    # 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:
      heal: 10
      kit-tools: 10
      kit-dtools: 2750
      weather-sun: 5
      weather-storm: 10
      time-day: 5
      time-night: 10
      # /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: '$'
     
    # Set the maximum amount of money a player can have
    # The amount is always limited to 10 trillions because of the limitations of a java double
    max-money: 10000000000000
     
    # Set the minimum amount of money a player can have (must be above the negitive of max-money).
    # Setting this to 0, will disable overdrafts/loans completely.  Users need 'essentials.eco.loan' perm to go below 0.
    min-money: -10000
     
    # Enable this to log all interactions with trade/buy/sell signs and sell command
    economy-log-enabled: false
     
    ############################################################
    # +------------------------------------------------------+ #
    # |                  EssentialsHelp                    | #
    # +------------------------------------------------------+ #
    ############################################################
     
    # Show other plugins commands in help
    non-ess-in-help: true
     
    # Hide plugins which dont give a permission
    # You can override a true value here for a single plugin by adding a permission to a user/group.
    # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
    # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
    hide-permissionless-help: true
     
    ############################################################
    # +------------------------------------------------------+ #
    # |                  EssentialsChat                    | #
    # +------------------------------------------------------+ #
    ############################################################
     
    chat:
     
      # 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 (?)
      # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
      radius: 0
     
      # Chat formatting can be done in two ways, you can either define a standard format for all chat
      # Or you can give a group specific chat format, to give some extra variation.
      # If set to the default chat format which "should" be compatible with ichat.
      # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting 
     
      format: '<{DISPLAYNAME}> {MESSAGE}'
      #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
     
      group-formats:
      #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
      #  Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
     
      # If your using group formats make sure to remove the '#' to allow the setting to be read.
     
    ############################################################
    # +------------------------------------------------------+ #
    # |                EssentialsProtect                    | #
    # +------------------------------------------------------+ #
    ############################################################
     
    protect:
      # Database settings for sign/rail protection
     
      # mysql or sqlite
      # We strongly recommend against using mysql here, unless you have a good reason.
      # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
      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.
      # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
      alert:
        on-placement: 10,11,46,327
        on-use: 327
        on-break:
     
      blacklist:
     
        # Which blocks should people be prevented from placing
        placement:
     
        # Which items should people be prevented from using
        usage:
     
        # Which blocks should people be prevented from breaking
        break:
     
        # Which blocks should not be pushed by pistons
        piston:
     
      # General physics/behavior modifications
      prevent:
        lava-flow: false
        water-flow: false
        water-bucket-flow: false
        fire-spread: false
        lava-fire-spread: false
        flint-fire: false
        lightning-fire-spread: true
        portal-creation: false
        tnt-explosion: false
        tnt-playerdamage: false
        fireball-explosion: true
        fireball-fire: false
        fireball-playerdamage: false
        creeper-explosion: false
        creeper-playerdamage: false
        creeper-blockdamage: true
        enderdragon-blockdamage: true
        enderman-pickup: true
        villager-death: false
        # Monsters won't follow players
        # permission essentials.protect.entitytarget.bypass disables this
        entitytarget: false
        # Prevent the spawning of creatures
        spawn:
          creeper: false
          skeleton: false
          spider: false
          giant: false
          zombie: false
          slime: false
          ghast: false
          pig_zombie: false
          enderman: false
          cave_spider: false
          silverfish: false
          blaze: false
          magma_cube: false
          ender_dragon: false
          pig: false
          sheep: false
          cow: false     
          chicken: false
          squid: false
          wolf: false
          mushroom_cow: false
          snowman: false
          ocelot: false
          iron_golem: false
          villager: false
     
      # Maximum height the creeper should explode. -1 allows them to explode everywhere.
      # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
      creeper:
        max-height: -1
     
      # Protect various blocks.
      protect:
        # Protect all signs
        signs: true
     
        # Prevent users from destroying rails
        rails: true
     
        # Blocks below rails/signs are also protected if the respective rail/sign is protected.
        # This makes it more difficult to circumvent protection, and should be enabled.
        # This only has an effect if "rails" or "signs" is also enabled.
        block-below: true
     
        # Prevent placing blocks above protected rails, this is to stop a potential griefing
        prevent-block-on-rails: false
     
        # Store blocks / signs in memory before writing
        memstore: false
     
      # Disable various default physics and behaviors
      disable:
        # Should fall damage be disabled?
        fall: false
     
        # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
        # They will be unable to attack users without that same permission node.
        pvp: false
     
        # Should drowning damage be disabled?
        # (Split into two behaviors; generally, you want both set to the same value)
        drown: false
        suffocate: false
     
        # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
        lavadmg: false
     
        # Should arrow damage be disabled
        projectiles: false
     
        # This will disable damage from touching cacti.
        contactdmg: false
     
        # Burn, baby, burn!  Should fire damage be disabled?
        firedmg: false
     
        # Should the damage after hit by a lightning be disabled?
        lightning: false
     
        # Should people with build: false in permissions be allowed to build
        # Set true to disable building for those people
        build: true
     
        # Should people with build: false in permissions be allowed to use items
        # Set true to disable using for those people
        use: true
     
        # Should we tell people they are not allowed to build
        warn-on-build-disallow: true
     
        # Disable weather options
        weather:
          storm: false
          thunder: false
          lightning: false
     
    ############################################################
    # +------------------------------------------------------+ #
    # |            Essentials Spawn / 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}&d to the server!'
     
      # When we spawn for the first time, which spawnpoint do we use?
      # Set to "none" if you want to use the spawn point of the world.
      spawnpoint: newbies
     
      # Do we want to give users anything on first join? Set to '' to disable
      # This kit will be given reguardless of cost, and permissions.
      #kit: ''
      kit: StarterKit
     
    # Set this to lowest, if you want Multiverse to handle the respawning
    # Set this to high, if you want EssentialsSpawn to handle the respawning
    # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
    respawn-listener-priority: high
     
    # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
    respawn-at-home: false
     
    # End of File <-- No seriously, you're done with configuration.
    
     
  14. Offline

    Darthmineboy

    Hi there, I am Darthmineboy, use your plugins for over a year now! Awsome, I always start my server with essentials. But is it possible to have better afk things. Cause players make with redstone pistons that let them move, they go in minecrafts, and they dont afk in that way, I have a server with time promotion, its called autorank and support essentials.afk , can you make the afk better so that they have to move for instance 10 blocks, or mine 1 block, or place 1 block :? THANKS!
     
  15. Offline

    DevManiac

    Great plugin.I use it on my own server and i have to say that its one of the best plugins out there.It combines everything that a server needs expect permissions (thats why permissionsex exist[​IMG]) .Good job guys,keep it up!
     
  16. Offline

    Toodo

    what is this for errores??
    Code:
    18:12:22 [ALLVARLIG] /home/toodo/plugins/Essentials/userdata/Toodo.yml (Permission denied)
    java.io.FileNotFoundException: /home/toodo/plugins/Essentials/userdata/Toodo.yml (Permission denied)
            at java.io.FileOutputStream.open(Native Method)
            at java.io.FileOutputStream.<init>(FileOutputStream.java:209)
            at java.io.FileOutputStream.<init>(FileOutputStream.java:160)
            at com.earth2me.essentials.EssentialsConf.save(EssentialsConf.java:370)
            at com.earth2me.essentials.EssentialsConf.save(EssentialsConf.java:350)
            at com.earth2me.essentials.UserData.setLastLocation(UserData.java:314)
            at com.earth2me.essentials.User.setLastLocation(User.java:240)
            at com.earth2me.essentials.Teleport.now(Teleport.java:242)
            at com.earth2me.essentials.Teleport.teleport(Teleport.java:221)
            at com.earth2me.essentials.Teleport.home(Teleport.java:288)
            at com.earth2me.essentials.commands.Commandhome.run(Commandhome.java:83)
            at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:96)
            at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:382)
            at com.earth2me.essentials.Essentials.onCommand(Essentials.java:287)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
            at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
     
  17. Offline

    Bar3lyBlind

    Ok I Keep Getting This Error In The Console For GroupManager

    Code:
    22:28:19 [INFO] [GroupManager] Enabling GroupManager v1.9 (2.9.1) (Phoenix)
    22:28:20 [SEVERE] java.lang.IllegalArgumentException: Invalid node type, or bad
    indentation in file: plugins\GroupManager\worlds\world\groups.yml
    22:28:20 [SEVERE] at org.anjocaido.groupmanager.dataholder.WorldDataHolder
    .loadGroups(WorldDataHolder.java:552)
    22:28:20 [SEVERE] at org.anjocaido.groupmanager.dataholder.WorldDataHolder
    .loadGroups(WorldDataHolder.java:380)
    22:28:20 [SEVERE] at org.anjocaido.groupmanager.dataholder.worlds.WorldsHo
    lder.loadWorld(WorldsHolder.java:586)
    22:28:20 [SEVERE] at org.anjocaido.groupmanager.dataholder.worlds.WorldsHo
    lder.loadWorld(WorldsHolder.java:549)
    22:28:20 [SEVERE] at org.anjocaido.groupmanager.dataholder.worlds.WorldsHo
    lder.initialWorldLoading(WorldsHolder.java:79)
    22:28:20 [SEVERE] at org.anjocaido.groupmanager.dataholder.worlds.WorldsHo
    lder.initialLoad(WorldsHolder.java:70)
    22:28:20 [SEVERE] at org.anjocaido.groupmanager.dataholder.worlds.WorldsHo
    lder.<init>(WorldsHolder.java:62)
    22:28:20 [SEVERE] at org.anjocaido.groupmanager.GroupManager.onEnable(Grou
    pManager.java:131)
    22:28:20 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:215)
    22:28:20 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:337)
    22:28:20 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:381)
    22:28:20 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:256)
    22:28:20 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(Craf
    tServer.java:238)
    22:28:20 [SEVERE] at org.bukkit.craftbukkit.CraftServer.reload(CraftServer
    .java:552)
    22:28:20 [SEVERE] at org.bukkit.Bukkit.reload(Bukkit.java:182)
    22:28:20 [SEVERE] at org.bukkit.command.defaults.ReloadCommand.execute(Rel
    oadCommand.java:22)
    22:28:20 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCo
    mmandMap.java:166)
    22:28:20 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
    aftServer.java:479)
    22:28:20 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchServerComm
    and(CraftServer.java:475)
    22:28:20 [SEVERE] at net.minecraft.server.MinecraftServer.b(MinecraftServe
    r.java:612)
    22:28:20 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:581)
    22:28:20 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:459)
    22:28:20 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:492)
    22:28:20 [SEVERE] Error occurred while enabling GroupManager v1.9 (2.9.1) (Phoen
    ix) (Is it up to date?)
    java.lang.IllegalArgumentException: Your plugins\GroupManager\worlds\world\group
    s.yml file is invalid. See console for details.
    at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(Worl
    dDataHolder.java:556)
    at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(Worl
    dDataHolder.java:380)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(W
    orldsHolder.java:586)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(W
    orldsHolder.java:549)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorl
    dLoading(WorldsHolder.java:79)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad
    (WorldsHolder.java:70)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(Worl
    dsHolder.java:62)
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:13
    1)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:337)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238
    )
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:552)
    at org.bukkit.Bukkit.reload(Bukkit.java:182)
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    22)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    6)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:4
    79)
    at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.
    java:475)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:612)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:581)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    When the server is fully up GroupManager Doesnt work and then half of the essentials commands don't work. Please Help!!
    *Note: It worked for about 2 hours then finally stopped working and i kept getting these error messages
     
  18. Offline

    Prominer228

    Why don't get this on 1.2.5-R3.0?:(
     
  19. Offline

    pumakid98

    plz help how do i make like for guest not to build and not to use commands
    and for member to build and use some commands :)
    plz repley!!!!!!
     
  20. Offline

    Kxertz

    Hey is it just me that I cannot write colours on signs now? It was working before I updated to the newest essentials.
     
  21. Offline

    Creeprrnugget

    Were
    WERES THE SHOP SIGN THINGS GONE I LOVED THAT AND I NEED THAT FOR MY SERVER!!!!

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

    solidus

    Question on the fly. I have give the fly permission for fly. How ever when we try to use it we get stuck. Only way it works is if Op our selfs.

    I have fly enabled on the server.
     
  23. Offline

    javoris767

    I'm getting this whenever I leave/join.
    Code:
    012-06-08 05:03:15 [SEVERE] /home/tcagame/pr3dator/11/plugins/Essentials/userdata/javoris767.yml (Permission denied)
        java.io.FileNotFoundException: /home/tcagame/pr3dator/11/plugins/Essentials/userdata/javoris767.yml (Permission denied)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:209)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:160)
        at com.earth2me.essentials.EssentialsConf.save(EssentialsConf.java:370)
        at com.earth2me.essentials.EssentialsConf.save(EssentialsConf.java:350)
        at com.earth2me.essentials.UserData.setLastLocation(UserData.java:312)
        at com.earth2me.essentials.User.setLastLocation(User.java:245)
        at com.earth2me.essentials.EssentialsPlayerListener.onPlayerQuit(EssentialsPlayerListener.java:117)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
        at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:179)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:698)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:234)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    
     
  24. Offline

    DinoScope

    In the next update, it would be wonderful if you could add per warp permissions.

    Say I wanted to let my donators into a special area, but ONLY let them in. I'd need a permission node for the warp.
     
  25. Offline

    McLuke500

    Wierd with ftp try setting the permissions of the essentials plugin thingy to all access
     
  26. Offline

    shadow12399

    Hey, I need kinda help... the prefixes wont work, neither Suffixes... Can i get som help plz?
     
  27. Offline

    Elements11997

    getting this when I leave/join
    Code:
    2012-06-08 12:38:06 [SEVERE] Could not pass event PlayerLoginEvent to Essentials
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
    at net.minecraft.server.ServerConfigurationManager.attemptLogin(ServerConfigurationManager.java:227)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:102)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NoClassDefFoundError: com/google/common/cache/CustomConcurrentHashMap$ComputedError
    at com.google.common.cache.CustomConcurrentHashMap$ComputingValueReference.compute(CustomConcurrentHashMap.java:3437)
    at com.google.common.cache.CustomConcurrentHashMap$Segment.compute(CustomConcurrentHashMap.java:2322)
    at com.google.common.cache.CustomConcurrentHashMap$Segment.getOrCompute(CustomConcurrentHashMap.java:2291)
    at com.google.common.cache.CustomConcurrentHashMap.getOrCompute(CustomConcurrentHashMap.java:3802)
    at com.google.common.cache.ComputingCache.get(ComputingCache.java:46)
    at com.earth2me.essentials.UserMap.getUser(UserMap.java:64)
    at com.earth2me.essentials.Essentials.getUser(Essentials.java:494)
    at com.earth2me.essentials.Essentials.getUser(Essentials.java:469)
    at com.earth2me.essentials.EssentialsPlayerListener.onPlayerLogin(EssentialsPlayerListener.java:188)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    ... 9 more
    Caused by: java.lang.ClassNotFoundException: com.google.common.cache.CustomConcurrentHashMap$ComputedError
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 23 more
    2012-06-08 12:38:06 [INFO] Herobrine_41 [/79.97.57.58:50537] logged in with entity id 175406 at ([serverworld] 83.5, 96.62000000476837, 247.5)
    2012-06-08 12:38:06 [INFO] Creating empty config: /home/elements11997/service9919/plugins/Essentials/userdata/herobrine_41.yml
    2012-06-08 12:38:10 [INFO] [l][noob]Herobrine_41: hi!
    2012-06-08 12:38:13 [INFO] [l][noob]Herobrine_41: im new here
    2012-06-08 12:39:04 [INFO] [PLAYER_COMMAND] Herobrine_41: /jump
    2012-06-08 12:39:04 [WARNING] Herobrine_41 was denied access to command.
    2012-06-08 12:39:21 [INFO] party_mcgee [/75.100.149.101:52070] logged in with entity id 175432 at ([serverworld] 812.0113786547943, 66.0, -5038.048410075855)
    2012-06-08 12:39:39 [SEVERE] java.lang.NoClassDefFoundError: net/minecraft/server/EnumBedResult
    2012-06-08 12:39:39 [SEVERE] at net.minecraft.server.EntityHuman.a(EntityHuman.java:915)
    2012-06-08 12:39:39 [SEVERE] at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:421)
    2012-06-08 12:39:39 [SEVERE] at net.minecraft.server.BlockBed.interact(SourceFile:90)
    2012-06-08 12:39:39 [SEVERE] at org.getspout.spout.block.mcblock.CustomBlock.interact(CustomBlock.java:330)
    2012-06-08 12:39:39 [SEVERE] at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:296)
    2012-06-08 12:39:39 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636)
    2012-06-08 12:39:39 [SEVERE] at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    2012-06-08 12:39:39 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    2012-06-08 12:39:39 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    2012-06-08 12:39:39 [SEVERE] at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:172)
    2012-06-08 12:39:39 [SEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    2012-06-08 12:39:39 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
    2012-06-08 12:39:39 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    2012-06-08 12:39:39 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-06-08 12:39:39 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.EnumBedResult
    2012-06-08 12:39:39 [SEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
    2012-06-08 12:39:39 [SEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
    2012-06-08 12:39:39 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    2012-06-08 12:39:39 [SEVERE] at java.net.URLClassLoader.findClass(Unknown Source)
    2012-06-08 12:39:39 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    2012-06-08 12:39:39 [SEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    2012-06-08 12:39:39 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    2012-06-08 12:39:39 [SEVERE] ... 14 more
    2012-06-08 12:39:39 [SEVERE] Unexpected exception
    java.lang.NoClassDefFoundError: net/minecraft/server/EnumBedResult
    at net.minecraft.server.EntityHuman.a(EntityHuman.java:915)
    at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:421)
    at net.minecraft.server.BlockBed.interact(SourceFile:90)
    at org.getspout.spout.block.mcblock.CustomBlock.interact(CustomBlock.java:330)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:296)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636)
    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:172)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.ClassNotFoundException: net.minecraft.server.EnumBedResult
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    
     
  28. Offline

    Buckethead

    PLz help. Y can degriefers spawn all items >:L

    Code:
    Degriefer:
        default: false
        inheritance:
        - Builder
        permissions:
        - essentials.item
        - essentials.itemspawn.item-1
        - essentials.itemspawn.item-2
        - essentials.itemspawn.item-3
        - essentials.itemspawn.item-4
        - essentials.itemspawn.item-5
        - essentials.itemspawn.item-6
        - essentials.itemspawn.item-17
        - essentials.itemspawn.item-20
        - essentials.itemspawn.item-24
        - essentials.itemspawn.item-35
        - essentials.itemspawn.item-45
        - essentials.itemspawn.item-44
        - essentials.itemspawn.item-47
        - essentials.itemspawn.item-67
        - essentials.itemspawn.item-68
        - essentials.itemspawn.item-69
        - essentials.itemspawn.item-70
        - essentials.itemspawn.item-71
        - essentials.itemspawn.item-72
        - essentials.itemspawn.item-77
        - essentials.itemspawn.item-78
        - essentials.itemspawn.item-79
        - essentials.itemspawn.item-80
        - essentials.itemspawn.item-81
        - essentials.itemspawn.item-82
        - essentials.itemspawn.item-98
        - essentials.itemspawn.item-99
        - essentials.itemspawn.item-100
        - essentials.itemspawn.item-101
        - essentials.itemspawn.item-102
        - essentials.itemspawn.item-103
        - essentials.itemspawn.item-104
        - essentials.itemspawn.item-105
        - essentials.itemspawn.item-106
        - essentials.itemspawn.item-107
        - essentials.itemspawn.item-108
        - essentials.itemspawn.item-109
        - essentials.itemspawn.item-110
        - essentials.itemspawn.item-111
        - essentials.itemspawn.item-112
        - essentials.itemspawn.item-323
        - essentials.itemspawn.item-324
        - essentials.itemspawn.item-325
        - essentials.repair
        prefix: '&cDegriefer&f>'
     
  29. Offline

    javoris767

    Samething
     
  30. Offline

    Snoop324

    Hey whenever i personalise the config. and restart my server, so the config. is put in place, the config. does not save my personalisation
     

Share This Page