ChestShop Eror
Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
-
- Příspěvky: 1552
- Věk: 24
- Registrován: 03 kvě 2014, 12:20
- Reputation: 1
- Kontaktovat uživatele:
Re: ChestShop Eror
-
0
- Citace
#12 Příspěvekod OneTime97 » 29 črc 2014, 21:32
Stále to píše?
Každodenní stream od 19:00
https://www.twitch.tv/thief97
Sledujte mě na FB
https://www.twitch.tv/thief97
https://www.twitch.tv/thief97
Sledujte mě na FB
https://www.twitch.tv/thief97
-
- Příspěvky: 1552
- Věk: 24
- Registrován: 03 kvě 2014, 12:20
- Reputation: 1
- Kontaktovat uživatele:
Re: ChestShop Eror
-
0
- Citace
#14 Příspěvekod OneTime97 » 29 črc 2014, 21:41
Dej sem config residence
Každodenní stream od 19:00
https://www.twitch.tv/thief97
Sledujte mě na FB
https://www.twitch.tv/thief97
https://www.twitch.tv/thief97
Sledujte mě na FB
https://www.twitch.tv/thief97
-
- Příspěvky: 676
- Registrován: 13 kvě 2013, 20:24
- Reputation: 0
Re: ChestShop Eror
-
0
- Citace
#15 Příspěvekod Gam3R » 29 črc 2014, 21:42
Spoiler: zobrazit
Kód: Vybrat vše
#These are Global Settings for Residence.
Global:
# This loads the <language>.yml file in the Residence Language folder
# All Residence text comes from this file. (NOT DONE YET)
Language: Czech
# Wooden Hoe is the default selection tool for Residence.
# You can change it to another item ID listed here: http://www.minecraftwiki.net/wiki/Data_values
SelectionToolId: 290
# This determins which tool you can use to see info on residences, default is String.
# Simply equip this tool and hit a location inside the residence and it will display the info for it.
InfoToolId: 287
# The interval, in milliseconds, between movement checks.
# Reducing this will increase the load on the server.
# Increasing this will allow players to move further in movement restricted zones before they are teleported out.
MoveCheckInterval: 500
# The interval, in minutes, between residence saves.
SaveInterval: 10
# The default group to use if Permissions fails to attach or your not using Permissions.
DefaultGroup: default
# Enable / Disable the Lease System.
UseLeaseSystem: false
# The interval, in minutes, between residence lease checks (if leases are enabled).
LeaseCheckInterval: 10
# Allows leases to automatically renew so long as the player has the money, if economy is disabled, this setting does nothing.
LeaseAutoRenew: true
# Whether or not to use the Permissions system in conjunction with this config.
EnablePermissions: true
# Set to true if NOT using Permissions or PermissionsBukkit, or using a really old version of Permissions
LegacyPermissions: false
# Enable / Disable Residence's Economy System (iConomy, MineConomy, Essentials, BOSEconomy, and RealEconomy supported).
EnableEconomy: true
# Enables or disables the Rent System
EnableRentSystem: false
# The interval, in minutes, between residence rent expiration checks (if the rent system is enabled).
RentCheckInterval: 10
# Enable or disable residence chat channels.
ResidenceChatEnable: true
# Color of residence chat.
ResidenceChatColor: DARK_PURPLE
# Whether or not to ignore the usual Permission flags and only allow OPs and groups with 'residence.admin' to change residences.
AdminOnlyCommands: false
# Setting this to true makes server OPs admins.
AdminOPs: true
# This is the name of the plugin you use for multiworld, if you dont have a multiworld plugin you can safely ignore this.
# The only thing this does is check to make sure the multiworld plugin is enabled BEFORE Residence, to ensure properly loading residences for other worlds.
MultiWorldPlugin: Multiverse-Core
# Setting this to true causes subzones to inherit flags from their parent zones.
ResidenceFlagsInherit: true
# Setting this to false will allow rented residences to be modified by the renting player.
PreventRentModify: true
# Setting this to false will cause residence to continue to load even if a error is detected in the save file.
StopOnSaveFault: true
# This is the residence name filter, that filters out invalid characters. Google "Java RegEx" or "Java Regular Expressions" for more info on how they work.
ResidenceNameRegex: '[^a-zA-Z0-9\\-\\_]'
# Setting this to true sends a message to the console every time Residence does a rent expire check or a lease expire check.
ShowIntervalMessages: false
# Experimental - The following settings are lists of block IDs to be used as part of the checks for the "container" and "use" flags when using mods.
CustomContainers: []
CustomBothClick: []
CustomRightClick: []
# These are world flags that are applied when the player is NOT within a residence.
Flags:
Global: #these are default for all worlds unless specified below, they can be overridden per group
use: true
build: true
ignite: true
firespread: true
damage: true
creeper: true
tnt: true
pvp: true
WorldNameHere: #here you can set flags for individual worlds, these override Global
#build: true
# This gives permission to change certain flags to all groups, unless specifically denied to the group.
FlagPermission:
move: true
build: true
place: true
destroy: true
use: true
container: true
pvp: true
tp: true
ignite: true
firespread: true
bucket: true
flow: true
lavaflow: true
waterflow: true
creeper: true
tnt: true
monsters: true
animals: true
subzone: true
healing: true
piston: true
diode: true
lever: true
button: true
door: true
table: true
enchant: true
brew: true
bed: true
cake: true
note: true
trample: false
burn: true
explode: false
fireball: true
# These are default flags applied to all residences from any user group.
ResidenceDefault:
build: false
use: false
container: false
pvp: false
tnt: false
creeper: false
flow: false
piston: false
ignite: false
firespread: false
# These are default flags applied to the residence creator of any group.
CreatorDefault:
build: true
move: true
use: true
ignite: true
container: true
# These are default group flags applied to a residence made by a user of any group.
GroupDefault:
#default: #group name
#build: true
# These groups correspond to the Permissions groups defined in your '<worldname>.yml'
Groups:
Default: #group name
# Information about the Residence zone that the player can define.
#Uncomment the lines below to mirror this config to other groups.
#Mirror:
#- 'group1'
#- 'group2'
Residence:
# Determins if this group can create residences or not. This option can be overriden with the permissions node 'residence.create'
CanCreate: true
# The maximum number of Residences a player can have.
MaxResidences: 3
# The maximum number of physical areas a residence can have.
MaxAreasPerResidence: 2
# The maximum number of blocks a Residence can be, East to West (X).
MaxEastWest: 100
# The maximum number of blocks a Residence can be, North to South (Z).
MaxNorthSouth: 100
# The maximum number of blocks a Residence can be, High to Low (Y).
MaxUpDown: 256
# The lowest altitude this group is allowed to protect.
MinHeight: 0
# The highest altitude this group is allowed to protect.
MaxHeight: 255
# The maximum recursive depth that subzones can go.
# A subzone within a subzone within the Residence zone would be a depth of 2.
# Set to 0 to disable subzones.
SubzoneDepth: 3
# Whether or not to allow teleporting to Residences.
CanTeleport: true
# Allow or Disallow the use of /res unstuck, to get yourself out of a residence if stuck in one somehow
Unstuck: true
# Allow or Disallow the use of the /res select command, if disabled they can only use the selection tool.
SelectCommandAccess: true
# Allow or Disallow the group to access the Blacklist/Ignorelist for residences they own.
ItemListAccess: true
# Options relating to enter and leave messages on the residence.
Messaging:
# Whether or not the player can change the Residence enter and leave messages.
CanChange: true
# The default enter message to apply to new Residences created by players in this group.
# Leaving the message blank will disable it.
DefaultEnter: Welcome %player to %residence, owned by %owner.
# The default leave message to apply to new Residences created by players in this group.
# Leaving the message blank will disable it.
DefaultLeave: Now leaving %residence.
# Options relating to the Lease system.
Lease:
# The maximum number of days to allow leases.
MaxDays: 16
# The number of days to add to the lease following a '/res lease renew' command.
RenewIncrement: 14
#Options related to the rent system
Rent:
#determines how many residences can be rented by players of this group at once
MaxRents: 3
#determines how many residences can be set for rent by players of this group at once
MaxRentables: 3
# Options relating to the Residence Economy.
Economy:
# Whether or not players in this group can buy other Residences that are for sale.
CanBuy: true
# Whether or not players in this group can sell their Residences.
CanSell: false
# Whether or not to ignore the Residence size/count limits when buying a residence.
IgnoreLimits: false
# The cost, per block, of making a new Residence or adding a area to it.
BuyCost: 0.01
# The cost, per block, of renewing a Residence lease (if the lease system is enabled).
RenewCost: 0.02
# Flags are checked in the order:
# 1: Player
# 2: Group
# 3: Owner
# 4: If all others are undefined, reverts to default value (usually true).
# Flag permissions default to false.
# These flags settings override the globals.
Flags:
# Specifically allow or deny this group from changing certain flags.
Permission:
#build: true
# Specifys the flags that are applied at residence creation for players of this group.
Default:
#build: true
# Specifys the flags that are applied at to the creator at residence creation.
CreatorDefault:
#build: true
# Specifys the flags that are applied to other groups for this residence, at creation.
GroupDefault:
#default: #group name
#build: false
#these flags are applied specifically to this group whenever they are outside a residence
#these flags will override the flags at the top, under the Global section.
World:
Global: #these flags will apply to all worlds
#build: false
WorldNameHere: #or you can apply them by each individual world
#build: false
VIP: #group name
# Information about the Residence zone that the player can define.
#Uncomment the lines below to mirror this config to other groups.
#Mirror:
#- 'group1'
#- 'group2'
Residence:
# Determins if this group can create residences or not. This option can be overriden with the permissions node 'residence.create'
CanCreate: true
# The maximum number of Residences a player can have.
MaxResidences: 10
# The maximum number of physical areas a residence can have.
MaxAreasPerResidence: 2
# The maximum number of blocks a Residence can be, East to West (X).
MaxEastWest: 100
# The maximum number of blocks a Residence can be, North to South (Z).
MaxNorthSouth: 100
# The maximum number of blocks a Residence can be, High to Low (Y).
MaxUpDown: 256
# The lowest altitude this group is allowed to protect.
MinHeight: 0
# The highest altitude this group is allowed to protect.
MaxHeight: 255
# The maximum recursive depth that subzones can go.
# A subzone within a subzone within the Residence zone would be a depth of 2.
# Set to 0 to disable subzones.
SubzoneDepth: 5
# Whether or not to allow teleporting to Residences.
CanTeleport: true
# Allow or Disallow the use of /res unstuck, to get yourself out of a residence if stuck in one somehow
Unstuck: true
# Allow or Disallow the use of the /res select command, if disabled they can only use the selection tool.
SelectCommandAccess: true
# Allow or Disallow the group to access the Blacklist/Ignorelist for residences they own.
ItemListAccess: true
# Options relating to enter and leave messages on the residence.
Messaging:
# Whether or not the player can change the Residence enter and leave messages.
CanChange: true
# The default enter message to apply to new Residences created by players in this group.
# Leaving the message blank will disable it.
DefaultEnter: Welcome %player to %residence, owned by %owner.
# The default leave message to apply to new Residences created by players in this group.
# Leaving the message blank will disable it.
DefaultLeave: Now leaving %residence.
# Options relating to the Lease system.
Lease:
# The maximum number of days to allow leases.
MaxDays: 16
# The number of days to add to the lease following a '/res lease renew' command.
RenewIncrement: 14
#Options related to the rent system
Rent:
#determines how many residences can be rented by players of this group at once
MaxRents: 3
#determines how many residences can be set for rent by players of this group at once
MaxRentables: 3
# Options relating to the Residence Economy.
Economy:
# Whether or not players in this group can buy other Residences that are for sale.
CanBuy: true
# Whether or not players in this group can sell their Residences.
CanSell: false
# Whether or not to ignore the Residence size/count limits when buying a residence.
IgnoreLimits: false
# The cost, per block, of making a new Residence or adding a area to it.
BuyCost: 0.01
# The cost, per block, of renewing a Residence lease (if the lease system is enabled).
RenewCost: 0.02
# Flags are checked in the order:
# 1: Player
# 2: Group
# 3: Owner
# 4: If all others are undefined, reverts to default value (usually true).
# Flag permissions default to false.
# These flags settings override the globals.
Flags:
# Specifically allow or deny this group from changing certain flags.
Permission:
#build: true
# Specifys the flags that are applied at residence creation for players of this group.
Default:
#build: true
# Specifys the flags that are applied at to the creator at residence creation.
CreatorDefault:
#build: true
# Specifys the flags that are applied to other groups for this residence, at creation.
GroupDefault:
#default: #group name
#build: false
#these flags are applied specifically to this group whenever they are outside a residence
#these flags will override the flags at the top, under the Global section.
World:
Global: #these flags will apply to all worlds
#build: false
WorldNameHere: #or you can apply them by each individual world
#build: false
VIP1: #group name
# Information about the Residence zone that the player can define.
#Uncomment the lines below to mirror this config to other groups.
#Mirror:
#- 'group1'
#- 'group2'
Residence:
# Determins if this group can create residences or not. This option can be overriden with the permissions node 'residence.create'
CanCreate: true
# The maximum number of Residences a player can have.
MaxResidences: 10
# The maximum number of physical areas a residence can have.
MaxAreasPerResidence: 2
# The maximum number of blocks a Residence can be, East to West (X).
MaxEastWest: 100
# The maximum number of blocks a Residence can be, North to South (Z).
MaxNorthSouth: 100
# The maximum number of blocks a Residence can be, High to Low (Y).
MaxUpDown: 256
# The lowest altitude this group is allowed to protect.
MinHeight: 0
# The highest altitude this group is allowed to protect.
MaxHeight: 255
# The maximum recursive depth that subzones can go.
# A subzone within a subzone within the Residence zone would be a depth of 2.
# Set to 0 to disable subzones.
SubzoneDepth: 5
# Whether or not to allow teleporting to Residences.
CanTeleport: true
# Allow or Disallow the use of /res unstuck, to get yourself out of a residence if stuck in one somehow
Unstuck: true
# Allow or Disallow the use of the /res select command, if disabled they can only use the selection tool.
SelectCommandAccess: true
# Allow or Disallow the group to access the Blacklist/Ignorelist for residences they own.
ItemListAccess: true
# Options relating to enter and leave messages on the residence.
Messaging:
# Whether or not the player can change the Residence enter and leave messages.
CanChange: true
# The default enter message to apply to new Residences created by players in this group.
# Leaving the message blank will disable it.
DefaultEnter: Welcome %player to %residence, owned by %owner.
# The default leave message to apply to new Residences created by players in this group.
# Leaving the message blank will disable it.
DefaultLeave: Now leaving %residence.
# Options relating to the Lease system.
Lease:
# The maximum number of days to allow leases.
MaxDays: 16
# The number of days to add to the lease following a '/res lease renew' command.
RenewIncrement: 14
#Options related to the rent system
Rent:
#determines how many residences can be rented by players of this group at once
MaxRents: 3
#determines how many residences can be set for rent by players of this group at once
MaxRentables: 3
# Options relating to the Residence Economy.
Economy:
# Whether or not players in this group can buy other Residences that are for sale.
CanBuy: true
# Whether or not players in this group can sell their Residences.
CanSell: false
# Whether or not to ignore the Residence size/count limits when buying a residence.
IgnoreLimits: false
# The cost, per block, of making a new Residence or adding a area to it.
BuyCost: 0.01
# The cost, per block, of renewing a Residence lease (if the lease system is enabled).
RenewCost: 0.02
# Flags are checked in the order:
# 1: Player
# 2: Group
# 3: Owner
# 4: If all others are undefined, reverts to default value (usually true).
# Flag permissions default to false.
# These flags settings override the globals.
Flags:
# Specifically allow or deny this group from changing certain flags.
Permission:
#build: true
# Specifys the flags that are applied at residence creation for players of this group.
Default:
#build: true
# Specifys the flags that are applied at to the creator at residence creation.
CreatorDefault:
#build: true
# Specifys the flags that are applied to other groups for this residence, at creation.
GroupDefault:
#default: #group name
#build: false
#these flags are applied specifically to this group whenever they are outside a residence
#these flags will override the flags at the top, under the Global section.
World:
Global: #these flags will apply to all worlds
#build: false
WorldNameHere: #or you can apply them by each individual world
#build: false
# You can manually specify the group a player is in below, this overrides their permissions group.
GroupAssignments:
bekvon: default
player: default
ItemList: #this is where you can create blacklists / whitelists
DefaultList: #list name is not important, as long as it is unique. Its good to use a descripive name.
#type of the list, can be blacklist, whitelist, or ignorelist
Type: blacklist
#If you want, you can have this list only apply to one world, otherwise it applys to all worlds
#World: world
#You can also have the list apply only to one group, otherwise it applys for all groups
#Group: default
#this is the actual list of material names that this list allows or dissallows
#You can look up the material name by item ID in game by typing /res material <id>
#Alternativly, you can simply use the item ID in the list, but its less descriptive and harder to see what the list allows or dissallows at a glance
Items:
- 'BEDROCK'
- 'LAVA'
- 'WATER'
- 'STATIONARY_LAVA'
- 'STATIONARY_WATER'
- 'MOB_SPAWNER'
# Used to determine which major revision of Residence this config is from, dont change this.
ResidenceVersion: 2
-
- Příspěvky: 1552
- Věk: 24
- Registrován: 03 kvě 2014, 12:20
- Reputation: 1
- Kontaktovat uživatele:
Re: ChestShop Eror
-
0
- Citace
#16 Příspěvekod OneTime97 » 29 črc 2014, 21:47
Tak to tedy nevím, dej sem lates.log při startu serveru
Každodenní stream od 19:00
https://www.twitch.tv/thief97
Sledujte mě na FB
https://www.twitch.tv/thief97
https://www.twitch.tv/thief97
Sledujte mě na FB
https://www.twitch.tv/thief97
-
- Příspěvky: 1552
- Věk: 24
- Registrován: 03 kvě 2014, 12:20
- Reputation: 1
- Kontaktovat uživatele:
Re: ChestShop Eror
-
0
- Citace
#18 Příspěvekod OneTime97 » 29 črc 2014, 22:16
Toto si psát nemusel.. ale ok.. stačí tu složku smazat, a restartovat server



