[b]M-Craft: 82.208.17.16:27410
Ahoj mam potreboval bych pomoct s nefungujícím pluginem Residence:
jsou na serveru a jsou videt zelene takze by vse melo byt ok ale neni proím poradte.
---------------------------------------------------------------------------------
#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: English
# 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: 280
# 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: 16
# The maximum number of blocks a Residence can be, North to South (Z).
MaxNorthSouth: 16
# 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.05
# 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
Nefunguji rezidence
-
Smexhy
- Příspěvky: 5602
- Věk: 26
- Registrován: 31 říj 2012, 15:50
- Reputation: 20
- Bydliště: Slovensko
- Kontaktovat uživatele:
Re: Nefunguji rezidence
Log z konzole pri štarte?
-
mk20
- Příspěvky: 109
- Registrován: 17 črc 2015, 12:11
- Reputation: 0
Re: Nefunguji rezidence
jamto bylo z configu ale tajto je z console:
[FakaHeda] Succesfully authorized (rw)!
Loading libraries, please wait...
> [20:06:30 INFO]: Starting minecraft server version 1.7.2
> [20:06:30 INFO]: Loading properties
> [20:06:30 INFO]: Default game type: SURVIVAL
> [20:06:30 INFO]: Generating keypair
> [20:06:30 INFO]: Starting Minecraft server on 82.208.17.16:27410
> [20:06:31 INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.3-SNAPSHOT)
> [20:06:31 ERROR]: Could not load 'plugins/LibsDisguises.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: ProtocolLib
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:201) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
> [20:06:31 ERROR]: Could not load 'plugins/Morph.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: LibsDisguises
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:201) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
> [20:06:31 ERROR]: Could not load 'plugins/LuckyBlock3.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: lucky/core/api/LuckyBlocks : Unsupported major.minor version 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:313) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:236) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
Caused by: java.lang.UnsupportedClassVersionError: lucky/core/api/LuckyBlocks : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_60]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_60]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_60]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_60]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_60]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_60]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_60]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_60]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_60]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_60]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_60]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_60]
at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_60]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
... 9 more
> [20:06:31 ERROR]: Could not load 'plugins/DisguiseCraft.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Packet
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:313) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:236) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Packet
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_60]
at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_60]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
... 9 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.Packet
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_60]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_60]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_60]
at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_60]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
... 9 more
> [20:06:31 INFO]: ultiWorld] Loading MultiWorld v5.1.0
> [20:06:31 INFO]: OTDColor] Loading MOTDColor v0.5
> [20:06:31 INFO]: [LetItRain] Loading LetItRain v4.2.0
> [20:06:31 INFO]: [PlayerSkinChanger] Loading PlayerSkinChanger v0.3
> [20:06:31 INFO]: [WorldEdit] Loading WorldEdit v5.6.1
> [20:06:31 INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
> [20:06:31 INFO]: agic_Clock] Loading Magic_Clock v5.15
> [20:06:31 INFO]: core] Loading mcore v7.0.2
> [20:06:31 INFO]: [Vault] Loading Vault v1.2.31-b411
> [20:06:31 INFO]: ineReset] Loading MineReset v2.0.3
> [20:06:31 INFO]: [PermissionsEx] Loading PermissionsEx v1.21.4
> [20:06:31 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*!
> [20:06:31 INFO]: [ScoreboardStats] Loading ScoreboardStats v0.9.1
> [20:06:31 INFO]: [HealthBar] Loading HealthBar v1.8.2
> [20:06:31 INFO]: [LobbyCompass] Loading LobbyCompass v1.3
> [20:06:31 INFO]: [TreeAssist] Loading TreeAssist v5.8.89
> [20:06:31 INFO]: [AntiCreeper3] Loading AntiCreeper3 v4.13.1
> [20:06:31 INFO]: [HeadDrops] Loading HeadDrops v2.0
> [20:06:31 INFO]: [Chairs] Loading Chairs v4.3
> [20:06:31 INFO]: [BW] Loading Bedwars v2.3.0
> [20:06:31 INFO]: [iConomy] Loading iConomy v7.0
> [20:06:31 INFO]: [VillagerShop] Loading VillagerShop v0.4d
> [20:06:31 INFO]: [CoreProtect] Loading CoreProtect v2.0.8
> [20:06:31 INFO]: [SkyWars] Loading SkyWars v1.0
> [20:06:31 INFO]: [GameModeInventories] Loading GameModeInventories v2.1.1
> [20:06:31 INFO]: [Lockette] Loading Lockette v1.7.12
> [20:06:31 INFO]: [ClearLag] Loading ClearLag v2.8.0
> [20:06:31 INFO]: [ColorMe] Loading ColorMe v3.8.1
> [20:06:31 INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
> [20:06:31 INFO]: [SkyBlock] Loading SkyBlock v1.0
> [20:06:31 INFO]: [AdvancedSelector] Loading AdvancedSelector v2.5
> [20:06:31 INFO]: [LuckyBlocks] Loading LuckyBlocks v6.0
> [20:06:31 INFO]: [Essentials] Loading Essentials vPre2.13.1.7
> [20:06:31 INFO]: agicCarpet] Loading MagicCarpet v2.4
> [20:06:31 INFO]: [Citizens] Loading Citizens v2.0.11-SNAPSHOT (build 1053)
> [20:06:31 INFO]: [Jobs] Loading Jobs v2.11.3
> [20:06:31 INFO]: [SkyText] Loading SkyText v1.15
> [20:06:31 INFO]: [EssentialsSpawn] Loading EssentialsSpawn vPre2.13.1.7
> [20:06:31 INFO]: [CreativeGates] Loading CreativeGates v2.4.0
> [20:06:31 INFO]: [LWC] Loading LWC v4.4.0 (b881) (July 11, 2013)
> [20:06:31 INFO]: [EssentialsChat] Loading EssentialsChat vPre2.13.1.7
> [20:06:31 INFO]: [Residence] Loading Residence v2.6.6.6
> [20:06:31 INFO]: [ChestShop] Loading ChestShop v3.7.3
> [20:06:31 INFO]: [AuthMe] Loading AuthMe v5.0-SNAPSHOT
> [20:06:31 INFO]: core] Enabling mcore v7.0.2
> [20:06:31 INFO]: core 7.0.2] === ENABLE START ===
> [20:06:31 WARN]: Could not get information about this CraftBukkit version; perhaps you are running a custom one?: FileNotFoundException
> [20:06:31 INFO]: core 7.0.2] §eSetup of SenderIdMixinDefault took §d9§ems.
> [20:06:31 INFO]: core 7.0.2] === ENABLE §aCOMPLETE §e(Took §d81ms§e) ===
> [20:06:31 INFO]: [Vault] Enabling Vault v1.2.31-b411
> [20:06:31 INFO]: [Vault] [Vault][Economy] Essentials Economy found: Waiting
> [20:06:31 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.
> [20:06:31 WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
> [20:06:31 WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
> [20:06:31 INFO]: [Vault] [Vault][Economy] iConomy 6 found: Waiting
> [20:06:31 INFO]: [Vault] [Vault][Permission] PermissionsEx found: Waiting
> [20:06:31 INFO]: [Vault] [Vault][Permission] SuperPermissions loaded as backup permission system.
> [20:06:31 INFO]: [Vault] [Vault][Chat] PermissionsEx found: Waiting
> [20:06:31 INFO]: [Vault] [Vault] Enabled Version 1.2.31-b411
> [20:06:31 INFO]: core 7.0.2] §aActivated §eintegration with §dVault
> [20:06:31 INFO]: [SkyBlock] Enabling SkyBlock v1.0
> [20:06:31 INFO]: No world named skyworld found, no specific spawn created
> [20:06:31 INFO]: SkyBlock version 1.0 is enabled!
> [20:06:31 INFO]: [LWC] Enabling LWC v4.4.0 (b881) (July 11, 2013)
> [20:06:32 INFO]: [LWC] Connecting to SQLite
> [20:06:32 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
> [20:06:32 WARN]: The server will make no attempt to authenticate usernames. Beware.
> [20:06:32 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.
> [20:06:32 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
> [20:06:32 INFO]: Preparing level "world"
> [20:06:32 INFO]: Preparing start region for level 0 (Seed: 608146366859253305)
> [20:06:32 WARN]: Could not get latest artifact information: FileNotFoundException
> [20:06:32 INFO]: Preparing start region for level 1 (Seed: 608146366859253305)
> [20:06:33 INFO]: Preparing start region for level 2 (Seed: 608146366859253305)
> [20:06:33 INFO]: ultiWorld] Enabling MultiWorld v5.1.0
> [20:06:33 INFO]: Preparing start region for level 3 (Seed: 7759587764619742458)
> [20:06:33 INFO]: Preparing start region for level 4 (Seed: 3471951681727947722)
> [20:06:33 INFO]: Preparing start region for level 5 (Seed: 3145593)
> [20:06:33 INFO]: Preparing start region for level 6 (Seed: 7327733718850280396)
> [20:06:34 INFO]: Preparing start region for level 7 (Seed: 6661146988004700317)
> [20:06:34 INFO]: Preparing start region for level 8 (Seed: -1245490190463033420)
> [20:06:34 INFO]: Preparing start region for level 9 (Seed: -837663634009383056)
> [20:06:34 INFO]: Preparing start region for level 10 (Seed: -3192341472627982819)
> [20:06:35 INFO]: Preparing start region for level 11 (Seed: -4795073211435745768)
> [20:06:35 INFO]: Preparing start region for level 12 (Seed: -8236840891883019136)
> [20:06:35 INFO]: Preparing start region for level 13 (Seed: 1997504384601289781)
> [20:06:35 INFO]: Preparing start region for level 14 (Seed: 1211739357597302080)
> [20:06:35 INFO]: worlds.Bedwars
> [20:06:35 INFO]: worlds.Bw
> [20:06:35 INFO]: worlds.CZECruzzer
> [20:06:35 INFO]: worlds.Creative
> [20:06:35 INFO]: worlds.Doly
> [20:06:35 INFO]: worlds.Klasik
> [20:06:35 INFO]: worlds.LuckyBlock
> [20:06:35 INFO]: worlds.hráči
> [20:06:35 INFO]: worlds.kipi
> [20:06:35 INFO]: worlds.l
> [20:06:35 INFO]: worlds.svet
> [20:06:35 INFO]: worlds.tajné
> [20:06:35 INFO]: worlds.world
> [20:06:35 INFO]: worlds.world_nether
> [20:06:35 INFO]: worlds.world_the_end
> [20:06:35 INFO]: ultiWorld] v5.1.0 enabled.
> [20:06:35 INFO]: OTDColor] Enabling MOTDColor v0.5
> [20:06:35 INFO]: OTDColor] MOTDColor event priority: NORMAL
> [20:06:35 INFO]: OTDColor] MOTDColor: icon url loaded.
> [20:06:35 INFO]: OTDColor] MOTDColor: icon loaded.
> [20:06:35 INFO]: OTDColor] MOTDColor enabled!
> [20:06:35 INFO]: [LetItRain] Enabling LetItRain v4.2.0
> [20:06:36 INFO]: [LetItRain] LetItRain 4.2.0 enabled
> [20:06:36 INFO]: [PlayerSkinChanger] Enabling PlayerSkinChanger v0.3
> [20:06:36 ERROR]: [PlayerSkinChanger] Cannot hook into ProtocolLib because it is not running or you have installed a version older than 3.4.0 !
> [20:06:36 INFO]: [PlayerSkinChanger] Disabling PlayerSkinChanger v0.3
> [20:06:36 INFO]: [WorldEdit] Enabling WorldEdit v5.6.1
> [20:06:36 INFO]: WEPIF: Using the Bukkit Permissions API.
> [20:06:36 INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
> [20:06:36 INFO]: Starting FakaHedaMinequery server on 82.208.17.16:28410
> [20:06:36 INFO]: agic_Clock] Enabling Magic_Clock v5.15
> [20:06:36 INFO]: ineReset] Enabling MineReset v2.0.3
> [20:06:36 INFO]: MineReset is starting up
> [20:06:36 INFO]: WorldEdit found, using it for region selection
> [20:06:36 INFO]: Language file used: english.yml
> [20:06:36 INFO]: Loaded generator: RandomGenerator
> [20:06:36 INFO]: MineReset started
> [20:06:36 INFO]: 1 mine(s) and 0 signs found
> [20:06:36 INFO]: Unable to connect to the update server!
> [20:06:36 INFO]: [PermissionsEx] Enabling PermissionsEx v1.21.4
> [20:06:36 INFO]: [PermissionsEx] Initializing file backend
> [20:06:36 INFO]: [PermissionsEx] Permissions file successfully reloaded
> [20:06:36 ERROR]: [PermissionsEx] ============================================================================================
> [20:06:36 ERROR]: [PermissionsEx] As of version 1.21, PEX requires a version of Bukkit with UUID support to function (>1.7.5). Please download a non-UUID version of PermissionsEx to continue.
> [20:06:36 ERROR]: [PermissionsEx] Beginning reversion of potential invalid UUID conversion
> [20:06:36 ERROR]: [PermissionsEx] Reversion complete, disabling. Permissions will not work until downgrade is complete
> [20:06:36 ERROR]: [PermissionsEx] ============================================================================================
> [20:06:36 INFO]: [PermissionsEx] Disabling PermissionsEx v1.21.4
> [20:06:36 INFO]: WEPIF: Using the Bukkit Permissions API.
> [20:06:36 INFO]: WEPIF: Using the Bukkit Permissions API.
> [20:06:36 INFO]: [Vault][Permission] PermissionsEx hooked.
> [20:06:36 INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.9.1
> [20:06:36 INFO]: [ScoreboardStats] You need http://dev.bukkit.org/bukkit-plugins/protocollib/ for compatibilityMode
> [20:06:36 WARN]: [ScoreboardStats] The Replacer: VaultVariables cant be registered because that plugin version isnt supported
(You have an outdated version of Vault. Please update it)
> [20:06:36 INFO]: [ScoreboardStats] Registered replacers: [PlayerPingVariable, BukkitGlobalVariables, GeneralVariables, BukkitVariables]
> [20:06:36 INFO]: [HealthBar] Enabling HealthBar v1.8.2
> [20:06:36 INFO]: [LobbyCompass] Enabling LobbyCompass v1.3
> [20:06:36 INFO]: [TreeAssist] Enabling TreeAssist v5.8.89
> [20:06:36 INFO]: [TreeAssist] debugging: off
> [20:06:37 INFO]: [AntiCreeper3] Enabling AntiCreeper3 v4.13.1
> [20:06:37 INFO]: [AntiCreeper3] brought to you by Filbert66 (<=v.2.5 by Rothens)
> [20:06:37 INFO]: [HeadDrops] Enabling HeadDrops v2.0
> [20:06:37 INFO]: [Chairs] Enabling Chairs v4.3
> [20:06:37 INFO]: [Chairs] Allowed block: WOOD_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: SPRUCE_WOOD_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: JUNGLE_WOOD_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: BIRCH_WOOD_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: SANDSTONE_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: COBBLESTONE_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: BRICK_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: SMOOTH_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: NETHER_BRICK_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: QUARTZ_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: ACACIA_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: DARK_OAK_STAIRS => 0.7
> [20:06:37 INFO]: [BW] Enabling Bedwars v2.3.0
> [20:06:37 ERROR]: [BW] Plugin Bedwars v2.3.0 has failed to register events for class me.BukkitPVP.bedwars.Listener.LobbyListener because org/bukkit/event/player/PlayerInteractAtEntityEvent does not exist.
> [20:06:37 INFO]: [Bedwars] Loaded game BedWars
> [20:06:37 INFO]: [Bedwars] Loaded game BW
> [20:06:37 INFO]: [iConomy] Enabling iConomy v7.0
> [20:06:37 INFO]: [iConomy - April Fools] Enabled (8 ms)
> [20:06:37 INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy
- Rare Version!
> [20:06:37 INFO]: [Vault][Economy] iConomy 7 hooked.
> [20:06:37 INFO]: [iConomy - April Fools] Purged accounts with default balance.
> [20:06:37 INFO]: [VillagerShop] Enabling VillagerShop v0.4d
> [20:06:37 INFO]: [VillagerShop] Shop 0 was created.
> [20:06:37 INFO]: [VillagerShop] Shop 1 was created.
> [20:06:37 INFO]: [VillagerShop] Shop 2 was created.
> [20:06:37 INFO]: [VillagerShop] Shop 3 was created.
> [20:06:37 INFO]: [VillagerShop] Shop 4 was created.
> [20:06:37 INFO]: [VillagerShop] Shop 5 was created.
> [20:06:37 INFO]: [VillagerShop] Shop 6 was created.
> [20:06:37 INFO]: [VillagerShop] Shop 7 was created.
> [20:06:37 INFO]: [VillagerShop] EOF - Villagers have been loaded
> [20:06:37 INFO]: [CoreProtect] Enabling CoreProtect v2.0.8
> [20:06:37 INFO]: CoreProtect version 2.0.8 is enabled!
> [20:06:37 INFO]: [CoreProtect] Using SQLite for data storage.
> [20:06:37 INFO]: [SkyWars] Enabling SkyWars v1.0
> [20:06:37 INFO]: [GameModeInventories] Enabling GameModeInventories v2.1.1
> [20:06:37 INFO]: [HeadDrops] Updater: You have the newest version installed
> [20:06:37 INFO]: [Lockette] Enabling Lockette v1.7.12
> [20:06:37 INFO]: [Lockette] Version 1.7.12 is being enabled! Yay! (Core version 1.3.7)
> [20:06:37 INFO]: [Lockette] Detected craftbukkit build [3015] ok.
> [20:06:37 INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
> [20:06:37 INFO]: [Lockette] Ignoring linked plugins: cMMO]
> [20:06:37 INFO]: [Lockette] Loading strings file for English by Acru
> [20:06:37 INFO]: [Lockette] Enabled link to plugin LWC for Zones, version 4.4.0 (b881) (July 11, 2013)
> [20:06:37 INFO]: [Lockette] Using ops file for admin permissions.
> [20:06:37 INFO]: [Lockette] Ready to protect your containers.
> [20:06:37 INFO]: [ClearLag] Enabling ClearLag v2.8.0
> [20:06:37 INFO]: [ClearLag] Loading modules...
> [20:06:37 WARN]: [ClearLag] ARMOR_STAND is NOT a valid Entity!
> [20:06:37 INFO]: [ClearLag] Modules have been loaded!
> [20:06:37 INFO]: [ClearLag] Clearlag is now enabled!
> [20:06:37 INFO]: [ClearLag] Checking for updates...
> [20:06:37 INFO]: [ColorMe] Enabling ColorMe v3.8.1
> [20:06:37 INFO]: [ColorMe] Loaded Vault successfully
> [20:06:37 INFO]: [ColorMe] Running without Spout!
> [20:06:37 INFO]: [ColorMe] Using own group system!
> [20:06:37 INFO]: [ColorMe] SoftMode enabled. If other chat plugins are found, the chat won't be affected by ColorMe.
> [20:06:37 INFO]: [ColorMe] Found EssentialsChat. Will use it for chat!
> [20:06:37 INFO]: [ColorMe] Didn't found TagAPI!
> [20:06:38 INFO]: [ClearLag] No updates found!
> [20:06:38 INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
> [20:06:38 INFO]: [AdvancedSelector] Enabling AdvancedSelector v2.5
> [20:06:38 INFO]: [AdvancedSelector] Enabled AdvancedSelector v2.5
> [20:06:38 INFO]: [LuckyBlocks] Enabling LuckyBlocks v6.0
> [20:06:38 INFO]: [LuckyBlocks] has been enabled!
> [20:06:38 ERROR]: Error occurred while enabling LuckyBlocks v6.0 (Is it up to date?)
java.lang.NoClassDefFoundError: com/meesvdw/thepluginbros/luckyblocks/Metrics$1
at com.meesvdw.thepluginbros.luckyblocks.Metrics.start(Metrics.java:174) ~[?:?]
at com.meesvdw.thepluginbros.luckyblocks.LuckyBlocks.onEnable(LuckyBlocks.java:62) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:389) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:439) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:375) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
Caused by: java.lang.ClassNotFoundException: com.meesvdw.thepluginbros.luckyblocks.Metrics$1
at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_60]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_60]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_60]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_60]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_60]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_60]
... 13 more
> [20:06:38 INFO]: [Essentials] Enabling Essentials vPre2.13.1.7
> [20:06:38 INFO]: [Vault][Economy] Essentials Economy hooked.
> [20:06:38 INFO]: Essentials: Using config file enhanced permissions.
> [20:06:38 INFO]: Permissions listed in as player-commands will be given to all users.
> [20:06:38 INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.31-b411)
> [20:06:38 INFO]: agicCarpet] Enabling MagicCarpet v2.4
> [20:06:38 INFO]: agicCarpet] Loading carpets...
> [20:06:38 INFO]: agicCarpet] is now enabled!
> [20:06:38 INFO]: [Citizens] Enabling Citizens v2.0.11-SNAPSHOT (build 1053)
> [20:06:39 INFO]: [Jobs] Enabling Jobs v2.11.3
> [20:06:39 INFO]: [Jobs] Started database save task
> [20:06:39 INFO]: [Jobs] Started buffered payment thread
> [20:06:39 INFO]: [Jobs] Plugin has been enabled succesfully.
> [20:06:39 INFO]: [SkyText] Enabling SkyText v1.15
> [20:06:39 INFO]: [SkyText] Initialising
> [20:06:39 INFO]: [WorldEdit] Using external NmsBlock for this version: CBXNmsBlock_172
> [20:06:40 WARN]: java.lang.NumberFormatException: For input string: ""
> [20:06:40 WARN]: at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
> [20:06:40 WARN]: at java.lang.Integer.parseInt(Integer.java:504)
> [20:06:40 WARN]: at java.lang.Integer.parseInt(Integer.java:527)
> [20:06:40 WARN]: at net.coreprotect.thread.CheckUpdate.run(CheckUpdate.java:52)
> [20:06:40 WARN]: at java.lang.Thread.run(Thread.java:745)
> [20:06:40 WARN]: [SkyText] Could not save !.schematic to plugins/SkyText/Schematics/!.schematic because !.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save _.schematic to plugins/SkyText/Schematics/_.schematic because _.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save colon.schematic to plugins/SkyText/Schematics/colon.schematic because colon.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 0.schematic to plugins/SkyText/Schematics/0.schematic because 0.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 1.schematic to plugins/SkyText/Schematics/1.schematic because 1.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 2.schematic to plugins/SkyText/Schematics/2.schematic because 2.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 3.schematic to plugins/SkyText/Schematics/3.schematic because 3.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 4.schematic to plugins/SkyText/Schematics/4.schematic because 4.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 5.schematic to plugins/SkyText/Schematics/5.schematic because 5.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 6.schematic to plugins/SkyText/Schematics/6.schematic because 6.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 7.schematic to plugins/SkyText/Schematics/7.schematic because 7.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 8.schematic to plugins/SkyText/Schematics/8.schematic because 8.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 9.schematic to plugins/SkyText/Schematics/9.schematic because 9.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Ca.schematic to plugins/SkyText/Schematics/Ca.schematic because Ca.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cb.schematic to plugins/SkyText/Schematics/Cb.schematic because Cb.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cc.schematic to plugins/SkyText/Schematics/Cc.schematic because Cc.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cd.schematic to plugins/SkyText/Schematics/Cd.schematic because Cd.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Ce.schematic to plugins/SkyText/Schematics/Ce.schematic because Ce.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cf.schematic to plugins/SkyText/Schematics/Cf.schematic because Cf.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cg.schematic to plugins/SkyText/Schematics/Cg.schematic because Cg.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Ch.schematic to plugins/SkyText/Schematics/Ch.schematic because Ch.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Ci.schematic to plugins/SkyText/Schematics/Ci.schematic because Ci.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cj.schematic to plugins/SkyText/Schematics/Cj.schematic because Cj.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Ck.schematic to plugins/SkyText/Schematics/Ck.schematic because Ck.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cl.schematic to plugins/SkyText/Schematics/Cl.schematic because Cl.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cm.schematic to plugins/SkyText/Schematics/Cm.schematic because Cm.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cn.schematic to plugins/SkyText/Schematics/Cn.schematic because Cn.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Co.schematic to plugins/SkyText/Schematics/Co.schematic because Co.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cp.schematic to plugins/SkyText/Schematics/Cp.schematic because Cp.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cq.schematic to plugins/SkyText/Schematics/Cq.schematic because Cq.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cr.schematic to plugins/SkyText/Schematics/Cr.schematic because Cr.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cs.schematic to plugins/SkyText/Schematics/Cs.schematic because Cs.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Ct.schematic to plugins/SkyText/Schematics/Ct.schematic because Ct.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cu.schematic to plugins/SkyText/Schematics/Cu.schematic because Cu.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cv.schematic to plugins/SkyText/Schematics/Cv.schematic because Cv.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cw.schematic to plugins/SkyText/Schematics/Cw.schematic because Cw.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cx.schematic to plugins/SkyText/Schematics/Cx.schematic because Cx.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cy.schematic to plugins/SkyText/Schematics/Cy.schematic because Cy.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cz.schematic to plugins/SkyText/Schematics/Cz.schematic because Cz.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save a.schematic to plugins/SkyText/Schematics/a.schematic because a.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save b.schematic to plugins/SkyText/Schematics/b.schematic because b.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save c.schematic to plugins/SkyText/Schematics/c.schematic because c.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save d.schematic to plugins/SkyText/Schematics/d.schematic because d.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save e.schematic to plugins/SkyText/Schematics/e.schematic because e.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save f.schematic to plugins/SkyText/Schematics/f.schematic because f.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save g.schematic to plugins/SkyText/Schematics/g.schematic because g.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save h.schematic to plugins/SkyText/Schematics/h.schematic because h.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save i.schematic to plugins/SkyText/Schematics/i.schematic because i.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save j.schematic to plugins/SkyText/Schematics/j.schematic because j.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save k.schematic to plugins/SkyText/Schematics/k.schematic because k.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save l.schematic to plugins/SkyText/Schematics/l.schematic because l.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save m.schematic to plugins/SkyText/Schematics/m.schematic because m.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save n.schematic to plugins/SkyText/Schematics/n.schematic because n.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save o.schematic to plugins/SkyText/Schematics/o.schematic because o.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save p.schematic to plugins/SkyText/Schematics/p.schematic because p.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save q.schematic to plugins/SkyText/Schematics/q.schematic because q.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save r.schematic to plugins/SkyText/Schematics/r.schematic because r.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save s.schematic to plugins/SkyText/Schematics/s.schematic because s.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save t.schematic to plugins/SkyText/Schematics/t.schematic because t.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save u.schematic to plugins/SkyText/Schematics/u.schematic because u.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save v.schematic to plugins/SkyText/Schematics/v.schematic because v.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save w.schematic to plugins/SkyText/Schematics/w.schematic because w.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save x.schematic to plugins/SkyText/Schematics/x.schematic because x.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save y.schematic to plugins/SkyText/Schematics/y.schematic because y.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save z.schematic to plugins/SkyText/Schematics/z.schematic because z.schematic already exists.
> [20:06:40 INFO]: [SkyText] Starting Listener
> [20:06:40 INFO]: [SkyText] Starting Task
> [20:06:40 ERROR]: Error occurred while enabling SkyText v1.15 (Is it up to date?)
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:454) ~[?:1.7.0_60]
at java.lang.Integer.parseInt(Integer.java:527) ~[?:1.7.0_60]
at uk.co.commonblob.SkyText.SkyTextListener.<init>(SkyTextListener.java:42) ~[?:?]
at uk.co.commonblob.SkyText.SkyText.onEnable(SkyText.java:183) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:389) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:439) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:375) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
> [20:06:40 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vPre2.13.1.7
> [20:06:40 INFO]: [CreativeGates] Enabling CreativeGates v2.4.0
> [20:06:40 INFO]: [CreativeGates 2.4.0] === ENABLE START ===
> [20:06:40 INFO]: [CreativeGates 2.4.0] === ENABLE COMPLETE (Took 63ms) ===
> [20:06:40 INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.13.1.7
> [20:06:40 INFO]: [Residence] Enabling Residence v2.6.6.6
> [20:06:40 INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
> [20:06:40 INFO]: [Residence] Scanning for economy systems...
> [20:06:40 INFO]: [Residence] Found Vault using economy system: iConomy 7
> [20:06:40 INFO]: [Residence] Found WorldEdit
> [20:06:40 INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
> [20:06:40 INFO]: [ChestShop] Enabling ChestShop v3.7.3
> [20:06:40 INFO]: [ChestShop] LWC version 4.4.0 (b881) (July 11, 2013) loaded.
> [20:06:40 INFO]: [ChestShop] Lockette version 1.7.12 loaded.
> [20:06:40 INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
> [20:06:40 INFO]: [ChestShop] Vault loaded! Found an economy plugin!
> [20:06:42 INFO]: [AuthMe] Enabling AuthMe v5.0-SNAPSHOT
> [20:06:42 INFO]: [AuthMe] Loading Configuration File...
> [20:06:42 INFO]: [AuthMe] Set Language: en
> [20:06:42 INFO]: [AuthMe] Metrics started successfully!
> [20:06:42 INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
> [20:06:42 INFO]: [AuthMe] Hook with Essentials plugin
> [20:06:42 INFO]: [AuthMe] Hook with EssentialsSpawn plugin
> [20:06:42 INFO]: [AuthMe] [LICENSE] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
> [20:06:42 INFO]: [AuthMe] AuthMe hook perfectly with server hosting VERYGAMES
> [20:06:42 INFO]: [AuthMe] Authme 5.0-SNAPSHOT enabled
> [20:06:43 INFO]: Server permissions file permissions.yml is empty, ignoring it
> [20:06:45 INFO]: Done (13.133s)! For help, type "help" or "?"
> [20:06:45 INFO]: Starting GS4 status listener
> [20:06:45 INFO]: Starting remote control listener
> [20:06:45 INFO]: Query running on 82.208.17.16:27410
> [20:06:45 WARN]: No rcon password set in '/hlserver/27410/server.properties', rcon disabled!
> [20:06:45 INFO]: [Jobs] [Jobs] Successfully linked with Vault.
> [20:06:45 INFO]: Accepted EditSessionFactory of type net.coreprotect.worldedit.CoreProtectEditSessionFactory from net.coreprotect.worldedit
> [20:06:45 INFO]: [Citizens] Loaded 74 NPCs.
> [20:06:46 INFO]: [Vault] Checking for Updates:
> [20:06:46 WARN]: [Vault] Stable Version: 1.5.3 is out! You are still running version: 1.2.31
> [20:06:46 WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
[FakaHeda] Succesfully authorized (rw)!
Loading libraries, please wait...
> [20:06:30 INFO]: Starting minecraft server version 1.7.2
> [20:06:30 INFO]: Loading properties
> [20:06:30 INFO]: Default game type: SURVIVAL
> [20:06:30 INFO]: Generating keypair
> [20:06:30 INFO]: Starting Minecraft server on 82.208.17.16:27410
> [20:06:31 INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.3-SNAPSHOT)
> [20:06:31 ERROR]: Could not load 'plugins/LibsDisguises.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: ProtocolLib
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:201) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
> [20:06:31 ERROR]: Could not load 'plugins/Morph.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: LibsDisguises
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:201) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
> [20:06:31 ERROR]: Could not load 'plugins/LuckyBlock3.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: lucky/core/api/LuckyBlocks : Unsupported major.minor version 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:313) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:236) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
Caused by: java.lang.UnsupportedClassVersionError: lucky/core/api/LuckyBlocks : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_60]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_60]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_60]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_60]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_60]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_60]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_60]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_60]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_60]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_60]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_60]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_60]
at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_60]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
... 9 more
> [20:06:31 ERROR]: Could not load 'plugins/DisguiseCraft.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Packet
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:313) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:236) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Packet
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_60]
at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_60]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
... 9 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.Packet
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_60]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_60]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_60]
at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_60]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
... 9 more
> [20:06:31 INFO]: ultiWorld] Loading MultiWorld v5.1.0
> [20:06:31 INFO]: OTDColor] Loading MOTDColor v0.5
> [20:06:31 INFO]: [LetItRain] Loading LetItRain v4.2.0
> [20:06:31 INFO]: [PlayerSkinChanger] Loading PlayerSkinChanger v0.3
> [20:06:31 INFO]: [WorldEdit] Loading WorldEdit v5.6.1
> [20:06:31 INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
> [20:06:31 INFO]: agic_Clock] Loading Magic_Clock v5.15
> [20:06:31 INFO]: core] Loading mcore v7.0.2
> [20:06:31 INFO]: [Vault] Loading Vault v1.2.31-b411
> [20:06:31 INFO]: ineReset] Loading MineReset v2.0.3
> [20:06:31 INFO]: [PermissionsEx] Loading PermissionsEx v1.21.4
> [20:06:31 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*!
> [20:06:31 INFO]: [ScoreboardStats] Loading ScoreboardStats v0.9.1
> [20:06:31 INFO]: [HealthBar] Loading HealthBar v1.8.2
> [20:06:31 INFO]: [LobbyCompass] Loading LobbyCompass v1.3
> [20:06:31 INFO]: [TreeAssist] Loading TreeAssist v5.8.89
> [20:06:31 INFO]: [AntiCreeper3] Loading AntiCreeper3 v4.13.1
> [20:06:31 INFO]: [HeadDrops] Loading HeadDrops v2.0
> [20:06:31 INFO]: [Chairs] Loading Chairs v4.3
> [20:06:31 INFO]: [BW] Loading Bedwars v2.3.0
> [20:06:31 INFO]: [iConomy] Loading iConomy v7.0
> [20:06:31 INFO]: [VillagerShop] Loading VillagerShop v0.4d
> [20:06:31 INFO]: [CoreProtect] Loading CoreProtect v2.0.8
> [20:06:31 INFO]: [SkyWars] Loading SkyWars v1.0
> [20:06:31 INFO]: [GameModeInventories] Loading GameModeInventories v2.1.1
> [20:06:31 INFO]: [Lockette] Loading Lockette v1.7.12
> [20:06:31 INFO]: [ClearLag] Loading ClearLag v2.8.0
> [20:06:31 INFO]: [ColorMe] Loading ColorMe v3.8.1
> [20:06:31 INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
> [20:06:31 INFO]: [SkyBlock] Loading SkyBlock v1.0
> [20:06:31 INFO]: [AdvancedSelector] Loading AdvancedSelector v2.5
> [20:06:31 INFO]: [LuckyBlocks] Loading LuckyBlocks v6.0
> [20:06:31 INFO]: [Essentials] Loading Essentials vPre2.13.1.7
> [20:06:31 INFO]: agicCarpet] Loading MagicCarpet v2.4
> [20:06:31 INFO]: [Citizens] Loading Citizens v2.0.11-SNAPSHOT (build 1053)
> [20:06:31 INFO]: [Jobs] Loading Jobs v2.11.3
> [20:06:31 INFO]: [SkyText] Loading SkyText v1.15
> [20:06:31 INFO]: [EssentialsSpawn] Loading EssentialsSpawn vPre2.13.1.7
> [20:06:31 INFO]: [CreativeGates] Loading CreativeGates v2.4.0
> [20:06:31 INFO]: [LWC] Loading LWC v4.4.0 (b881) (July 11, 2013)
> [20:06:31 INFO]: [EssentialsChat] Loading EssentialsChat vPre2.13.1.7
> [20:06:31 INFO]: [Residence] Loading Residence v2.6.6.6
> [20:06:31 INFO]: [ChestShop] Loading ChestShop v3.7.3
> [20:06:31 INFO]: [AuthMe] Loading AuthMe v5.0-SNAPSHOT
> [20:06:31 INFO]: core] Enabling mcore v7.0.2
> [20:06:31 INFO]: core 7.0.2] === ENABLE START ===
> [20:06:31 WARN]: Could not get information about this CraftBukkit version; perhaps you are running a custom one?: FileNotFoundException
> [20:06:31 INFO]: core 7.0.2] §eSetup of SenderIdMixinDefault took §d9§ems.
> [20:06:31 INFO]: core 7.0.2] === ENABLE §aCOMPLETE §e(Took §d81ms§e) ===
> [20:06:31 INFO]: [Vault] Enabling Vault v1.2.31-b411
> [20:06:31 INFO]: [Vault] [Vault][Economy] Essentials Economy found: Waiting
> [20:06:31 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.
> [20:06:31 WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
> [20:06:31 WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
> [20:06:31 INFO]: [Vault] [Vault][Economy] iConomy 6 found: Waiting
> [20:06:31 INFO]: [Vault] [Vault][Permission] PermissionsEx found: Waiting
> [20:06:31 INFO]: [Vault] [Vault][Permission] SuperPermissions loaded as backup permission system.
> [20:06:31 INFO]: [Vault] [Vault][Chat] PermissionsEx found: Waiting
> [20:06:31 INFO]: [Vault] [Vault] Enabled Version 1.2.31-b411
> [20:06:31 INFO]: core 7.0.2] §aActivated §eintegration with §dVault
> [20:06:31 INFO]: [SkyBlock] Enabling SkyBlock v1.0
> [20:06:31 INFO]: No world named skyworld found, no specific spawn created
> [20:06:31 INFO]: SkyBlock version 1.0 is enabled!
> [20:06:31 INFO]: [LWC] Enabling LWC v4.4.0 (b881) (July 11, 2013)
> [20:06:32 INFO]: [LWC] Connecting to SQLite
> [20:06:32 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
> [20:06:32 WARN]: The server will make no attempt to authenticate usernames. Beware.
> [20:06:32 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.
> [20:06:32 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
> [20:06:32 INFO]: Preparing level "world"
> [20:06:32 INFO]: Preparing start region for level 0 (Seed: 608146366859253305)
> [20:06:32 WARN]: Could not get latest artifact information: FileNotFoundException
> [20:06:32 INFO]: Preparing start region for level 1 (Seed: 608146366859253305)
> [20:06:33 INFO]: Preparing start region for level 2 (Seed: 608146366859253305)
> [20:06:33 INFO]: ultiWorld] Enabling MultiWorld v5.1.0
> [20:06:33 INFO]: Preparing start region for level 3 (Seed: 7759587764619742458)
> [20:06:33 INFO]: Preparing start region for level 4 (Seed: 3471951681727947722)
> [20:06:33 INFO]: Preparing start region for level 5 (Seed: 3145593)
> [20:06:33 INFO]: Preparing start region for level 6 (Seed: 7327733718850280396)
> [20:06:34 INFO]: Preparing start region for level 7 (Seed: 6661146988004700317)
> [20:06:34 INFO]: Preparing start region for level 8 (Seed: -1245490190463033420)
> [20:06:34 INFO]: Preparing start region for level 9 (Seed: -837663634009383056)
> [20:06:34 INFO]: Preparing start region for level 10 (Seed: -3192341472627982819)
> [20:06:35 INFO]: Preparing start region for level 11 (Seed: -4795073211435745768)
> [20:06:35 INFO]: Preparing start region for level 12 (Seed: -8236840891883019136)
> [20:06:35 INFO]: Preparing start region for level 13 (Seed: 1997504384601289781)
> [20:06:35 INFO]: Preparing start region for level 14 (Seed: 1211739357597302080)
> [20:06:35 INFO]: worlds.Bedwars
> [20:06:35 INFO]: worlds.Bw
> [20:06:35 INFO]: worlds.CZECruzzer
> [20:06:35 INFO]: worlds.Creative
> [20:06:35 INFO]: worlds.Doly
> [20:06:35 INFO]: worlds.Klasik
> [20:06:35 INFO]: worlds.LuckyBlock
> [20:06:35 INFO]: worlds.hráči
> [20:06:35 INFO]: worlds.kipi
> [20:06:35 INFO]: worlds.l
> [20:06:35 INFO]: worlds.svet
> [20:06:35 INFO]: worlds.tajné
> [20:06:35 INFO]: worlds.world
> [20:06:35 INFO]: worlds.world_nether
> [20:06:35 INFO]: worlds.world_the_end
> [20:06:35 INFO]: ultiWorld] v5.1.0 enabled.
> [20:06:35 INFO]: OTDColor] Enabling MOTDColor v0.5
> [20:06:35 INFO]: OTDColor] MOTDColor event priority: NORMAL
> [20:06:35 INFO]: OTDColor] MOTDColor: icon url loaded.
> [20:06:35 INFO]: OTDColor] MOTDColor: icon loaded.
> [20:06:35 INFO]: OTDColor] MOTDColor enabled!
> [20:06:35 INFO]: [LetItRain] Enabling LetItRain v4.2.0
> [20:06:36 INFO]: [LetItRain] LetItRain 4.2.0 enabled
> [20:06:36 INFO]: [PlayerSkinChanger] Enabling PlayerSkinChanger v0.3
> [20:06:36 ERROR]: [PlayerSkinChanger] Cannot hook into ProtocolLib because it is not running or you have installed a version older than 3.4.0 !
> [20:06:36 INFO]: [PlayerSkinChanger] Disabling PlayerSkinChanger v0.3
> [20:06:36 INFO]: [WorldEdit] Enabling WorldEdit v5.6.1
> [20:06:36 INFO]: WEPIF: Using the Bukkit Permissions API.
> [20:06:36 INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
> [20:06:36 INFO]: Starting FakaHedaMinequery server on 82.208.17.16:28410
> [20:06:36 INFO]: agic_Clock] Enabling Magic_Clock v5.15
> [20:06:36 INFO]: ineReset] Enabling MineReset v2.0.3
> [20:06:36 INFO]: MineReset is starting up
> [20:06:36 INFO]: WorldEdit found, using it for region selection
> [20:06:36 INFO]: Language file used: english.yml
> [20:06:36 INFO]: Loaded generator: RandomGenerator
> [20:06:36 INFO]: MineReset started
> [20:06:36 INFO]: 1 mine(s) and 0 signs found
> [20:06:36 INFO]: Unable to connect to the update server!
> [20:06:36 INFO]: [PermissionsEx] Enabling PermissionsEx v1.21.4
> [20:06:36 INFO]: [PermissionsEx] Initializing file backend
> [20:06:36 INFO]: [PermissionsEx] Permissions file successfully reloaded
> [20:06:36 ERROR]: [PermissionsEx] ============================================================================================
> [20:06:36 ERROR]: [PermissionsEx] As of version 1.21, PEX requires a version of Bukkit with UUID support to function (>1.7.5). Please download a non-UUID version of PermissionsEx to continue.
> [20:06:36 ERROR]: [PermissionsEx] Beginning reversion of potential invalid UUID conversion
> [20:06:36 ERROR]: [PermissionsEx] Reversion complete, disabling. Permissions will not work until downgrade is complete
> [20:06:36 ERROR]: [PermissionsEx] ============================================================================================
> [20:06:36 INFO]: [PermissionsEx] Disabling PermissionsEx v1.21.4
> [20:06:36 INFO]: WEPIF: Using the Bukkit Permissions API.
> [20:06:36 INFO]: WEPIF: Using the Bukkit Permissions API.
> [20:06:36 INFO]: [Vault][Permission] PermissionsEx hooked.
> [20:06:36 INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.9.1
> [20:06:36 INFO]: [ScoreboardStats] You need http://dev.bukkit.org/bukkit-plugins/protocollib/ for compatibilityMode
> [20:06:36 WARN]: [ScoreboardStats] The Replacer: VaultVariables cant be registered because that plugin version isnt supported
(You have an outdated version of Vault. Please update it)
> [20:06:36 INFO]: [ScoreboardStats] Registered replacers: [PlayerPingVariable, BukkitGlobalVariables, GeneralVariables, BukkitVariables]
> [20:06:36 INFO]: [HealthBar] Enabling HealthBar v1.8.2
> [20:06:36 INFO]: [LobbyCompass] Enabling LobbyCompass v1.3
> [20:06:36 INFO]: [TreeAssist] Enabling TreeAssist v5.8.89
> [20:06:36 INFO]: [TreeAssist] debugging: off
> [20:06:37 INFO]: [AntiCreeper3] Enabling AntiCreeper3 v4.13.1
> [20:06:37 INFO]: [AntiCreeper3] brought to you by Filbert66 (<=v.2.5 by Rothens)
> [20:06:37 INFO]: [HeadDrops] Enabling HeadDrops v2.0
> [20:06:37 INFO]: [Chairs] Enabling Chairs v4.3
> [20:06:37 INFO]: [Chairs] Allowed block: WOOD_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: SPRUCE_WOOD_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: JUNGLE_WOOD_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: BIRCH_WOOD_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: SANDSTONE_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: COBBLESTONE_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: BRICK_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: SMOOTH_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: NETHER_BRICK_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: QUARTZ_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: ACACIA_STAIRS => 0.7
> [20:06:37 INFO]: [Chairs] Allowed block: DARK_OAK_STAIRS => 0.7
> [20:06:37 INFO]: [BW] Enabling Bedwars v2.3.0
> [20:06:37 ERROR]: [BW] Plugin Bedwars v2.3.0 has failed to register events for class me.BukkitPVP.bedwars.Listener.LobbyListener because org/bukkit/event/player/PlayerInteractAtEntityEvent does not exist.
> [20:06:37 INFO]: [Bedwars] Loaded game BedWars
> [20:06:37 INFO]: [Bedwars] Loaded game BW
> [20:06:37 INFO]: [iConomy] Enabling iConomy v7.0
> [20:06:37 INFO]: [iConomy - April Fools] Enabled (8 ms)
> [20:06:37 INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy
> [20:06:37 INFO]: [Vault][Economy] iConomy 7 hooked.
> [20:06:37 INFO]: [iConomy - April Fools] Purged accounts with default balance.
> [20:06:37 INFO]: [VillagerShop] Enabling VillagerShop v0.4d
> [20:06:37 INFO]: [VillagerShop] Shop 0 was created.
> [20:06:37 INFO]: [VillagerShop] Shop 1 was created.
> [20:06:37 INFO]: [VillagerShop] Shop 2 was created.
> [20:06:37 INFO]: [VillagerShop] Shop 3 was created.
> [20:06:37 INFO]: [VillagerShop] Shop 4 was created.
> [20:06:37 INFO]: [VillagerShop] Shop 5 was created.
> [20:06:37 INFO]: [VillagerShop] Shop 6 was created.
> [20:06:37 INFO]: [VillagerShop] Shop 7 was created.
> [20:06:37 INFO]: [VillagerShop] EOF - Villagers have been loaded
> [20:06:37 INFO]: [CoreProtect] Enabling CoreProtect v2.0.8
> [20:06:37 INFO]: CoreProtect version 2.0.8 is enabled!
> [20:06:37 INFO]: [CoreProtect] Using SQLite for data storage.
> [20:06:37 INFO]: [SkyWars] Enabling SkyWars v1.0
> [20:06:37 INFO]: [GameModeInventories] Enabling GameModeInventories v2.1.1
> [20:06:37 INFO]: [HeadDrops] Updater: You have the newest version installed
> [20:06:37 INFO]: [Lockette] Enabling Lockette v1.7.12
> [20:06:37 INFO]: [Lockette] Version 1.7.12 is being enabled! Yay! (Core version 1.3.7)
> [20:06:37 INFO]: [Lockette] Detected craftbukkit build [3015] ok.
> [20:06:37 INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
> [20:06:37 INFO]: [Lockette] Ignoring linked plugins: cMMO]
> [20:06:37 INFO]: [Lockette] Loading strings file for English by Acru
> [20:06:37 INFO]: [Lockette] Enabled link to plugin LWC for Zones, version 4.4.0 (b881) (July 11, 2013)
> [20:06:37 INFO]: [Lockette] Using ops file for admin permissions.
> [20:06:37 INFO]: [Lockette] Ready to protect your containers.
> [20:06:37 INFO]: [ClearLag] Enabling ClearLag v2.8.0
> [20:06:37 INFO]: [ClearLag] Loading modules...
> [20:06:37 WARN]: [ClearLag] ARMOR_STAND is NOT a valid Entity!
> [20:06:37 INFO]: [ClearLag] Modules have been loaded!
> [20:06:37 INFO]: [ClearLag] Clearlag is now enabled!
> [20:06:37 INFO]: [ClearLag] Checking for updates...
> [20:06:37 INFO]: [ColorMe] Enabling ColorMe v3.8.1
> [20:06:37 INFO]: [ColorMe] Loaded Vault successfully
> [20:06:37 INFO]: [ColorMe] Running without Spout!
> [20:06:37 INFO]: [ColorMe] Using own group system!
> [20:06:37 INFO]: [ColorMe] SoftMode enabled. If other chat plugins are found, the chat won't be affected by ColorMe.
> [20:06:37 INFO]: [ColorMe] Found EssentialsChat. Will use it for chat!
> [20:06:37 INFO]: [ColorMe] Didn't found TagAPI!
> [20:06:38 INFO]: [ClearLag] No updates found!
> [20:06:38 INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
> [20:06:38 INFO]: [AdvancedSelector] Enabling AdvancedSelector v2.5
> [20:06:38 INFO]: [AdvancedSelector] Enabled AdvancedSelector v2.5
> [20:06:38 INFO]: [LuckyBlocks] Enabling LuckyBlocks v6.0
> [20:06:38 INFO]: [LuckyBlocks] has been enabled!
> [20:06:38 ERROR]: Error occurred while enabling LuckyBlocks v6.0 (Is it up to date?)
java.lang.NoClassDefFoundError: com/meesvdw/thepluginbros/luckyblocks/Metrics$1
at com.meesvdw.thepluginbros.luckyblocks.Metrics.start(Metrics.java:174) ~[?:?]
at com.meesvdw.thepluginbros.luckyblocks.LuckyBlocks.onEnable(LuckyBlocks.java:62) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:389) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:439) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:375) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
Caused by: java.lang.ClassNotFoundException: com.meesvdw.thepluginbros.luckyblocks.Metrics$1
at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_60]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_60]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_60]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_60]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_60]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_60]
... 13 more
> [20:06:38 INFO]: [Essentials] Enabling Essentials vPre2.13.1.7
> [20:06:38 INFO]: [Vault][Economy] Essentials Economy hooked.
> [20:06:38 INFO]: Essentials: Using config file enhanced permissions.
> [20:06:38 INFO]: Permissions listed in as player-commands will be given to all users.
> [20:06:38 INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.31-b411)
> [20:06:38 INFO]: agicCarpet] Enabling MagicCarpet v2.4
> [20:06:38 INFO]: agicCarpet] Loading carpets...
> [20:06:38 INFO]: agicCarpet] is now enabled!
> [20:06:38 INFO]: [Citizens] Enabling Citizens v2.0.11-SNAPSHOT (build 1053)
> [20:06:39 INFO]: [Jobs] Enabling Jobs v2.11.3
> [20:06:39 INFO]: [Jobs] Started database save task
> [20:06:39 INFO]: [Jobs] Started buffered payment thread
> [20:06:39 INFO]: [Jobs] Plugin has been enabled succesfully.
> [20:06:39 INFO]: [SkyText] Enabling SkyText v1.15
> [20:06:39 INFO]: [SkyText] Initialising
> [20:06:39 INFO]: [WorldEdit] Using external NmsBlock for this version: CBXNmsBlock_172
> [20:06:40 WARN]: java.lang.NumberFormatException: For input string: ""
> [20:06:40 WARN]: at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
> [20:06:40 WARN]: at java.lang.Integer.parseInt(Integer.java:504)
> [20:06:40 WARN]: at java.lang.Integer.parseInt(Integer.java:527)
> [20:06:40 WARN]: at net.coreprotect.thread.CheckUpdate.run(CheckUpdate.java:52)
> [20:06:40 WARN]: at java.lang.Thread.run(Thread.java:745)
> [20:06:40 WARN]: [SkyText] Could not save !.schematic to plugins/SkyText/Schematics/!.schematic because !.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save _.schematic to plugins/SkyText/Schematics/_.schematic because _.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save colon.schematic to plugins/SkyText/Schematics/colon.schematic because colon.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 0.schematic to plugins/SkyText/Schematics/0.schematic because 0.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 1.schematic to plugins/SkyText/Schematics/1.schematic because 1.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 2.schematic to plugins/SkyText/Schematics/2.schematic because 2.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 3.schematic to plugins/SkyText/Schematics/3.schematic because 3.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 4.schematic to plugins/SkyText/Schematics/4.schematic because 4.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 5.schematic to plugins/SkyText/Schematics/5.schematic because 5.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 6.schematic to plugins/SkyText/Schematics/6.schematic because 6.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 7.schematic to plugins/SkyText/Schematics/7.schematic because 7.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 8.schematic to plugins/SkyText/Schematics/8.schematic because 8.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save 9.schematic to plugins/SkyText/Schematics/9.schematic because 9.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Ca.schematic to plugins/SkyText/Schematics/Ca.schematic because Ca.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cb.schematic to plugins/SkyText/Schematics/Cb.schematic because Cb.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cc.schematic to plugins/SkyText/Schematics/Cc.schematic because Cc.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cd.schematic to plugins/SkyText/Schematics/Cd.schematic because Cd.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Ce.schematic to plugins/SkyText/Schematics/Ce.schematic because Ce.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cf.schematic to plugins/SkyText/Schematics/Cf.schematic because Cf.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cg.schematic to plugins/SkyText/Schematics/Cg.schematic because Cg.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Ch.schematic to plugins/SkyText/Schematics/Ch.schematic because Ch.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Ci.schematic to plugins/SkyText/Schematics/Ci.schematic because Ci.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cj.schematic to plugins/SkyText/Schematics/Cj.schematic because Cj.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Ck.schematic to plugins/SkyText/Schematics/Ck.schematic because Ck.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cl.schematic to plugins/SkyText/Schematics/Cl.schematic because Cl.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cm.schematic to plugins/SkyText/Schematics/Cm.schematic because Cm.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cn.schematic to plugins/SkyText/Schematics/Cn.schematic because Cn.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Co.schematic to plugins/SkyText/Schematics/Co.schematic because Co.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cp.schematic to plugins/SkyText/Schematics/Cp.schematic because Cp.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cq.schematic to plugins/SkyText/Schematics/Cq.schematic because Cq.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cr.schematic to plugins/SkyText/Schematics/Cr.schematic because Cr.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cs.schematic to plugins/SkyText/Schematics/Cs.schematic because Cs.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Ct.schematic to plugins/SkyText/Schematics/Ct.schematic because Ct.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cu.schematic to plugins/SkyText/Schematics/Cu.schematic because Cu.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cv.schematic to plugins/SkyText/Schematics/Cv.schematic because Cv.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cw.schematic to plugins/SkyText/Schematics/Cw.schematic because Cw.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cx.schematic to plugins/SkyText/Schematics/Cx.schematic because Cx.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cy.schematic to plugins/SkyText/Schematics/Cy.schematic because Cy.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save Cz.schematic to plugins/SkyText/Schematics/Cz.schematic because Cz.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save a.schematic to plugins/SkyText/Schematics/a.schematic because a.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save b.schematic to plugins/SkyText/Schematics/b.schematic because b.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save c.schematic to plugins/SkyText/Schematics/c.schematic because c.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save d.schematic to plugins/SkyText/Schematics/d.schematic because d.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save e.schematic to plugins/SkyText/Schematics/e.schematic because e.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save f.schematic to plugins/SkyText/Schematics/f.schematic because f.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save g.schematic to plugins/SkyText/Schematics/g.schematic because g.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save h.schematic to plugins/SkyText/Schematics/h.schematic because h.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save i.schematic to plugins/SkyText/Schematics/i.schematic because i.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save j.schematic to plugins/SkyText/Schematics/j.schematic because j.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save k.schematic to plugins/SkyText/Schematics/k.schematic because k.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save l.schematic to plugins/SkyText/Schematics/l.schematic because l.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save m.schematic to plugins/SkyText/Schematics/m.schematic because m.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save n.schematic to plugins/SkyText/Schematics/n.schematic because n.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save o.schematic to plugins/SkyText/Schematics/o.schematic because o.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save p.schematic to plugins/SkyText/Schematics/p.schematic because p.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save q.schematic to plugins/SkyText/Schematics/q.schematic because q.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save r.schematic to plugins/SkyText/Schematics/r.schematic because r.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save s.schematic to plugins/SkyText/Schematics/s.schematic because s.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save t.schematic to plugins/SkyText/Schematics/t.schematic because t.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save u.schematic to plugins/SkyText/Schematics/u.schematic because u.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save v.schematic to plugins/SkyText/Schematics/v.schematic because v.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save w.schematic to plugins/SkyText/Schematics/w.schematic because w.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save x.schematic to plugins/SkyText/Schematics/x.schematic because x.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save y.schematic to plugins/SkyText/Schematics/y.schematic because y.schematic already exists.
> [20:06:40 WARN]: [SkyText] Could not save z.schematic to plugins/SkyText/Schematics/z.schematic because z.schematic already exists.
> [20:06:40 INFO]: [SkyText] Starting Listener
> [20:06:40 INFO]: [SkyText] Starting Task
> [20:06:40 ERROR]: Error occurred while enabling SkyText v1.15 (Is it up to date?)
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:454) ~[?:1.7.0_60]
at java.lang.Integer.parseInt(Integer.java:527) ~[?:1.7.0_60]
at uk.co.commonblob.SkyText.SkyTextListener.<init>(SkyTextListener.java:42) ~[?:?]
at uk.co.commonblob.SkyText.SkyText.onEnable(SkyText.java:183) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:389) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:439) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:375) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-42-g0551358-b3015jnks]
> [20:06:40 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vPre2.13.1.7
> [20:06:40 INFO]: [CreativeGates] Enabling CreativeGates v2.4.0
> [20:06:40 INFO]: [CreativeGates 2.4.0] === ENABLE START ===
> [20:06:40 INFO]: [CreativeGates 2.4.0] === ENABLE COMPLETE (Took 63ms) ===
> [20:06:40 INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.13.1.7
> [20:06:40 INFO]: [Residence] Enabling Residence v2.6.6.6
> [20:06:40 INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
> [20:06:40 INFO]: [Residence] Scanning for economy systems...
> [20:06:40 INFO]: [Residence] Found Vault using economy system: iConomy 7
> [20:06:40 INFO]: [Residence] Found WorldEdit
> [20:06:40 INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
> [20:06:40 INFO]: [ChestShop] Enabling ChestShop v3.7.3
> [20:06:40 INFO]: [ChestShop] LWC version 4.4.0 (b881) (July 11, 2013) loaded.
> [20:06:40 INFO]: [ChestShop] Lockette version 1.7.12 loaded.
> [20:06:40 INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
> [20:06:40 INFO]: [ChestShop] Vault loaded! Found an economy plugin!
> [20:06:42 INFO]: [AuthMe] Enabling AuthMe v5.0-SNAPSHOT
> [20:06:42 INFO]: [AuthMe] Loading Configuration File...
> [20:06:42 INFO]: [AuthMe] Set Language: en
> [20:06:42 INFO]: [AuthMe] Metrics started successfully!
> [20:06:42 INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
> [20:06:42 INFO]: [AuthMe] Hook with Essentials plugin
> [20:06:42 INFO]: [AuthMe] Hook with EssentialsSpawn plugin
> [20:06:42 INFO]: [AuthMe] [LICENSE] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
> [20:06:42 INFO]: [AuthMe] AuthMe hook perfectly with server hosting VERYGAMES
> [20:06:42 INFO]: [AuthMe] Authme 5.0-SNAPSHOT enabled
> [20:06:43 INFO]: Server permissions file permissions.yml is empty, ignoring it
> [20:06:45 INFO]: Done (13.133s)! For help, type "help" or "?"
> [20:06:45 INFO]: Starting GS4 status listener
> [20:06:45 INFO]: Starting remote control listener
> [20:06:45 INFO]: Query running on 82.208.17.16:27410
> [20:06:45 WARN]: No rcon password set in '/hlserver/27410/server.properties', rcon disabled!
> [20:06:45 INFO]: [Jobs] [Jobs] Successfully linked with Vault.
> [20:06:45 INFO]: Accepted EditSessionFactory of type net.coreprotect.worldedit.CoreProtectEditSessionFactory from net.coreprotect.worldedit
> [20:06:45 INFO]: [Citizens] Loaded 74 NPCs.
> [20:06:46 INFO]: [Vault] Checking for Updates:
> [20:06:46 WARN]: [Vault] Stable Version: 1.5.3 is out! You are still running version: 1.2.31
> [20:06:46 WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault

-
Smexhy
- Příspěvky: 5602
- Věk: 26
- Registrován: 31 říj 2012, 15:50
- Reputation: 20
- Bydliště: Slovensko
- Kontaktovat uživatele:
Re: Nefunguji rezidence
Super, ešte sa nauč používať spojler, a budeme kompletní.
-
mk20
- Příspěvky: 109
- Registrován: 17 črc 2015, 12:11
- Reputation: 0
- Hanakocz
- Příspěvky: 3228
- Věk: 34
- Registrován: 25 črc 2013, 20:53
- Reputation: 7
- Kontaktovat uživatele:
Re: Nefunguji rezidence
Houby spoiler, ale CODE....jedná se o tlačítko v editoru, hned nad psacím políčkem.
Jinak, asi 4 pluginy ti tam nefungujou, zběžně bych si tipl na to, že tam máš verzi pro 1.6
Jinak, asi 4 pluginy ti tam nefungujou, zběžně bych si tipl na to, že tam máš verzi pro 1.6
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)
-
mk20
- Příspěvky: 109
- Registrován: 17 črc 2015, 12:11
- Reputation: 0
- Hanakocz
- Příspěvky: 3228
- Věk: 34
- Registrován: 25 črc 2013, 20:53
- Reputation: 7
- Kontaktovat uživatele:
Re: Nefunguji rezidence
Však jsem ti to napsal. Ty pluginy chtějí MC 1.6, ty máš MC 1.7, takže musíš pluginy nahradit aktuálníma verzema. Pokud takové neexistují, tak je prostě odstraň
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)
-
mk20
- Příspěvky: 109
- Registrován: 17 črc 2015, 12:11
- Reputation: 0
Re: Nefunguji rezidence
takze kdyz bude verze 1.6 tak to bude ok
-- 05 srp 2015, 12:53 --
ja jsem dal res na 1.7 a furt nic
-- 06 srp 2015, 22:37 --
jen jeste takovej hloupej dotaz musim ten mod morph mit i na svémc mc ?
-- 05 srp 2015, 12:53 --
ja jsem dal res na 1.7 a furt nic
-- 06 srp 2015, 22:37 --
jen jeste takovej hloupej dotaz musim ten mod morph mit i na svémc mc ?

Kdo je online
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 22 hostů