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

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

  1. Offline

    TheManiacPt

    does anyone know how to remove an EssentialsProtect Rail protection, without disabling it in the config?
     
  2. Offline

    Swompen

    Hi there, I'm trying to make so some groups can have more than 1 home set but it wont work.

    PEX:


    Code:
      Basic:
        inheritance:
        - Guest
        - Member
        default: false
        permissions:
        - essentials.sethome.multiple.Basic
    *Snip*
    Essentials :
    Code:
    sethome-multiple: 
      default: 1
      Basic: 2
    Ideas?

    Figured it out..

    Had to had both lines..
    - essentials.sethome.multiple.Basic

    - essentials.sethome.multiple


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

    foldagerdk

    Sign colors doesn't work for me at the moment.

    Doing &4Test on a sign gives me ?4Test

    Color signs are on the list of enabled signs.

    Signs like [Buy], [Sell], [Disposal] and so on does have colors.

    Any solution?
     
  4. Offline

    popcorn8123

    it wont let me put the types of signs down and i have all permissions for all plugins! I really don't get why this won't work
     
  5. Offline

    fugue2005

    do you mean like [free] and [heal]?
    if yes then you need to enable these signs in the essentials config file
    look for a section that looks like this
    Code:
    enabledSigns:
      - balance
      #- buy 
      #- sell
      #- trade
      - free
      - disposal
      - warp
      - kit
      - mail
      #- enchant
      #- gamemode
      #- heal
      #- spawnmob
      - time
      - weather
      #- protection
    
    you need to remove the # from any signs you want to use ingame then reload essentials
     
  6. Offline

    mikkel12i

    Why do my Trade signs not works?
    Im Op
     
  7. Offline

    foldagerdk

  8. Offline

    edlois

    i want to ask something every time i left click the sign to do things .it always show this msg [EssentialsProtecton] Protection Owner:Edlois veryvery annoying:mad::mad::mad:do i get a way to remove this message?
     
  9. Help?
    Players cant /tpa PLAYER , /tpaccept <- they do this, shows messages that everything works and is gonna teleport -> nothing happens.. NOBODY teleports to anywhere. WTF?
    BUT when I (op) did the tpa command, >> WORKED.. wtf?
    [​IMG]
     
  10. Offline

    popcorn8123

    Thanks fugue that really helped
     
  11. Offline

    Beccasomething

    hi. I am unable to get essentials.item to work for any group, or player in my game! I have tried adding .* at the end in the permissions list in permissionsex, and I have tried adding it directly to the player, yet the players are still not able to get access to the command.
     
  12. Offline

    rmkilc

    Is nobody else having this problem?
     
  13. Offline

    navbarry

    How can I disable the end?
     
  14. Offline

    rmkilc

    In your bukkit.yml file, look for allow-end: true and change it to false.
     
  15. Offline

    im anomaly

    anyway to change that welcome message? I know its in the essentials.jar but im not sure where its located in the .jar help please [​IMG]
     

    Attached Files:

  16. Offline

    asle12

    Is it possible to make playershops with EssentialsEco?
     
  17. Offline

    polarisity

    Look in the Essentials folder. There should be a file named motd.txt. Just change that.
     
  18. Offline

    unkownplayer

    umm well anyone gonna help me with my groupmanager or wat my server.log file is always empty unless thats the command prompt ur talking about and i can give the ip so u can see wats wrong with it i just need groupmanager to automatically add people in the files so i dont have to add them manually please help me PLEASE!?!?!?!
     
  19. Offline

    lazy_chief

    i need help the shop wont work aka the signs is there something new please help
     
  20. Offline

    im anomaly

    thanks so much changed it in less then 5 seconds once you told me =)
     
  21. Offline

    Yourdogsdead

    Hello, I have Essentials Core and Essentials Chat installed and I cannot get the chat format to work. I am using PermissionsBukkit. Here is my config file for essentials. Thanks for any help.

    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                      Notes                          | #
    # +------------------------------------------------------+ #
    ############################################################
     
    # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
    # If you receive an error when Essentials loads, ensure that:
    #  - No tabs are present: YAML only allows spaces
    #  - Indents are correct: YAML heirarchy is based entirely on indentation
    #  - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
    #  - List items are prefixed with a hyphen and indented:
    #      lists:
    #        - look like this
    #      not:
    #      - like this
    #  - Text with symbols is enclosed in single or double quotation marks
    #  - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
    #  - You have saved the document as UTF-8, NOT the default, ANSI
     
    ############################################################
    # +------------------------------------------------------+ #
    # |                Essentials (Global)                  | #
    # +------------------------------------------------------+ #
    ############################################################
     
    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: 'none'
     
    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: '~'
     
    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: false
     
    # 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: 60
     
    # What to prevent from /i /give
    # e.g item-spawn-blacklist: 46,11,10
    item-spawn-blacklist:
     
    # Set this to true if you want permission based item spawn rules
    # Note: The blacklist above will be ignored then.
    # Permissions:
    #  - essentials.itemspawn.item-all
    #  - essentials.itemspawn.item-[itemname]
    #  - essentials.itemspawn.item-[itemid]
    #  - essentials.give.item-all
    #  - essentials.give.item-[itemname]
    #  - essentials.give.item-[itemid]
    permission-based-item-spawn: false
     
    # Mob limit on spawnmob
    spawnmob-limit: 10
     
    # 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:
      dtools:
        delay: 10
        items:
          - 277 1 efficiency:1
          - 278 1
          - 279:780 1
      tools:
        delay: 10
        items:
          - 272 1
          - 273 1
          - 274 1
          - 275 1
     
    # 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: 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.
    # 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: -1
     
    # 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: true
     
    # 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: 0
     
    ############################################################
    # +------------------------------------------------------+ #
    # |                  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: '$'
     
    # 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}'
      Administrators: '{DISPLAYNAME}: &6{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: 10,11,46,327
     
        # Which items should people be prevented from using
        usage: 327
     
        # 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: true
        lava-fire-spread: true
        flint-fire: false
        lightning-fire-spread: true
        portal-creation: false
        tnt-explosion: false
        tnt-playerdamage: false
        fireball-explosion: false
        fireball-fire: false
        fireball-playerdamage: false
        creeper-explosion: false
        creeper-playerdamage: false
        creeper-blockdamage: false
        enderdragon-blockdamage: true
        enderman-pickup: false
        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: tools
     
    # 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.
    
     
  22. Offline

    SanviLe

    For me it says:

    You are not permited to build.

    I get away from that place, but it says same.
    What should I do?
     
  23. Offline

    Akintosh

    Hey, just started using this and when someone died, and I tped to them after i tped to their death locations ... any ideas ?
     
  24. Offline

    tomexpl

    I have made a polish translation for this mod.
    If i could ask for it to be realesed in the next build i would be very thankful.
    PHP:
    #version: 2.9.1
    # Single quotes have to be doubled: ''
    # Translations start here
    # by:Tomexpl, HeavyRainV77
    action=* {0} {1}
    addedToAccount=\u00a7a{0zoztało dodane do teojego konta.
    addedToOthersAccount=\u00a7a{0dodane do {1}\u00a7a kontaNowa kwota: {2}
    alertBroke=Zepsute:
    alertFormat=\u00a73[{0}] \u00a7f {1} \u00a76 {2at: {3}
    alertPlaced=Położone:
    alertUsed=Użyte:
    autoAfkKickReason=Zostałeś wyrzucony z serwera za zbyt długie oczekiwanie ({0minut).
    backAfterDeath=\u00a77Użyj /back aby powrucić do lokalicaci sprzed śmierci.
    backUsageMsg=\u00a77Powracanie do poprzedniej lokalizaci.
    backupDisabled=Skrypt kopi zapasowej nie został skonfigurowany.
    backupFinished=Kopia zapasowa zakończona.
    backupStarted=Kopia zapasowa rozpoczęta.
    balance=\u00a77Kwota: {0}
    balanceTop=\u00a77Najwyższa kwota: ({0})
    banExempt=\u00a7cNie możesz zbanować tego gracza.
    banIpAddress=\u00a77Zbanowano adres IP.
    bannedIpsFileError=Error czytając banned-ips.txt
    bannedIpsFileNotFound
    =Nie znaleziono banned-ips.txt
    bannedPlayersFileError
    =Error czytając banned-players.txt
    bannedPlayersFileNotFound
    =Nie znaleziono banned-players.txt
    bigTreeFailure
    =\u00a7cBig Generacia drzewa nie udanaProsze sprubować na ziemi.
    bigTreeSuccess= \u00a77Duże drzewo wygenerowane.
    blockList=Essentials przekazuje następujące polecenia do innych pluginów:
    broadcast=[\u00a7cBroadcast\u00a7f]\u00a7a {0}
    buildAlert=\u00a7cNie masz pozwolenia do budowania w tym miejscu
    bukkitFormatChanged
    =Zmieniono format BukkitWersia nie sprawdzona.
    burnMsg=\u00a77Ty zapaliłeś {0na {1sekund.
    canTalkAgain=\u00a77Nie możesz już rozmawiać.
    cantFindGeoIpDB=Nie mogę znaleść bazy danych GeoIP!
    cantReadGeoIpDB=Błąd w wczytywaniu bazy danych GeoIP!
    cantSpawnItem=\u00a7cNie wolno ci zespawnować przedmiotu {0}.
    chatTypeLocal=[L]
    chatTypeSpy=[Spy]
    commandFailed=Polecenie {0nieudane:
    commandHelpFailedForPlugin=Błąd we wczytywaniu pomocy dla: {0}
    commandNotLoaded=\u00a7cPolecenie {0nie jest poprawnie załadowane.
    compassBearing=\u00a77Odwracanie:  {0} ({1stopni).
    configFileMoveError=Nie udało się przenieść config.yml do miejsca kopi zapasowej.
    configFileRenameError=Nie udało się zmienić nazwy pliku tymczasowego config.yml
    connectedPlayers
    =Połączeni gracze:
    connectionFailed=Nie udało się otworzyć połączenia.
    cooldownWithMessage=\u00a7cOstygnięcie: {0}
    corruptNodeInConfig=\u00a74NoticeTwój plik konfiguracyjny ma uszkodzony {0węzeł.
    couldNotFindTemplate=Nie znaleziono szablonu {0}
    creatingConfigFromTemplate=Generowanie konfiguracji z szablonu: {0}
    creatingEmptyConfig=Generowanie pustej konfiguracji: {0}
    creative=Kreatywny
    currency
    ={0}{1}
    day=Dzień
    days
    =Dni
    defaultBanReason
    =Młotek banowania tak powiedział!
    deleteFileError=Nie można usunąć pliku: {0}
    deleteHome=\u00a77Dom {0zoztał usunięty.
    deleteJail=\u00a77Więzienie {0zoztało usunięte.
    deleteWarp=\u00a77Teleport {0zoztał usunięty.
    deniedAccessCommand={0Odmówiono dostępu do polecenia.
    dependancyDownloaded=[EssentialsZależność {0zoztała pobrana.
    dependancyException=[EssentialsWystąpił błąd próbując pobrać zależność
    dependancyNotFound
    =[EssentialsWymagana zależność zie znalezionapobieranie.
    depth=\u00a77Jesteś na poziomie moża.
    depthAboveSea=\u00a77Jesteś {0klocków nad poziomem morza.
    depthBelowSea=\u00a77Jesteś {0klocków pod poziomem morza.
    destinationNotSet=Cel nie jest ustawiony.
    disableUnlimited=\u00a77Wyłączono nieograniczone stawianie {0na {1}.
    disabled=Wyłączono
    disabledToSpawnMob
    =Spawnowanie tego moba zostało wyłączone w konfiguracji.
    dontMoveMessage=\u00a77Teleportacja rozpocznie się w {0}. Prosze się nie ruszać.
    downloadingGeoIp=Ściąganie bazy GeoIP... to może chwilę potrwać (wieś0.6 MBmiasto20MB)
    duplicatedUserdata=Duplikowane dane użytkownika: {0{1}
    enableUnlimited=\u00a77Dawanie nieograniczonej ilości {0} do {1}.
    enabled=Włączony
    enchantmentApplied 
    = \u00a77Ulepszenie {0zostało zastosowane do przedmiotu w twojej ręce.
    enchantmentNotFound = \u00a7Ulepszenie nie znalezione
    enchantmentPerm 
    = \u00a7cNie masz uprawnień do {0}
    enchantmentRemoved = \u00a77Ulepszenie {0zostało usunięte z przedmiotu w twojej ręce.
    enchantments = \u00a77Ulepszenia: {0}
    errorCallingCommand=Błąd przywoływania polecenia /{0}
    errorWithMessage=\u00a7cBłąd: {0}
    essentialsHelp1=Plik jest zepsuty i Essentials nie może go uruchomićEssentials jest teraz wyłączoneJeśli nie możesz naprawić tego problemu samemuwejdz na http://tiny.cc/EssentialsChat
    essentialsHelp2=Plik jest zepsuty i Essentials nie może go uruchomićEssentials jest teraz wyłączoneJeśli nie możesz naprawić tego problemu samemuwpisz /essentialshelp w grze albo wejdz na http://tiny.cc/EssentialsChat
    essentialsReload=\u00a77Essentials przeładowane {0}
    extinguish=\u00a77Zgasiłeś siebie.
    extinguishOthers=\u00a77Ty zgasiłeś {0}.
    failedToCloseConfig=Błąd w zamykaniu konfiguracji {0}
    failedToCreateConfig=Błąd w tworzeniu konfiguracji {0}
    failedToWriteConfig=Błąd w pisaniu do konfiguracji {0}
    false=Fałszywe
    feed
    =\u00a77Twój Głód zoztał zmniejszony.
    feedOther=\u00a77SGłód {0zoztał zmniejszony.
    fileRenameError=Zmienianie nazwy pliku {0Nie udało się.
    flyMode=\u00a77Ustawiono latanie {0dla {1}.
    foreverAlone=\u00a7cNie masz komu odpowiedzieć.
    freedMemory=Uwolniono {0MB.
    gameMode=\u00a77Ustawiono typ gry {0dla {1}.
    gcchunkschunks,
    gcentitiesentities
    gcfree
    =wolna pamięć: {0MB
    gcmax
    =Maxumalna pamięć: {0MB
    gctotal
    =Przydzielona pamięć: {0MB
    geoIpUrlEmpty
    =URL GeoIP jest pusty.
    geoIpUrlInvalid=URL GeoIP jest błędny.
    geoipJoinFormat=Gracz {0pochodzi z {1}
    godDisabledFor=Wyłączono dla {0}
    godEnabledFor=Włączono dla {0}
    godMode=\u00a77Tryb boga dla {0}.
    haveBeenReleased=\u00a77Zostałeś uwolniony.
    heal=\u00a77Zostałeś uleczony.
    healOther=\u00a77Uleczono {0}.
    helpConsole=Aby wyświetlić pomoc z konsoliwpisz ?.
    helpFrom=\u00a77Polecenia od {0}:
    helpLine=\u00a76/{0}\u00a7f: {1}
    helpMatching=\u00a77Polecenia pasujące do "{0}":
    helpOp=\u00a7c[HelpOp]\u00a7f \u00a77{0}:\u00a7f {1}
    helpPages=Strona \u00a7c{0}\u00a7f z \u00a7c{1}\u00a7f:
    helpPlugin=\u00a74{0}\u00a7fPlugin Help: /help {1}
    holeInFloor=Dziura w podładze
    homeSet
    =\u00a77Ustawiono dom.
    homeSetToBed=\u00a77Twój dom jest teraz ustawiony na tym łóżku.
    homes=Domy: {0}
    hour=Godzina
    hours
    =Godziny
    ignorePlayer
    =Od teraz ignorujesz gracza {0}
    illegalDate=Nieprawidłowy format daty.
    infoChapter=Wybierz rozdział:
    infoChapterPages=Rozdział {0}, Strona \u00a7c{1}\u00a7f z \u00a7c{2}\u00a7f:
    infoFileDoesNotExist=Plik info.txt Nie istniejeGenerowanie go dla Ciebie.
    infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Strona \u00a74{0}\u00a76/\u00a74{1} \u00a7e----
    infoUnknownChapter=Nieznany rozdział.
    invBigger=Ekwipunek innego gracza jest większy niż twój.
    invRestored=Twój ekwipunek zoztał przywrócony.
    invSee=Możesz widzieć ekwipunek {0}.
    invSeeHelp=Użyj /invsee aby przywrócić twój ekwipunek.
    invalidCharge=\u00a7cNie prawidłowa opłata.
    invalidHome=Dom {0nie istnieje.
    invalidMob=Nieprawidłowy typ moba.
    invalidServer=Nieprawidłowy serwer!
    invalidSignLine=Linia {0na tablicy jest niepoprawna.
    invalidWorld=\u00a7cNieprawidłowy świat.
    inventoryCleared=\u00a77Ekwipunek oczyszczony.
    inventoryClearedOthers=\u00a77Ekwipunek \u00a7c{0}\u00a77 oczyszczony.
    is=Jest
    itemCannotBeSold
    =Ten przedmiot nie może zostać sprzedany serwerowi.
    itemMustBeStacked=Ten przedmiot musi być w stosachIlość 2 byłoby 2 stosyitp.
    itemNotEnough1=\u00a7cNie masz wystarczającej ilości tego przedmiotu aby go sprzedać.
    itemNotEnough2=\u00a77Jeśli chcesz sprzedać wszystkie swoje przedmiotywpisz /sell nazwa_przedmiotu
    itemNotEnough3
    =\u00a77/sell nazwaprzedmiotu -1 sprzeda wsztstkie oprucz jednegoitp.
    itemSellAir=Naprawdę próbowałeś/aś sprzedać powietrzeProszę wziąć przedmiot do ręki.
    itemSold=\u00a77Sprzedany za \u00a7c{0} \u00a77({1} {2sztuki za {3za sztuke)
    itemSoldConsole={0Sprzedano {1za \u00a77{2} \u00a77({3przedmioty za {4za sztuke)
    itemSpawn=\u00a77Daje {0} {1}
    itemsCsvNotLoaded=Nie można załadować items.csv.
    jailAlreadyIncarcerated=\u00a7cTen gracz już jest w więzieniu: {0}
    jailMessage=\u00a7cPopełniłeś/aś przestęstwoidziesz do więzienia.
    jailNotExist=To więzienie nie istnieje.
    jailReleased=\u00a77Gracz \u00a7e{0}\u00a77 wychodzi z więzienia.
    jailReleasedPlayerNotify=\u00a77Zostałeś/aś wypuszczony/a!
    jailSentenceExtended=Wydłużono czasz pobytu w więzieniu do: {0)
    jailSet=\u00a77Więzienie {0zoztało stworzone
    jumpError
    =To uszkodziłoby mózg Twojego komputera.
    kickDefault=Wyrzucony z serwera
    kickExempt
    =\u00a7cNie można wyrzucić tego gracza.
    kill=\u00a77Zabito {0}.
    kitError2=\u00a7cTen zestaw nie istnieje.
    kitError=\u00a7cNie ma dostępnych zestawów.
    kitErrorHelp=\u00a7cMoże jakiś przedmiot nie ma ilości w konfiguracji?
    kitGive=\u00a77Daje zeztaw {0}.
    kitInvFull=\u00a7cTwój ekwipunek jest pełnykładę zestaw na podłodze.
    kitTimed=\u00a7cNie możesz użyć tego zestawu jeszcze przez {0}.
    kits=\u00a77Zeztawy: {0}
    lightningSmited=\u00a77Został porażony.
    lightningUse=\u00a77Rzut błyskawicą {0}
    listAfkTag = \u00a77[AFK]\u00a7f
    listAmount 
    = \u00a79Jest \u00a7c{0}\u00a79 z maximum \u00a7c{1}\u00a79 graczy online.
    listAmountHidden = \u00a79Jest \u00a7c{0}\u00a77/{1}\u00a79 z maksimum \u00a7c{2}\u00a79 graczy online.
    listGroupTag={0}\u00a7f:
    listHiddenTag = \u00a77[UKRYTY]\u00a7f
    loadWarpError
    =Błąd w ładowaniu teleportu {0}
    localFormat=Lokalnie: <{0}> {1}
    mailClear=\u00a7cAby zaznaczyć swoją pocztę jako przeczytanąwpisz /mail clear
    mailCleared
    =\u00a77Poczta wyczyszczona!
    mailSent=\u00a77Poczta wysłana!
    markMailAsRead=\u00a7cAby zaznaczyć swoją pocztę jako przeczytanąwpisz /mail clear
    markedAsAway
    =\u00a77Jesteś teraz zaznaczony jako daleko.
    markedAsNotAway=\u00a77Nie jesteś już zaznaczony jako daleko.
    maxHomes=Nie możesz posiadać więcej niż {0domów.
    mayNotJail=\u00a7cNie możesz wysłać tego gracza do więzienia.
    me=Ja
    minute
    =Minuta
    minutes
    =Minuty
    missingItems
    =Nie posiadasz {0}{1}.
    missingPrefixSuffix=Brakuje prefix lub suffix dla {0}
    mobSpawnError=Błąd przy zmienianiu spawnera.
    mobSpawnLimit=Ilość mobów limitowana do limitu serwera.
    mobSpawnTarget=Cel musi być spawnerem.
    mobsAvailable=\u00a77Moby: {0}
    moneyRecievedFrom=\u00a7aDostałeś/aś {0od {1}
    moneySentTo=\u00a7aWysłałeś/aś {0} do {1}
    moneyTaken=Wyciągnąłeś/aś {0z konta bankowego.
    month=Miesiąc
    months
    =Miesiące
    moreThanZero
    =Iliść musi być większa niż 0.
    msgFormat
    =\u00a77[{0}\u00a77 -> {1}\u00a77] \u00a7f{2}
    muteExempt=\u00a7cNie Można wyciszyć tego gracza.
    mutedPlayer=Gracz {0wyciszony.
    mutedPlayerFor=Gracz {0wyciszony na {1}.
    mutedUserSpeaks={0Próbował powiedziećale jest wyciszony.
    nearbyPlayers=Gracze blisko ciebie: {0}
    negativeBalanceError=Gracz nie może mieć ujemnego stanu konta.
    nickChanged=Nick zmieniony.
    nickDisplayName=\u00a77Musisz aktywować change-displayname w konfiguracji.
    nickInUse=\u00a7cTa nazwa już jest używana.
    nickNamesAlpha=\u00a7cNick musi być alfanumeryczny.
    nickNoMore=\u00a77Już nie masz nicka.
    nickOthersPermission=\u00a7cNie masz uprawnień do zmieniania nicków innych.
    nickSet=\u00a77Twój nick zoztał zmieniony na \u00a7c{0}
    noAccessCommand=\u00a7cNie masz uprawnień to tego polecenia.
    noAccessPermission=\u00a7cNie masz uprawnień do tego {0}.
    noBreakBedrock=Nie możesz zniszczyć bedrocka.
    noDestroyPermission=\u00a7cNie masz uprawnień do zniszczenia tego {0}.
    noGodWorldWarning=\u00a7cUWAGATryb boga w tym świecie jest wyłączony.
    noHelpFound=\u00a7cBrak pasujących poleceń.
    noHomeSet=Nie ustawiłeś domu.
    noHomeSetPlayer=Gracz nie ustawił domu.
    noKitPermission=\u00a7cPotrzebujesz uprawnienia \u00a7c{0}\u00a7c aby użyć tego zestawu.
    noKits=\u00a77Jeszcze nie ma dostępnych zestawów.
    noMail=Nie masz żadnej poczty.
    noMotd=\u00a7cNie znaleziono wiadomości dnia.
    noNewMail=\u00a77Nie masz żadnej nowej poczty.
    noPendingRequest=Nie masz żadnego zapytania.
    noPerm=\u00a7cNie posiadasz uprawnienia \u00a7f{0}\u00a7c.
    noPermToSpawnMob=\u00a7cNie masz uprawnień żeby spawnować tego moba.
    noPlacePermission=\u00a7cNie posiadasz uprawnienia żeby postawić ten klocek koło tej tablicy.
    noPowerTools=Nie masz żadnych power tooli.
    noRules=\u00a7cNie ma jeszcze żadnych zasad.
    noWarpsDefined=Nie ma żadnych teleportów.
    none=Żaden.
    notAllowedToQuestion=\u00a7cNie masz uprawnień do pytania.
    notAllowedToShout=\u00a7cNie masz uprawnień do krzyczenia.
    notEnoughExperience=Nie masz wystarczająco doświadczenia.
    notEnoughMoney=Nie masz wystarczającej ilości gotówki.
    notRecommendedBukkit=* ! * Ta wersia Bukkit nie jest rekomendowana dla Essentials.
    notSupportedYet=Jeszcze nie obsługiwane.
    nothingInHand = \u00a7cNie masz nic w ręce.
    now=Teraz
    nuke
    =Niech śmierć spadnie na niego z nieba!
    numberRequired=Potrzebujesz numerusilly.
    onlyDayNight=/time obsługuje tylko day/night.
    onlyPlayers=Tylko gracze online mogą używać {0}.
    onlySunStorm=/weather obsługuje tylko sun/storm.
    orderBalances=Kolejność sald {0użytkownikówProszę czekać...
    pTimeCurrent=\u00a7e{0}''s\u00a7f Aktualny czas to {1}.
    pTimeCurrentFixed=\u00a7e{0}''s\u00a7f Czas jest zatrzymany na {1}.
    pTimeNormal=\u00a7e{0}''s\u00a7f Czas jest normalny i jestrówny serwerowi.
    pTimeOthersPermission=\u00a7cNie masz uprawnień ustawiać czasu innych graczy.
    pTimePlayers=Ci gracze mają swoje domy:
    pTimeReset=Czas gracza zoztał zresetowany do: \u00a7e{0}
    pTimeSet=Czas gracza jest ustawiony na \u00a73{0}\u00a7f na: \u00a7e{1}
    pTimeSetFixed=Czas gracza jest ustawiony na \u00a73{0}\u00a7f na: \u00a7e{1}
    parseError=Błąd parsowania {0na linii {1}
    pendingTeleportCancelled=\u00a7cZapytanie teleportacji anulowane.
    permissionsError=Nie znaleziony Permissions/GroupManagerprefixy/suffixy bedą wyłączone.
    playerBanned=\u00a7cGracz {0zbanowany {1na {2}
    playerInJail=\u00a7cGracz już jest w więzieniu {0}.
    playerJailed=\u00a77{0zoztał wysłany do więzienia.
    playerJailedFor= \u00a77Gracz {0w więzieniu za {1}.
    playerKicked=\u00a7cGracz {0wyrzucony {1za {2}.
    playerMuted=\u00a77Zoztałeś/aś wyciszony/a.
    playerMutedFor=\u00a77Zoztałeś/aś wyciszony/a na {0}
    playerNeverOnServer=\u00a7cGracz {0nigdy nie był na serwerze.
    playerNotFound=\u00a7cGracz nie znaleziony.
    playerUnmuted=\u00a77Już nie jesteś wyciszony/a.
    pong=Pong!
    possibleWorlds=\u00a77Możliwe światy to 0 przez {0}.
    powerToolAir=Polecenie nie może być dodane do powietrza.
    powerToolAlreadySet=Polecenie \u00a7c{0}\u00a7f już jest dołączone do {1}.
    powerToolAttach=\u00a7c{0}\u00a7f Polecenie dołączone do {1}.
    powerToolClearAll=Wszystkie polecenia powertooli zostały wyczyszczone.
    powerToolList={1ma te polecenia: \u00a7c{0}\u00a7f.
    powerToolListEmpty={0Nie ma żadnych poleceń.
    powerToolNoSuchCommandAssigned=Polecenie \u00a7c{0}\u00a7f nie zostało dołączone do {1}.
    powerToolRemove=Polecenie \u00a7c{0}\u00a7f usunięte z {1}.
    powerToolRemoveAll=Wszystkie polecenia usunięte z {0}.
    powerToolsDisabled=Wszystkie Twoje power toole zostały wyłączone.
    powerToolsEnabled=Wszystkie Twoje power toole zostały włączone.
    protectionOwner=\u00a76[EssentialsProtectwłaściciel: {0}
    questionFormat=\u00a77[Pytanie]\u00a7f {0}
    readNextPage=Wpisz /{0} {1aby przeczytać następną stronę
    reloadAllPlugins
    =\u00a77Przeładowano wszystkie pluginy.
    removed=\u00a77Usunięto {0podmiotów.
    repair=Poprawnie naprawiono: \u00a7e{0}.
    repairAlreadyFixed=\u00a77Ten przedmiot nie potrzebuje naprawiania.
    repairEnchanted=\u00a77Nie wolno ci naprawiać ulepszonych przedmiotów.
    repairInvalidType=\u00a7cTen przedmiot nie może być naprawiony.
    repairNone=Nie było przedmiotów potrzebujących naprawy.
    requestAccepted=\u00a77Zapytanie o teleportację zaakzeptowane.
    requestAcceptedFrom=\u00a77{0zaakceptował zapytanie o teleportacje.
    requestDenied=\u00a77Zapytanie o teleportacje nie zaakceptowane.
    requestDeniedFrom=\u00a77{0nie zaakceptował zapytania o teleportacje.
    requestSent=\u00a77Zapytanie wysłane do {0}\u00a77.
    requestTimedOut=\u00a7cZapytanie o teleportacje automatycznie odrzucone.
    requiredBukkit= * ! * Potrzebujesz przynajmniej wersję {0CraftBukkitściągnij ją z http://dl.bukkit.org/downloads/craftbukkit/
    returnPlayerToJailError=Wystąpił błąd przy wysyłaniu gracza {0} do więzienia: {1}
    second=Sekunda
    seconds
    =Sekundy
    seenOffline
    =Gracz {0jest offline od {1}
    seenOnline=Gracz {0jest online od {1}
    serverFull=Serwer jest pełny.
    serverTotal=Wszyscy gracze: {0}
    setSpawner=Zmieniono typ spawnera na {0}
    sheepMalformedColor=Zniekształcony kolor.
    shoutFormat=\u00a77[SHOUT]\u00a7f {0}
    signFormatFail=\u00a74[{0}]
    signFormatSuccess=\u00a71[{0}]
    signFormatTemplate=[{0}]
    signProtectInvalidLocation=\u00a74Nie możesz postawić tu tablicy.
    similarWarpExist=Teleport z podobną nazwą już istnieje.
    slimeMalformedSize=Zniekształcony rozmiar.
    soloMob=Ten mob chce zostać sam
    spawnSet
    =\u00a77Ustawiono lokalizację spawnu dla grupy {0}.
    spawned=Spawnowanie
    sudoExempt
    =Nie możesz wywołać polecenia jako ten użytkownik.
    sudoRun=Zmuszanie {0} do wywołania: /{1} {2}
    suicideMessage=\u00a77Do widzenia zły świecie...
    suicideSuccess= \u00a77{0Odebrał sobie życie.
    survival=Przetrwanie
    takenFromAccount
    =\u00a7c{0zostało pobrane z twojego konta.
    takenFromOthersAccount=\u00a7cZabrano {0{1}\u00a7c kontaNowe saldo: {2}
    teleportAAll=\u00a77Zapytanie o teleportację wysłane do wszystkich graczy...
    teleportAll=\u00a77Teleportowanie wszystkich graczy...
    teleportAtoB=\u00a77{0}\u00a77 teleportuję Cię do {1}\u00a77.
    teleportDisabled={0Ma wyłączoną teleportację.
    teleportHereRequest=\u00a7c{0}\u00a7c pyta się o pozwolenie na teleportację do niego/jej.
    teleportNewPlayerError=Nie uała się teleportacja nowego gracza.
    teleportRequest=\u00a7c{0}\u00a7c pyta się o pozwolenie o teleportację do Ciebie.
    teleportRequestTimeoutInfo=\u00a77To zapytanie zostanie automatycznie anulowane za {0sekund.
    teleportTop=\u00a77Teleportacja do góry.
    teleportationCommencing=\u00a77Rozpoczynanie teleportacji...
    teleportationDisabled=\u00a77Teleportacja wyłączona.
    teleportationEnabled=\u00a77Teleportacja włączona.
    teleporting=\u00a77Teleportowanie...
    teleportingPortal=\u00a77Teleportowanie przez portal.
    tempBanned=Tymczasowo zbanowany na serwerze na {0}
    tempbanExempt=\u00a77Nie możesz tymczasowo zbanować tego gracza.
    thunderTy {0piorun w Twoim świecie,
    thunderDuration=Ty {0piorun w Twoim świecie na {1sekund.
    timeBeforeHeal=Czas oczekiwania przed następnym uleczeniem: {0}
    timeBeforeTeleport=Czas oczekiwania przed następną teleportacią: {0}
    timeFormat=\u00a73{0}\u00a7f albo \u00a73{1}\u00a7f albo \u00a73{2}\u00a7f
    timePattern
    =(?:([0-9]+)\\s*y[a-z]*[,\\s]*)?(?:([0-9]+)\\s*mo[a-z]*[,\\s]*)?(?:([0-9]+)\\s*w[a-z]*[,\\s]*)?(?:([0-9]+)\\s*d[a-z]*[,\\s]*)?(?:([0-9]+)\\s*h[a-z]*[,\\s]*)?(?:([0-9]+)\\s*m[a-z]*[,\\s]*)?(?:([0-9]+)\\s*(?:s[a-z]*)?)?
    timeSet=Czas ustawiony we wszystkich światach.
    timeSetPermission=\u00a7cNie masz uprawnień do ustawinaia czasu.
    timeWorldCurrent=Aktualny czas w {0jest \u00a73{1}
    timeWorldSet=Ustawiono czas na {0w: \u00a7c{1}
    tradeCompleted=\u00a77Handel zakończony.
    tradeSignEmpty=Znak handlu nie ma wystarczająco towaru.
    tradeSignEmptyOwner=Ten znak handlu nic nie ma.
    treeFailure=\u00a7cBłąd w generowaniu drzewaProsze spróbować ponownie na ziemi.
    treeSpawned=\u00a77Drzewo wygenerowane.
    true=Prawda
    typeTpaccept
    =\u00a77Aby się teleportowaćwpisz \u00a7c/tpaccept\u00a77.
    typeTpdeny=\u00a77Aby odrzucić to zapytaniewpisz \u00a7c/tpdeny\u00a77.
    typeWorldName=\u00a77Możesz też wpisać nazwę konkretnego świata.
    unableToSpawnMob=Nie można spawnować moba.
    unbannedIP=Odbanowano adres IP.
    unbannedPlayer=Odbanowano gracza.
    unignorePlayer=Już nie ignorujesz gracza {0} .
    unknownItemId=Nie znane ID przedmiotu: {0}
    unknownItemInList=Nie znany przedmiot {0{1liście.
    unknownItemName=Nie znana nazwa przedmiotu: {0}
    unlimitedItemPermission=\u00a7cBrak uprawnień do ograniczonego przedmiotu {0}.
    unlimitedItems=Nieograniczone przedmioty:
    unmutedPlayer=Gracz {0nie jest już wyciszony.
    upgradingFilesError=Błąd w aktualizacji pliku.
    userDoesNotExist=Użytkownik {0nie istnieje.
    userIsAway={0jest teraz AFK
    userIsNotAway
    ={0już nie jest AFK
    userJailed
    =\u00a77Zostałeś skazany.
    userUsedPortal={0użył istniejącego portalu wychodzącego.
    userdataMoveBackError=Nie udało się przenieść userdata/{0}.tmp do userdata/{1}
    userdataMoveError=Nie udało się przenieść userdata/{0} do userdata/{1}.tmp
    usingTempFolderForTesting
    =Używanie folderu tymczasowego do testowania:
    versionMismatch=Niezgodność wersjiProszę zaktualizować {0} do tej samej wersji.
    versionMismatchAll=Niezgodność wersjiProszę zaktualizować wszystkie pliki Essentials do tej samej wersji.
    voiceSilenced=\u00a77Twój głos został wyciszony
    warpDeleteError
    =Błąd w usuwaniu pliku teleportu.
    warpListPermission=\u00a7cNie masz uprawnienia do wyświetlania teleportów.
    warpNotExist=Ten teleport nie istnieje.
    warpOverwrite=\u00a7cNie możesz nadpisać tego teleportu.
    warpSet=\u00a77Teleport {0ustawiony.
    warpUsePermission=\u00a7cNie masz pozwolenia do używania tego teleportu.
    warpingTo=\u00a77Teleportowanie do {0}.
    warps=Teleporty: {0}
    warpsCount=\u00a77Jest {0teleportówStrona {1{2}.
    weatherStorm=\u00a77Zmieniłeś/aś pogode na burzę w {0}
    weatherStormFor=\u00a77Zmieniłeś/aś pogode na burzę w {0na {1sekund
    weatherSun
    =\u00a77Zmieniłeś/aś pogode na słoneczną w {0}
    weatherSunFor=\u00a77Zmieniłeś/aś pogode na słoneczną w {0na {1sekund
    whoisBanned
    =\u00a79 zbanowany: {0}
    whoisExp=\u00a79 Exp: {0} (Poziom {1})
    whoisGamemode=\u00a79 Tryb gry: {0}
    whoisGeoLocation=\u00a79 Lokalicacja: {0}
    whoisGod=\u00a79 Tryb boga: {0}
    whoisHealth=\u00a79 Życie: {0}/20
    whoisIPAddress
    =\u00a79 Adres IP: {0}
    whoisIs={0jest {1}
    whoisJail=\u00a79 Więzienie: {0}
    whoisLocation=\u00a79 Lokalicacja: ({0}, {1}, {2}, {3})
    whoisMoney=\u00a79 Pieniądze: {0}
    whoisOP=\u00a79 OP: {0}
    whoisStatusAvailable=\u00a79 StatusDostępny
    whoisStatusAway
    =\u00a79 Status: \u00a7cZaraz wracam\u00a7f
    worth
    =\u00a77Stos {0wartości \u00a7c{1}\u00a77 ({2przedmioty po {3sztuka)
    worthMeta=\u00a77Stos {0z metadanych {1wartości \u00a7c{2}\u00a77 ({3przedmioty pl {4sztuka)
    worthSet=Cena ustawiona.
    year=Rok
    years
    =Lata
    youAreHealed
    =\u00a77Zostałeś uleczony!
    youHaveNewMail=\u00a7cMasz {0Nowych wiadomości!\u00a7f Wpisz \u00a77/mail read\u00a7f aby zobaczyć swoje wiadomości.
     

    Attached Files:

  25. Offline

    sp1nn3y

    Yes
     
  26. Offline

    ScrimCraft

    Awesome Plugin!!!
     
  27. Offline

    ChrisMcD

    Is there like a 'all permissions' permission for the admins/owner?
     
  28. Offline

    shaday1991

    Hello sorry for bad english, I'm getting the following error, I have created 3 worlds
    error:
    Code:
    you are not permitted to build

    config file
    Code:
     
            world:
     
              world_nether:
     
              - users
     
              - groups
     
              world_the_end:
     
              - users
     
              - groups
     
          casa:
     
              casa:
     
              - users
     
              - groups
     
          mina1:
     
              mina1:
     
              - users
     
              - groups
    permissions

    map:casa
    config file
    Code:
    groups:
      Default:
        default: true
        permissions:
        - -bukkit.command.kill
        inheritance:
        - g:essentials_default
        - g:bukkit_default
        info:
          prefix: '&e'
          build: true
          suffix: ''
      Builder:
        default: false
        permissions: []
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&2'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions: []
        inheritance:
        - builder
        - g:essentials_moderator
        - g:bukkit_moderator
        - g:towny_moderator
        info:
          prefix: '&5'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - moderator
        - g:essentials_admin
        - g:bukkit_admin
        - g:towny_admin
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        - admin
        info:
          prefix: '&4'
          build: true
          suffix: ''
    
    same settings in the other two maps, world, mina1, error continues, please help me
     
  29. Offline

    sp1nn3y

    Seems like i was looked over, I know if I'm having this problem i can't be the only one.

    /sethome and /sethome default are set to block X, on first time joiners[the most important time for them to spawn at the right spot] it spawns them in that general AREA instead of on block X. Now, when anyone says /spawn it goes right to block X without a problem.

    Taking any suggestions..
     
  30. Offline

    Slaand

    what its the error? how fix it?

    2012-05-01 12:24:14 [SEVERE] Could not pass event PluginDisableEvent to GroupManager
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:356)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:399)
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:392)
    at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:251)
    at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:479)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.OutOfMemoryError: Java heap space

    And
    Exception in thread "Connection #1227 read thread" Exception in thread "Timer-1" Exception in thread "Thread-7"

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

Share This Page