Každodenní stream od 19:00
https://www.twitch.tv/thief97
Sledujte mě na FB
https://www.twitch.tv/thief97
https://www.twitch.tv/thief97
Sledujte mě na FB
https://www.twitch.tv/thief97
-
- Příspěvky: 676
- Registrován: 13 kvě 2013, 20:24
- Reputation: 0
Re: ChestShop Eror
-
0
- Citace
#19 Příspěvekod Gam3R » 29 črc 2014, 22:18
To už mě taky napadlo když se tam píše vše co se na serveru stane
-- 29 črc 2014, 23:04 --
Při resetu žádný eror..Nechápu.
-- 29 črc 2014, 23:59 --
až na tenhle ale to je lwcčko
-- 30 črc 2014, 10:20 --
Sice jiný plugin ale co je to za eror?Ale určo že není updatnutý..

-- 29 črc 2014, 23:04 --
Spoiler: zobrazit
Kód: Vybrat vše
[FakaHeda] Successfully authorized 46.29.224.71!
> [00:03:20 INFO]: [PressurePush] Loading PressurePush v0.8
> [00:03:20 INFO]: [Vault] Loading Vault v1.4.1-b436
> [00:03:20 INFO]: [TreeAssist] Loading TreeAssist v5.8.76
> [00:03:20 INFO]: [LightVote] Loading LightVote v1.73
> [00:03:20 INFO]: obEscape] Loading MobEscape v1.3.5
> [00:03:20 INFO]: [SurvivalGames] Loading SurvivalGames v0.5.8.54
> [00:03:20 INFO]: [AntiAd] Loading AntiAd v2.2.5
> [00:03:20 INFO]: [RichAutoMessage] Loading RichAutoMessage v1.4.2
> [00:03:20 INFO]: [Cestinator] Loading Cestinator v1.5
> [00:03:20 INFO]: [OpenInv] Loading OpenInv v2.1.9
> [00:03:20 INFO]: [StatusSign] Loading StatusSign v1.7.0
> [00:03:20 INFO]: [Votifier] Loading Votifier v1.9
> [00:03:20 INFO]: cMMO] Loading mcMMO v1.5.00-b3547
> [00:03:20 INFO]: [GAListener] Loading GAListener v1.3.1
> [00:03:20 INFO]: [ProSpam] Loading ProSpam v0.9.96
> [00:03:20 INFO]: [Jobs] Loading Jobs v2.11.4
> [00:03:20 INFO]: [Citizens] Loading Citizens v2.0.13-SNAPSHOT (build 1130)
> [00:03:20 INFO]: [WorldEdit] Loading WorldEdit v5.6.3
> [00:03:20 INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
> [00:03:20 INFO]: [EasyItemRename] Loading EasyItemRename v1.0.3
> [00:03:20 INFO]: [ColoredSigns] Loading ColoredSigns v3.7 Release
> [00:03:20 INFO]: axBans] Loading MaxBans v2.3
> [00:03:20 INFO]: [ColouredMotd] Loading ColouredMotd v1.0
> [00:03:20 INFO]: [PermissionsEx] Loading PermissionsEx v1.22.1
> [00:03:20 WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
> [00:03:20 INFO]: yCommand] Loading MyCommand v5.1.2
> [00:03:20 INFO]: [WorldGuard] Loading WorldGuard v5.9
> [00:03:20 INFO]: [ClearChat] Loading ClearChat v0.1
> [00:03:20 INFO]: [GlobalMarket] Loading GlobalMarket v1.2.2
> [00:03:20 INFO]: ineResetLite] Loading MineResetLite v0.3.6
> [00:03:20 INFO]: [iConomy] Loading iConomy v7.0
> [00:03:20 INFO]: arriage] Loading Marriage v1.2.5
> [00:03:20 INFO]: [Smart_Items] Loading Smart_Items v6.4
> [00:03:20 INFO]: [Blood] Loading Blood v1.3.2
> [00:03:20 INFO]: [BKCommonLib] Loading BKCommonLib v1.58
> [00:03:20 INFO]: [DeathMessages] Loading DeathMessages v2.7.0
> [00:03:20 INFO]: y_Worlds] Loading My_Worlds v1.67
> [00:03:20 INFO]: [Essentials] Loading Essentials vPre2.13.1.7
> [00:03:20 INFO]: [ServerSigns] Loading ServerSigns v3.0.0
> [00:03:20 INFO]: [VirtualChest] Loading VirtualChest v5.6.5
> [00:03:20 INFO]: [PermissionsExTabColors] Loading PermissionsExTabColors v1.7
> [00:03:20 INFO]: [HawkEye] Loading HawkEye v1.6.0
> [00:03:20 INFO]: [CompatNoCheatPlus] Loading CompatNoCheatPlus v6.5.0-RC-sMD5NET-b68
> [00:03:20 INFO]: [EssentialsChat] Loading EssentialsChat vPre2.13.1.7
> [00:03:20 INFO]: obArena] Loading MobArena v0.96.6
> [00:03:20 INFO]: [Residence] Loading Residence v2.6.6.6
> [00:03:20 INFO]: [NoCheatPlus] Loading NoCheatPlus v3.10.12-RC-sMD5NET-b700
> [00:03:20 INFO]: [EssentialsSpawn] Loading EssentialsSpawn vPre2.13.1.7
> [00:03:20 INFO]: [ScoreboardStats] Loading ScoreboardStats v0.7.5
> [00:03:20 INFO]: [KitAdder] Loading KitAdder v1.0.1
> [00:03:20 INFO]: [LWC] Loading LWC v4.4.0 (b881) (July 11, 2013)
> [00:03:20 INFO]: [NoGodModePVP] Loading NoGodModePVP v1.0
> [00:03:20 INFO]: [ResidenceSigns] Loading ResidenceSigns v2.9
> [00:03:20 INFO]: [ChestShop] Loading ChestShop v3.7.15
> [00:03:20 INFO]: [AuthMe] Loading AuthMe v3.4
> [00:03:20 INFO]: [CreativeControl] Loading CreativeControl v6.4
> [00:03:20 INFO]: [Vault] Enabling Vault v1.4.1-b436
> [00:03:20 INFO]: [Vault] [Economy] Essentials Economy found: Waiting
> [00:03:20 WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
> [00:03:20 WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
> [00:03:20 WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
> [00:03:20 INFO]: [Vault] [Economy] iConomy 6 found: Waiting
> [00:03:20 INFO]: [Vault] [Permission] PermissionsEx found: Waiting
> [00:03:20 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
> [00:03:20 INFO]: [Vault] [Chat] PermissionsEx found: Waiting
> [00:03:20 INFO]: [Vault] Enabled Version 1.4.1-b436
> [00:03:20 INFO]: cMMO] Enabling mcMMO v1.5.00-b3547
> [00:03:22 INFO]: [BKCommonLib] Enabling BKCommonLib v1.58
> [00:03:22 INFO]: [BKCommonLib] BKCommonLib is running on Spigot (git-Spigot-1543) : v1_7_R3 (Minecraft 1.7.9)
> [00:03:23 INFO]: [BKCommonLib] [Network] Now using a PlayerConnection hook to provide Packet Listener and Monitor support
> [00:03:23 INFO]: [BKCommonLib] Now a plugin, a new server implementation tomorrow???
> [00:03:23 INFO]: BKCommonLib version 1.58 enabled! (0.357s)
> [00:03:23 INFO]: [LWC] Enabling LWC v4.4.0 (b881) (July 11, 2013)
> [00:03:23 INFO]: [LWC] Connecting to SQLite
> [00:03:23 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
> [00:03:23 WARN]: The server will make no attempt to authenticate usernames. Beware.
> [00:03:23 WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
> [00:03:23 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
> [00:03:23 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
> [00:03:23 INFO]: Preparing level "CreepyWorld"
> [00:03:23 INFO]: -------- World Settings For [CreepyWorld] --------
> [00:03:23 INFO]: View Distance: 7
> [00:03:23 INFO]: Chunks to Grow per Tick: 650
> [00:03:23 INFO]: Clear tick list: false
> [00:03:23 INFO]: Experience Merge Radius: 3.0
> [00:03:23 INFO]: Item Despawn Rate: 6000
> [00:03:23 INFO]: Item Merge Radius: 2.5
> [00:03:23 INFO]: Arrow Despawn Rate: 1200
> [00:03:23 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
> [00:03:23 INFO]: Anti X-Ray: true
> [00:03:23 INFO]: Engine Mode: 2
> [00:03:23 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
> [00:03:23 INFO]: Replace Blocks: [1, 5]
> [00:03:23 INFO]: Mob Spawn Range: 4
> [00:03:23 INFO]: Cactus Growth Modifier: 100%
> [00:03:23 INFO]: Cane Growth Modifier: 100%
> [00:03:23 INFO]: Melon Growth Modifier: 100%
> [00:03:23 INFO]: Mushroom Growth Modifier: 100%
> [00:03:23 INFO]: Pumpkin Growth Modifier: 100%
> [00:03:23 INFO]: Sapling Growth Modifier: 100%
> [00:03:23 INFO]: Wheat Growth Modifier: 100%
> [00:03:23 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
> [00:03:23 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
> [00:03:23 INFO]: Alternative Hopper Ticking: false
> [00:03:23 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
> [00:03:23 INFO]: Random Lighting Updates: false
> [00:03:23 INFO]: Structure Info Saving: true
> [00:03:23 INFO]: Sending up to 5 chunks per packet
> [00:03:23 INFO]: Max Entity Collisions: 8
> [00:03:23 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
> [00:03:23 INFO]: Zombie Aggressive Towards Villager: true
> [00:03:23 INFO]: Nerfing mobs spawned from spawners: false
> [00:03:23 INFO]: -------- World Settings For [CreepyWorld_nether] --------
> [00:03:23 INFO]: View Distance: 7
> [00:03:23 INFO]: Chunks to Grow per Tick: 650
> [00:03:23 INFO]: Clear tick list: false
> [00:03:23 INFO]: Experience Merge Radius: 3.0
> [00:03:23 INFO]: Item Despawn Rate: 6000
> [00:03:23 INFO]: Item Merge Radius: 2.5
> [00:03:23 INFO]: Arrow Despawn Rate: 1200
> [00:03:23 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
> [00:03:23 INFO]: Anti X-Ray: true
> [00:03:23 INFO]: Engine Mode: 2
> [00:03:23 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
> [00:03:23 INFO]: Replace Blocks: [1, 5]
> [00:03:23 INFO]: Mob Spawn Range: 4
> [00:03:23 INFO]: Cactus Growth Modifier: 100%
> [00:03:23 INFO]: Cane Growth Modifier: 100%
> [00:03:23 INFO]: Melon Growth Modifier: 100%
> [00:03:23 INFO]: Mushroom Growth Modifier: 100%
> [00:03:23 INFO]: Pumpkin Growth Modifier: 100%
> [00:03:23 INFO]: Sapling Growth Modifier: 100%
> [00:03:23 INFO]: Wheat Growth Modifier: 100%
> [00:03:23 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
> [00:03:23 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
> [00:03:23 INFO]: Alternative Hopper Ticking: false
> [00:03:23 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
> [00:03:23 INFO]: Random Lighting Updates: false
> [00:03:23 INFO]: Structure Info Saving: true
> [00:03:23 INFO]: Sending up to 5 chunks per packet
> [00:03:23 INFO]: Max Entity Collisions: 8
> [00:03:23 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
> [00:03:23 INFO]: Zombie Aggressive Towards Villager: true
> [00:03:23 INFO]: Nerfing mobs spawned from spawners: false
> [00:03:23 INFO]: -------- World Settings For [CreepyWorld_the_end] --------
> [00:03:23 INFO]: View Distance: 7
> [00:03:23 INFO]: Chunks to Grow per Tick: 650
> [00:03:23 INFO]: Clear tick list: false
> [00:03:23 INFO]: Experience Merge Radius: 3.0
> [00:03:23 INFO]: Item Despawn Rate: 6000
> [00:03:23 INFO]: Item Merge Radius: 2.5
> [00:03:23 INFO]: Arrow Despawn Rate: 1200
> [00:03:23 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
> [00:03:23 INFO]: Anti X-Ray: true
> [00:03:23 INFO]: Engine Mode: 2
> [00:03:23 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
> [00:03:23 INFO]: Replace Blocks: [1, 5]
> [00:03:23 INFO]: Mob Spawn Range: 4
> [00:03:23 INFO]: Cactus Growth Modifier: 100%
> [00:03:23 INFO]: Cane Growth Modifier: 100%
> [00:03:23 INFO]: Melon Growth Modifier: 100%
> [00:03:23 INFO]: Mushroom Growth Modifier: 100%
> [00:03:23 INFO]: Pumpkin Growth Modifier: 100%
> [00:03:23 INFO]: Sapling Growth Modifier: 100%
> [00:03:23 INFO]: Wheat Growth Modifier: 100%
> [00:03:23 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
> [00:03:23 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
> [00:03:23 INFO]: Alternative Hopper Ticking: false
> [00:03:23 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
> [00:03:23 INFO]: Random Lighting Updates: false
> [00:03:23 INFO]: Structure Info Saving: true
> [00:03:23 INFO]: Sending up to 5 chunks per packet
> [00:03:23 INFO]: Max Entity Collisions: 8
> [00:03:23 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
> [00:03:23 INFO]: Zombie Aggressive Towards Villager: true
> [00:03:23 INFO]: Nerfing mobs spawned from spawners: false
> [00:03:23 INFO]: Preparing start region for level 0 (Seed: -8849019447064511007)
> [00:03:24 INFO]: Preparing start region for level 1 (Seed: -8849019447064511007)
> [00:03:24 INFO]: Preparing start region for level 2 (Seed: -8849019447064511007)
> [00:03:25 INFO]: agicCarpet] Enabling MagicCarpet v2.4.4
> [00:03:25 INFO]: agicCarpet] Loading carpets...
> [00:03:25 INFO]: agicCarpet] is now enabled!
> [00:03:25 INFO]: [PlugMan] Enabling PlugMan v2.0.2
> [00:03:25 INFO]: [NoJoinMessage] Enabling NoJoinMessage v1.6
> [00:03:25 INFO]: NoJoinMessage Has Been Enabled. 1.6
> [00:03:25 INFO]: [ToolRepair] Enabling ToolRepair v1.0
> [00:03:25 INFO]: ToolRepair has been Enabled
> [00:03:25 INFO]: [PressurePush] Enabling PressurePush v0.8
> [00:03:25 INFO]: [PressurePush] Enabled
> [00:03:25 INFO]: [TreeAssist] Enabling TreeAssist v5.8.76
> [00:03:25 INFO]: [TreeAssist] debugging: off
> [00:03:25 INFO]: [LightVote] Enabling LightVote v1.73
> [00:03:25 INFO]: [LightVote:1.73] Initialised
> [00:03:25 INFO]: [LightVote:1.73] Scanning properties file.
> [00:03:25 INFO]: [LightVote:1.73] Properties loaded. Debug messages: false
> [00:03:25 INFO]: [LightVote] Permissions not enabled in config.
> [00:03:25 INFO]: obEscape] Enabling MobEscape v1.3.5
> [00:03:25 INFO]: obEscape] Turned on 1.7.8 mode.
> [00:03:25 INFO]: [SurvivalGames] Enabling SurvivalGames v0.5.8.54
> [00:03:25 INFO]: [AntiAd] Enabling AntiAd v2.2.5
> [00:03:25 INFO]: [AntiAd] AntiAd Version 2.2.5 is now Enabled.
> [00:03:25 INFO]: [RichAutoMessage] Enabling RichAutoMessage v1.4.2
> [00:03:25 INFO]: [RichAutoMessage] by Fabian
> [00:03:25 INFO]: [RichAutoMessage] Version: 1.4.2
> [00:03:25 INFO]: [RichAutoMessage] activated
> [00:03:25 INFO]: [Cestinator] Enabling Cestinator v1.5
> [00:03:25 INFO]: [OpenInv] Enabling OpenInv v2.1.9
> [00:03:25 INFO]: [StatusSign] Enabling StatusSign v1.7.0
> [00:03:25 INFO]: [StatusSign] All the status sign files has been reviewed
> [00:03:25 INFO]: [Status Sign] Will update all the signs every 1800 seconds
> [00:03:25 INFO]: [Votifier] Enabling Votifier v1.9
> [00:03:25 WARN]: [Votifier] No listeners loaded! Cannot find listener directory 'plugins/Votifier/listeners'
> [00:03:25 INFO]: [Votifier] Votifier enabled.
> [00:03:25 INFO]: [GAListener] Enabling GAListener v1.3.1
> [00:03:25 INFO]: [GAListener] GAListener v1.3.1 Enabled
> [00:03:25 INFO]: [ProSpam] Enabling ProSpam v0.9.96
> [00:03:25 INFO]: [Jobs] Enabling Jobs v2.11.4
> [00:03:25 WARN]: [Jobs] Job Hornik is using REDSTONE_ORE instead of GLOWING_REDSTONE_ORE.
> [00:03:25 WARN]: [Jobs] Automatically changing block to GLOWING_REDSTONE_ORE. Please update your configuration.
> [00:03:25 WARN]: [Jobs] In vanilla minecraft, REDSTONE_ORE changes to GLOWING_REDSTONE_ORE when interacted with.
> [00:03:25 WARN]: [Jobs] In the future, Jobs using REDSTONE_ORE instead of GLOWING_REDSTONE_ORE may fail to work correctly.
> [00:03:25 WARN]: [Jobs] Job Farmar has an invalid Place type property: SEED!
> [00:03:25 INFO]: [Jobs] Started database save task
> [00:03:25 INFO]: [Jobs] Started buffered payment thread
> [00:03:25 INFO]: [Jobs] Plugin has been enabled succesfully.
> [00:03:25 INFO]: [Citizens] Enabling Citizens v2.0.13-SNAPSHOT (build 1130)
> [00:03:26 INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
> [00:03:26 INFO]: WEPIF: Using the Bukkit Permissions API.
> [00:03:26 INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
> [00:03:26 INFO]: Starting FakaHedaMinequery server on 93.91.240.147:28932
> [00:03:26 INFO]: [EasyItemRename] Enabling EasyItemRename v1.0.3
> [00:03:26 INFO]: [EasyItemRename] log.txt file found!
> [00:03:26 INFO]: [EasyItemRename] Successfully enabled!
> [00:03:26 INFO]: [ColoredSigns] Enabling ColoredSigns v3.7 Release
> [00:03:26 INFO]: [ColoredSigns] ColoredSigns v3.7 Release has been enabled.
> [00:03:26 INFO]: axBans] Enabling MaxBans v2.3
> [00:03:26 INFO]: axBans] Using SQLite
> [00:03:26 INFO]: axBans] Loading from DB...
> [00:03:26 INFO]: axBans] Loading bans
> [00:03:26 INFO]: axBans] Loading ipbans
> [00:03:26 INFO]: axBans] Loading mutes
> [00:03:26 INFO]: axBans] Loading player names...
> [00:03:26 INFO]: axBans] Loading IP History
> [00:03:26 INFO]: axBans] Loading warn history...
> [00:03:26 INFO]: axBans] Loading chat commands...
> [00:03:26 INFO]: axBans] Loading history...
> [00:03:26 INFO]: axBans] Starting DNS blacklist
> [00:03:26 INFO]: axBans] Loading proxys...
> [00:03:26 INFO]: [ColouredMotd] Enabling ColouredMotd v1.0
> [00:03:26 INFO]: [PermissionsEx] Enabling PermissionsEx v1.22.1
> [00:03:26 INFO]: [PermissionsEx] Initializing file backend
> [00:03:26 INFO]: [PermissionsEx] Permissions file successfully reloaded
> [00:03:26 INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
> [00:03:26 INFO]: [Vault][Permission] PermissionsEx hooked.
> [00:03:26 INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
> [00:03:26 INFO]: yCommand] Enabling MyCommand v5.1.2
> [00:03:26 INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
> [00:03:26 INFO]: = Vault : Ok. Hooked MyCommand Vault 1.4.1-b436
> [00:03:26 INFO]: = Spout : Not detectedBarAPI : Not detected
> [00:03:26 INFO]: = Config : Ok
> [00:03:26 INFO]: = Custom commands loaded : 35
> [00:03:26 INFO]: = Version: 5.1.2
> [00:03:26 INFO]: = Author : MRI a.k.a Ivanpro
> [00:03:26 INFO]: = Status : Active
> [00:03:26 INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> [00:03:26 INFO]: [WorldGuard] Enabling WorldGuard v5.9
> [00:03:26 INFO]: [WorldGuard] (CreepyWorld) TNT ignition is PERMITTED.
> [00:03:26 INFO]: [WorldGuard] (CreepyWorld) Lighters are PERMITTED.
> [00:03:26 INFO]: [WorldGuard] (CreepyWorld) Lava fire is blocked.
> [00:03:26 INFO]: [WorldGuard] (CreepyWorld) Fire spread is UNRESTRICTED.
> [00:03:26 INFO]: [WorldGuard] Loaded configuration for world 'CreepyWorld'
> [00:03:26 INFO]: [WorldGuard] (CreepyWorld_nether) TNT ignition is PERMITTED.
> [00:03:26 INFO]: [WorldGuard] (CreepyWorld_nether) Lighters are PERMITTED.
> [00:03:26 INFO]: [WorldGuard] (CreepyWorld_nether) Lava fire is blocked.
> [00:03:26 INFO]: [WorldGuard] (CreepyWorld_nether) Fire spread is UNRESTRICTED.
> [00:03:26 INFO]: [WorldGuard] Loaded configuration for world 'CreepyWorld_nether'
> [00:03:26 INFO]: [WorldGuard] (CreepyWorld_the_end) TNT ignition is PERMITTED.
> [00:03:26 INFO]: [WorldGuard] (CreepyWorld_the_end) Lighters are PERMITTED.
> [00:03:26 INFO]: [WorldGuard] (CreepyWorld_the_end) Lava fire is blocked.
> [00:03:26 INFO]: [WorldGuard] (CreepyWorld_the_end) Fire spread is UNRESTRICTED.
> [00:03:26 INFO]: [WorldGuard] Loaded configuration for world 'CreepyWorld_the_end'
> [00:03:27 INFO]: [WorldGuard] 51 regions loaded for 'CreepyWorld'
> [00:03:27 INFO]: [WorldGuard] 0 regions loaded for 'CreepyWorld_nether'
> [00:03:27 INFO]: [WorldGuard] 1 regions loaded for 'CreepyWorld_the_end'
> [00:03:27 INFO]: [ClearChat] Enabling ClearChat v0.1
> [00:03:27 INFO]: [GlobalMarket] Enabling GlobalMarket v1.2.2
> [00:03:27 INFO]: ineResetLite] Enabling MineResetLite v0.3.6
> [00:03:27 INFO]: ineResetLite] Loading mine from file 'Pisek.mine.yml'...
> [00:03:27 INFO]: ineResetLite] Loading mine from file 'Sterk.mine.yml'...
> [00:03:27 INFO]: ineResetLite] Loading mine from file 'Gravel.mine.yml'...
> [00:03:27 INFO]: ineResetLite] Loading mine from file 'Pisek1.mine.yml'...
> [00:03:27 INFO]: ineResetLite] MineResetLite version 0.3.6 enabled!
> [00:03:27 INFO]: [iConomy] Enabling iConomy v7.0
> [00:03:27 INFO]: [iConomy - April Fools] Enabled (381 ms)
> [00:03:27 INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
> [00:03:27 INFO]: [Vault][Economy] iConomy 7 hooked.
> [00:03:27 INFO]: [iConomy - April Fools] Purged accounts with default balance.
> [00:03:27 INFO]: arriage] Enabling Marriage v1.2.5
> [00:03:27 ERROR]: arriage] Marriage is not compatible with the version of minecraft you are using!
> [00:03:27 ERROR]: Marriage kissing will be disabled!
> [00:03:27 INFO]: arriage] Hooked with iConomy 7 using Vault
> [00:03:27 INFO]: [Smart_Items] Enabling Smart_Items v6.4
> [00:03:27 INFO]: [Blood] Enabling Blood v1.3.2
> [00:03:27 INFO]: Blood v1.3.2 : Has been enabled
> [00:03:27 INFO]: [DeathMessages] Enabling DeathMessages v2.7.0
> [00:03:27 INFO]: <<[ DeathMessages ]>> [ Version ]=[ 2.7.0 ] [ Successfully Loaded! ]
> [00:03:27 INFO]: y_Worlds] Enabling My_Worlds v1.67
> [00:03:27 INFO]: y_Worlds] Loading world 'Test'
> [00:03:27 INFO]: -------- World Settings For [Test] --------
> [00:03:27 INFO]: View Distance: 7
> [00:03:27 INFO]: Chunks to Grow per Tick: 650
> [00:03:27 INFO]: Clear tick list: false
> [00:03:27 INFO]: Experience Merge Radius: 3.0
> [00:03:27 INFO]: Item Despawn Rate: 6000
> [00:03:27 INFO]: Item Merge Radius: 2.5
> [00:03:27 INFO]: Arrow Despawn Rate: 1200
> [00:03:27 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
> [00:03:27 INFO]: Anti X-Ray: true
> [00:03:27 INFO]: Engine Mode: 2
> [00:03:27 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
> [00:03:27 INFO]: Replace Blocks: [1, 5]
> [00:03:27 INFO]: Mob Spawn Range: 4
> [00:03:27 INFO]: Cactus Growth Modifier: 100%
> [00:03:27 INFO]: Cane Growth Modifier: 100%
> [00:03:27 INFO]: Melon Growth Modifier: 100%
> [00:03:27 INFO]: Mushroom Growth Modifier: 100%
> [00:03:27 INFO]: Pumpkin Growth Modifier: 100%
> [00:03:27 INFO]: Sapling Growth Modifier: 100%
> [00:03:27 INFO]: Wheat Growth Modifier: 100%
> [00:03:27 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
> [00:03:27 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
> [00:03:27 INFO]: Alternative Hopper Ticking: false
> [00:03:27 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
> [00:03:27 INFO]: Random Lighting Updates: false
> [00:03:27 INFO]: Structure Info Saving: true
> [00:03:27 INFO]: Sending up to 5 chunks per packet
> [00:03:27 INFO]: Max Entity Collisions: 8
> [00:03:27 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
> [00:03:27 INFO]: Zombie Aggressive Towards Villager: true
> [00:03:27 INFO]: Nerfing mobs spawned from spawners: false
> [00:03:28 INFO]: Preparing start region for level 3 (Seed: 6381395608806743503)
> [00:03:28 INFO]: [WorldGuard] (Test) TNT ignition is PERMITTED.
> [00:03:28 INFO]: [WorldGuard] (Test) Lighters are PERMITTED.
> [00:03:28 INFO]: [WorldGuard] (Test) Lava fire is blocked.
> [00:03:28 INFO]: [WorldGuard] (Test) Fire spread is UNRESTRICTED.
> [00:03:28 INFO]: [WorldGuard] Loaded configuration for world 'Test'
> [00:03:28 INFO]: y_Worlds] Loading world 'Spawn'
> [00:03:28 INFO]: -------- World Settings For [Spawn] --------
> [00:03:28 INFO]: View Distance: 7
> [00:03:28 INFO]: Chunks to Grow per Tick: 650
> [00:03:28 INFO]: Clear tick list: false
> [00:03:28 INFO]: Experience Merge Radius: 3.0
> [00:03:28 INFO]: Item Despawn Rate: 6000
> [00:03:28 INFO]: Item Merge Radius: 2.5
> [00:03:28 INFO]: Arrow Despawn Rate: 1200
> [00:03:28 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
> [00:03:28 INFO]: Anti X-Ray: true
> [00:03:28 INFO]: Engine Mode: 2
> [00:03:28 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
> [00:03:28 INFO]: Replace Blocks: [1, 5]
> [00:03:28 INFO]: Mob Spawn Range: 4
> [00:03:28 INFO]: Cactus Growth Modifier: 100%
> [00:03:28 INFO]: Cane Growth Modifier: 100%
> [00:03:28 INFO]: Melon Growth Modifier: 100%
> [00:03:28 INFO]: Mushroom Growth Modifier: 100%
> [00:03:28 INFO]: Pumpkin Growth Modifier: 100%
> [00:03:28 INFO]: Sapling Growth Modifier: 100%
> [00:03:28 INFO]: Wheat Growth Modifier: 100%
> [00:03:28 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
> [00:03:28 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
> [00:03:28 INFO]: Alternative Hopper Ticking: false
> [00:03:28 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
> [00:03:28 INFO]: Random Lighting Updates: false
> [00:03:28 INFO]: Structure Info Saving: true
> [00:03:28 INFO]: Sending up to 5 chunks per packet
> [00:03:28 INFO]: Max Entity Collisions: 8
> [00:03:28 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
> [00:03:28 INFO]: Zombie Aggressive Towards Villager: true
> [00:03:28 INFO]: Nerfing mobs spawned from spawners: false
> [00:03:28 INFO]: Preparing start region for level 4 (Seed: 1435672245)
> [00:03:29 INFO]: Preparing spawn area for Spawn, 69%
> [00:03:30 INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
> [00:03:30 INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
> [00:03:30 INFO]: [WorldGuard] (Spawn) Lava fire is blocked.
> [00:03:30 INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
> [00:03:30 INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
> [00:03:30 INFO]: y_Worlds] Loading world 'Teweran Survival Games 2'
> [00:03:30 INFO]: -------- World Settings For [Teweran Survival Games 2] --------
> [00:03:30 INFO]: View Distance: 7
> [00:03:30 INFO]: Chunks to Grow per Tick: 650
> [00:03:30 INFO]: Clear tick list: false
> [00:03:30 INFO]: Experience Merge Radius: 3.0
> [00:03:30 INFO]: Item Despawn Rate: 6000
> [00:03:30 INFO]: Item Merge Radius: 2.5
> [00:03:30 INFO]: Arrow Despawn Rate: 1200
> [00:03:30 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
> [00:03:30 INFO]: Anti X-Ray: true
> [00:03:30 INFO]: Engine Mode: 2
> [00:03:30 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
> [00:03:30 INFO]: Replace Blocks: [1, 5]
> [00:03:30 INFO]: Mob Spawn Range: 4
> [00:03:30 INFO]: Cactus Growth Modifier: 100%
> [00:03:30 INFO]: Cane Growth Modifier: 100%
> [00:03:30 INFO]: Melon Growth Modifier: 100%
> [00:03:30 INFO]: Mushroom Growth Modifier: 100%
> [00:03:30 INFO]: Pumpkin Growth Modifier: 100%
> [00:03:30 INFO]: Sapling Growth Modifier: 100%
> [00:03:30 INFO]: Wheat Growth Modifier: 100%
> [00:03:30 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
> [00:03:30 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
> [00:03:30 INFO]: Alternative Hopper Ticking: false
> [00:03:30 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
> [00:03:30 INFO]: Random Lighting Updates: false
> [00:03:30 INFO]: Structure Info Saving: true
> [00:03:30 INFO]: Sending up to 5 chunks per packet
> [00:03:30 INFO]: Max Entity Collisions: 8
> [00:03:30 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
> [00:03:30 INFO]: Zombie Aggressive Towards Villager: true
> [00:03:30 INFO]: Nerfing mobs spawned from spawners: false
> [00:03:30 INFO]: Preparing start region for level 5 (Seed: 7667375525619010944)
> [00:03:30 INFO]: [WorldGuard] (Teweran Survival Games 2) TNT ignition is PERMITTED.
> [00:03:30 INFO]: [WorldGuard] (Teweran Survival Games 2) Lighters are PERMITTED.
> [00:03:30 INFO]: [WorldGuard] (Teweran Survival Games 2) Lava fire is blocked.
> [00:03:30 INFO]: [WorldGuard] (Teweran Survival Games 2) Fire spread is UNRESTRICTED.
> [00:03:30 INFO]: [WorldGuard] Loaded configuration for world 'Teweran Survival Games 2'
> [00:03:30 INFO]: y_Worlds] Loading world 'SkyBlock2.1'
> [00:03:30 INFO]: -------- World Settings For [SkyBlock2.1] --------
> [00:03:30 INFO]: View Distance: 7
> [00:03:30 INFO]: Chunks to Grow per Tick: 650
> [00:03:30 INFO]: Clear tick list: false
> [00:03:30 INFO]: Experience Merge Radius: 3.0
> [00:03:30 INFO]: Item Despawn Rate: 6000
> [00:03:30 INFO]: Item Merge Radius: 2.5
> [00:03:30 INFO]: Arrow Despawn Rate: 1200
> [00:03:30 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
> [00:03:30 INFO]: Anti X-Ray: true
> [00:03:30 INFO]: Engine Mode: 2
> [00:03:30 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
> [00:03:30 INFO]: Replace Blocks: [1, 5]
> [00:03:30 INFO]: Mob Spawn Range: 4
> [00:03:30 INFO]: Cactus Growth Modifier: 100%
> [00:03:30 INFO]: Cane Growth Modifier: 100%
> [00:03:30 INFO]: Melon Growth Modifier: 100%
> [00:03:30 INFO]: Mushroom Growth Modifier: 100%
> [00:03:30 INFO]: Pumpkin Growth Modifier: 100%
> [00:03:30 INFO]: Sapling Growth Modifier: 100%
> [00:03:30 INFO]: Wheat Growth Modifier: 100%
> [00:03:30 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
> [00:03:30 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
> [00:03:30 INFO]: Alternative Hopper Ticking: false
> [00:03:30 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
> [00:03:30 INFO]: Random Lighting Updates: false
> [00:03:30 INFO]: Structure Info Saving: true
> [00:03:30 INFO]: Sending up to 5 chunks per packet
> [00:03:30 INFO]: Max Entity Collisions: 8
> [00:03:30 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
> [00:03:30 INFO]: Zombie Aggressive Towards Villager: true
> [00:03:30 INFO]: Nerfing mobs spawned from spawners: false
> [00:03:30 INFO]: Preparing start region for level 6 (Seed: 1435672245)
> [00:03:32 INFO]: Preparing spawn area for SkyBlock2.1, 85%
> [00:03:32 INFO]: [WorldGuard] (SkyBlock2.1) TNT ignition is PERMITTED.
> [00:03:32 INFO]: [WorldGuard] (SkyBlock2.1) Lighters are PERMITTED.
> [00:03:32 INFO]: [WorldGuard] (SkyBlock2.1) Lava fire is blocked.
> [00:03:32 INFO]: [WorldGuard] (SkyBlock2.1) Fire spread is UNRESTRICTED.
> [00:03:32 INFO]: [WorldGuard] Loaded configuration for world 'SkyBlock2.1'
> [00:03:32 INFO]: y_Worlds] Loading world 'Bydleni'
> [00:03:32 INFO]: -------- World Settings For [Bydleni] --------
> [00:03:32 INFO]: View Distance: 7
> [00:03:32 INFO]: Chunks to Grow per Tick: 650
> [00:03:32 INFO]: Clear tick list: false
> [00:03:32 INFO]: Experience Merge Radius: 3.0
> [00:03:32 INFO]: Item Despawn Rate: 6000
> [00:03:32 INFO]: Item Merge Radius: 2.5
> [00:03:32 INFO]: Arrow Despawn Rate: 1200
> [00:03:32 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
> [00:03:32 INFO]: Anti X-Ray: true
> [00:03:32 INFO]: Engine Mode: 2
> [00:03:32 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
> [00:03:32 INFO]: Replace Blocks: [1, 5]
> [00:03:32 INFO]: Mob Spawn Range: 4
> [00:03:32 INFO]: Cactus Growth Modifier: 100%
> [00:03:32 INFO]: Cane Growth Modifier: 100%
> [00:03:32 INFO]: Melon Growth Modifier: 100%
> [00:03:32 INFO]: Mushroom Growth Modifier: 100%
> [00:03:32 INFO]: Pumpkin Growth Modifier: 100%
> [00:03:32 INFO]: Sapling Growth Modifier: 100%
> [00:03:32 INFO]: Wheat Growth Modifier: 100%
> [00:03:32 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
> [00:03:32 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
> [00:03:32 INFO]: Alternative Hopper Ticking: false
> [00:03:32 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
> [00:03:32 INFO]: Random Lighting Updates: false
> [00:03:32 INFO]: Structure Info Saving: true
> [00:03:32 INFO]: Sending up to 5 chunks per packet
> [00:03:32 INFO]: Max Entity Collisions: 8
> [00:03:32 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
> [00:03:32 INFO]: Zombie Aggressive Towards Villager: true
> [00:03:32 INFO]: Nerfing mobs spawned from spawners: false
> [00:03:32 INFO]: Preparing start region for level 7 (Seed: 1435672245)
> [00:03:32 INFO]: [WorldGuard] (Bydleni) TNT ignition is PERMITTED.
> [00:03:32 INFO]: [WorldGuard] (Bydleni) Lighters are PERMITTED.
> [00:03:32 INFO]: [WorldGuard] (Bydleni) Lava fire is blocked.
> [00:03:32 INFO]: [WorldGuard] (Bydleni) Fire spread is UNRESTRICTED.
> [00:03:32 INFO]: [WorldGuard] Loaded configuration for world 'Bydleni'
> [00:03:32 INFO]: My_Worlds version 1.67 enabled! (4.863s)
> [00:03:32 INFO]: [Essentials] Enabling Essentials vPre2.13.1.7
> [00:03:32 INFO]: Format kontroly verze Bukkitu zmenen. Verze nebyla zkontrolovana.
> [00:03:32 INFO]: git-Spigot-1543 (MC: 1.7.9)
> [00:03:32 INFO]: 1.7.9-R0.3-SNAPSHOT
> [00:03:32 INFO]: [Vault][Economy] Essentials Economy hooked.
> [00:03:32 INFO]: Essentials: Using PermissionsEx based permissions.
> [00:03:32 INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.4.1-b436)
> [00:03:32 INFO]: [ServerSigns] Enabling ServerSigns v3.0.0
> [00:03:33 INFO]: [ServerSigns] Successfully hooked into Vault
> [00:03:33 INFO]: [ServerSigns] Version 3.0.0 is now enabled.
> [00:03:33 INFO]: [VirtualChest] Enabling VirtualChest v5.6.5
> [00:03:33 INFO]: [VirtualChest] (version 5.6.5)
> [00:03:34 INFO]: [VirtualChest] Chests loaded!
> [00:03:34 INFO]: Successfully linked with PermissionsEX
> [00:03:34 INFO]: [PermissionsExTabColors] Enabling PermissionsExTabColors v1.7
> [00:03:35 INFO]: [HawkEye] Enabling HawkEye v1.6.0
> [00:03:35 INFO]: [HawkEye] Starting HawkEye 1.6.0 initiation process...
> [00:03:35 INFO]: [HawkEye] Searching for updates..
> [00:03:35 INFO]: Accepted EditSessionFactory of type uk.co.oliwali.HawkEye.WorldEdit.WESessionFactory from uk.co.oliwali.HawkEye.WorldEdit
> [00:03:35 INFO]: [HawkEye] Version 1.6.0 enabled!
> [00:03:35 INFO]: [CompatNoCheatPlus] Enabling CompatNoCheatPlus v6.5.0-RC-sMD5NET-b68
> [00:03:35 INFO]: [cncp] Ensured that the following plugin is enabled: WorldGuard
> [00:03:35 INFO]: [cncp] Registered hook(NCPHook might get added later): Citizens2(default) / 2.2
> [00:03:35 INFO]: [cncp] Registered hook(NCPHook might get added later): mcMMO(default) / 2.1
> [00:03:35 INFO]: [cncp] Registered hook(NCPHook might get added later): BlockBreak(default) / 1.1
> [00:03:35 INFO]: [cncp] Registered hook(NCPHook might get added later): BlockPlace(default) / 1.0
> [00:03:35 INFO]: [cncp] Registered hook(NCPHook might get added later): InstaBreak(default) / 1.0
> [00:03:35 INFO]: [cncp] Registered hook(NCPHook might get added later): EntityDamageByEntity(default) / 0.0
> [00:03:35 INFO]: [CompatNoCheatPlus] CompatNoCheatPlus v6.5.0-RC-sMD5NET-b68 is enabled. Some hooks might get registered with NoCheatPlus later on.
> [00:03:35 INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.13.1.7
> [00:03:35 INFO]: obArena] Enabling MobArena v0.96.6
> [00:03:35 INFO]: obArena] Vault found; economy rewards enabled.
> [00:03:35 WARN]: obArena] Failed to parse item: iron_leggins
> [00:03:35 WARN]: obArena] Unable to parse health of boss 'boss1' in arena 'Mob'. Defaulting to medium. Value was 'normal'
> [00:03:35 INFO]: obArena] Loaded arena 'Mob'
> [00:03:35 INFO]: obArena] v0.96.6 enabled.
> [00:03:35 INFO]: [HawkEye] No updates found!
> [00:03:35 INFO]: [Residence] Enabling Residence v2.6.6.6
> [00:03:35 INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
> [00:03:35 INFO]: [Residence] Scanning for economy systems...
> [00:03:35 INFO]: [Residence] Found Vault using economy system: iConomy 7
> [00:03:37 INFO]: [Residence] Found WorldEdit
> [00:03:37 INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
> [00:03:37 INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.10.12-RC-sMD5NET-b700
> [00:03:39 INFO]: [NoCheatPlus] McAccess set to: 1.7.8|1.7.9 / CB3043-DEV
> [00:03:39 INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
> [00:03:39 INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
> [00:03:39 INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
> [00:03:39 INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
> [00:03:39 WARN]: [NoCheatPlus] Your configuration might be outdated.
Some settings could have changed, you should regenerate it!
> [00:03:39 INFO]: [NoCheatPlus] Version 3.10.12-RC-sMD5NET-b700 is enabled.
> [00:03:39 INFO]: [NoCheatPlus] Added hook: Citizens2(cncp) [2.0].
> [00:03:39 INFO]: [NoCheatPlus] Added hook: mcMMO(cncp) [2.3].
> [00:03:39 INFO]: [CompatNoCheatPlus] [cncp] Added 2 registered hooks to NoCheatPlus.
> [00:03:40 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vPre2.13.1.7
> [00:03:40 INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.7.5
> [00:03:40 INFO]: DataSourcePool [ScoreboardStats] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
> [00:03:40 INFO]: DatabasePlatform name:ScoreboardStats platform:sqlite
> [00:03:40 INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
> [00:03:40 INFO]: Entities enhanced[0] subclassed[1]
> [00:03:40 INFO]: runScript
> [00:03:40 INFO]: executing 1 of 1 create table IF NOT EXISTS PlayerStats ( playername varchar(16) p...
> [00:03:40 INFO]: ... end of script
> [00:03:40 INFO]: Registered replacers: [VaultVariables, PlayerPingVariable, McmmoVariables, GeneralVariables, StatsVariables]
> [00:03:41 INFO]: [KitAdder] Enabling KitAdder v1.0.1
> [00:03:41 INFO]: [KitAdder] KitAdder has been enabled!
> [00:03:41 INFO]: [NoGodModePVP] Enabling NoGodModePVP v1.0
> [00:03:41 INFO]: Essentials found!
> [00:03:41 INFO]: [NoGodPVP] Enabling listeners..
> [00:03:41 INFO]: [NoGodPVP] creativefly loaded
> [00:03:41 INFO]: [NoGodPVP] gamemode loaded
> [00:03:41 INFO]: NoGodPVP has been enabled!
> [00:03:41 INFO]: [ResidenceSigns] Enabling ResidenceSigns v2.9
> [00:03:41 INFO]: [ResidenceSigns] Successfully Enabled.
> [00:03:41 INFO]: [ChestShop] Enabling ChestShop v3.7.15
> [00:03:42 INFO]: [ChestShop] LWC version 4.4.0 (b881) (July 11, 2013) loaded.
> [00:03:42 INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
> [00:03:42 INFO]: [ChestShop] Vault loaded! Found an economy plugin!
> [00:03:42 INFO]: [AuthMe] Enabling AuthMe v3.4
> [00:03:42 INFO]: [AuthMe] Loading Configuration File...
> [00:03:42 INFO]: [AuthMe] Set Language: en
> [00:03:42 INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
> [00:03:42 INFO]: [AuthMe] Hook with Essentials plugin
> [00:03:42 INFO]: [AuthMe] Hook with EssentialsSpawn plugin
> [00:03:42 INFO]: [AuthMe] MySQL driver loaded
> [00:03:42 INFO]: [AuthMe] Connection pool ready
> [00:03:42 INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
> [00:03:42 INFO]: [AuthMe] Authme 3.4 enabled
> [00:03:43 INFO]: [CreativeControl] Enabling CreativeControl v6.4
> [00:03:43 INFO]: [CC]: Initializing configurations...
> [00:03:43 INFO]: [CC]: Loading Modules...
> [00:03:43 INFO]: [CC]: Connecting to the SQLite database...
> [00:03:43 INFO]: [CC]: SQLite database connected Successfuly!
> [00:03:43 INFO]: [CC]: Registring Events...
> [00:03:43 INFO]: [CC]: MobArena support enabled!
> [00:03:43 INFO]: [CC]: SurvivalGames support enabled!
> [00:03:43 INFO]: [CC]: Vault hooked as permissions plugin
> [00:03:43 INFO]: [CC]: CreativeControl v6.4 loaded in 76 ms!
> [00:03:43 INFO]: Server permissions file permissions.yml is empty, ignoring it
> [00:03:44 INFO]: Done (20.916s)! For help, type "help" or "?"
> [00:03:44 INFO]: Starting GS4 status listener
> [00:03:44 INFO]: Query running on 93.91.240.147:27932
> [00:03:44 INFO]: [Status Sign] All the status sign has been updated
> [00:03:44 INFO]: [GAListener] Connection established!
> [00:03:44 INFO]: [GAListener] Loading queued votes
> [00:03:44 INFO]: [NoCheatPlus] Post-enable running...
> [00:03:44 INFO]: [GAListener] Loaded 2 queued votes
> [00:03:44 INFO]: [CC]: Cached 11,082 protections
> [00:03:44 INFO]: [CC]: Loaded 0 regions
> [00:03:44 INFO]: [CC]: 17,419 blocks protected
> [00:03:45 INFO]: [NoCheatPlus] Post-enable finished.
> [00:03:45 INFO]: [Jobs] [Jobs] Successfully linked with Vault.
> [00:03:45 INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
> [00:03:45 INFO]: Accepted EditSessionFactory of type me.FurH.CreativeControl.integration.worldedit.CreativeEditSessionFactory from me.FurH.CreativeControl.integration.worldedit
> [00:03:45 INFO]: [Citizens] Loaded 4 NPCs.
> [00:03:45 INFO]: [WorldGuard] 1 regions loaded for 'Spawn'
> [00:03:45 INFO]: [Vault] Checking for Updates:
> [00:03:45 INFO]: [Vault] No new version available
> [00:03:45 INFO]: [SurvivalGames] Loading Arena: 1
> [00:03:45 INFO]: [SurvivalGames] 6127 255 3385
> [00:03:45 INFO]: [SurvivalGames] 5587 0 2925
> [00:03:45 INFO]: [SurvivalGames] Location{world=CraftWorld{name=Test},x=6127.0,y=255.0,z=3385.0,pitch=0.0,yaw=0.0}
> [00:03:45 INFO]: [SurvivalGames] Location{world=CraftWorld{name=Test},x=5587.0,y=0.0,z=2925.0,pitch=0.0,yaw=0.0}
> [00:03:45 INFO]: [SurvivalGames] Loading Arena: 2
> [00:03:45 INFO]: [SurvivalGames] -811 255 771
> [00:03:45 INFO]: [SurvivalGames] -1624 0 -170
> [00:03:45 INFO]: [SurvivalGames] Location{world=CraftWorld{name=Teweran Survival Games 2},x=-811.0,y=255.0,z=771.0,pitch=0.0,yaw=0.0}
> [00:03:45 INFO]: [SurvivalGames] Location{world=CraftWorld{name=Teweran Survival Games 2},x=-1624.0,y=0.0,z=-170.0,pitch=0.0,yaw=0.0}
> [00:03:45 INFO]: ItemStack{NETHER_STAR x 1}
> [00:03:45 INFO]: sharpness:4
> [00:03:45 INFO]: ItemStack{PAPER x 1}
> [00:03:45 INFO]: fire:2
> [00:03:45 INFO]: [PlugMan] No update was found.
Při resetu žádný eror..Nechápu.
-- 29 črc 2014, 23:59 --
až na tenhle ale to je lwcčko

Spoiler: zobrazit
Kód: Vybrat vše
[00:03:59 WARN]: org.apache.commons.lang.UnhandledException: Plugin LWC v4.4.0 (b881) (July 11, 2013) generated an exception while executing task 12
at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.NullPointerException
at com.griefcraft.util.Updater$1.run(Updater.java:81)
at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftTask.run(CraftTask.java:71)
at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 3 more
-- 30 črc 2014, 10:20 --
Spoiler: zobrazit
Kód: Vybrat vše
[11:19:06] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Commander v1.6.3
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:299) ~[minecraft_server.jar:git-Spigot-1543]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[minecraft_server.jar:git-Spigot-1543]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [minecraft_server.jar:git-Spigot-1543]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [minecraft_server.jar:git-Spigot-1543]
at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:248) [minecraft_server.jar:git-Spigot-1543]
at com.bergerkiller.bukkit.common.internal.network.CommonPacketHandler$CommonPlayerConnection.a(CommonPacketHandler.java:280) [BKCommonLib.jar:?]
at net.minecraft.server.v1_7_R3.PacketPlayInFlying.a(SourceFile:137) [minecraft_server.jar:git-Spigot-1543]
at net.minecraft.server.v1_7_R3.PacketPlayInPosition.handle(SourceFile:63) [minecraft_server.jar:git-Spigot-1543]
at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:184) [minecraft_server.jar:git-Spigot-1543]
at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:81) [minecraft_server.jar:git-Spigot-1543]
at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:731) [minecraft_server.jar:git-Spigot-1543]
at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:284) [minecraft_server.jar:git-Spigot-1543]
at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:584) [minecraft_server.jar:git-Spigot-1543]
at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:490) [minecraft_server.jar:git-Spigot-1543]
at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [minecraft_server.jar:git-Spigot-1543]
Caused by: java.lang.IndexOutOfBoundsException: Index: 0
at java.util.Collections$EmptyList.get(Collections.java:3212) ~[?:1.7.0_51]
at org.Dragonphase.Commander.Listeners.EventListener.onPlayerMove(EventListener.java:103) ~[?:?]
at sun.reflect.GeneratedMethodAccessor613.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:296) ~[minecraft_server.jar:git-Spigot-1543]
... 14 more
Sice jiný plugin ale co je to za eror?Ale určo že není updatnutý..
- nejento
- Příspěvky: 9815
- Registrován: 28 lis 2011, 14:09
- Reputation: 55
- Kontaktovat uživatele:
Re: ChestShop Eror
-
0
- Citace
#20 Příspěvekod nejento » 30 črc 2014, 12:42
Ano, ten poslední je, že ten plugin nezpracoval PlayerMoveEvent. Tedy, že se někdo pohnul a plugin nevěděl co dělat.
Ten ChestShop je chyba s protekcí obchodu, protože se truhlu pokouší ochránit Residence a zároveň Residence. Dej sem config.yml toho ChestShopu do Code a Spoileru.
Ten ChestShop je chyba s protekcí obchodu, protože se truhlu pokouší ochránit Residence a zároveň Residence. Dej sem config.yml toho ChestShopu do Code a Spoileru.

Přejít na
- Pravidla a informace
- Pravidla
- Oznámení
- Foreign customers
- Valve Hry
- Counter-Strike: Source
- Návody
- Překlady
- Counter-Strike 1.6
- Návody
- AMX mod X
- Counter-Strike: Global Offensive
- Návody
- Valve Hammer Editor
- Tvorba pluginů
- Left4Dead
- Návody
- Left4Dead 2
- Návody
- Team Fortress 2
- Návody
- Day of Defeat: Source
- Návody
- CSPromod
- Návody
- Garry's Mod
- Série BattleField
- BattleField 3
- BattleField: Bad Company 2
- BattleField 2
- Návody
- BattleField 2142
- Série Call of Duty
- Call of Duty 2
- Návody
- Call of Duty 4 : Modern Warfare
- Návody
- Call of Duty 5 : World at War
- Návody
- Série TrackMania
- TrackMania 2: Canyon
- Návody
- TrackMania Forever
- Návody
- TrackMania Nations
- Návody
- Ostatní hry
- Minecraft, Tekkit
- Návody
- RUST
- Návody
- GTA San Andreas Multiplayer
- Návody
- Space Engineers
- Návody
- 7 days to die
- Návody
- Don't Starve Together
- Návody
- Medal of Honor Warfighter
- Arma 2 / DayZ: Epoch
- Návody
- Arma 3 / DayZ
- Návody
- Killing Floor
- Návody
- Unturned
- Návody
- ARK: Survival Evolved
- Návody
- Life is Feudal: Your Own
- Návody
- Ostatní hry
- Herní servery obecně
- Conan Exiles
- Další služby
- VPS (Virtual private Server)
- Návody
- Web hosting
- Návody
- FTP
- Komunikační servery
- Team Speak 2
- Team Speak 3
- Mumble
- TS3 Music Bot
- Návody
- Control Panel & web fakaheda.eu
- API
- Ostatní služby k herním serverům
- PsychoStats
- AMX Bans
- HLTV
- SourceBans
- HLstatsX
- Pokec
- Off topic
- Prodám / koupím
Kdo je online
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 35 hostů