kernitus / BukkitOldCombatMechanics

Spigot plugin to configure combat mechanics from 1.9 onwards
https://www.spigotmc.org/resources/19510/
Mozilla Public License 2.0
167 stars 72 forks source link

crash quit and join event. #184

Closed infinity3113 closed 6 years ago

infinity3113 commented 6 years ago

Info

This is to toggle the update checker

update-checker: enabled: true

Modes: auto, bukkit, spigot

mode: auto

Enable the oldcombatmechanics.toggle permission

for players to individually /ocm toggle their cooldown

enableIndividualToggle: false

List of interactive blocks that right clicking on will be ignored

This is for modules such as sword blocking and elytra

interactive: [enchantment_table,anvil,brewing_stand,trapped_chest,chest,bed,boat,fence_gate,dispenser,dropper,furnace,jukebox,ender_chest,stone_button,wood_button,beacon,tripwire_hook,hopper,daylight_detector,daylight_detector_inverted,item_frame,diode,diode_block_off,diode_block_on,redstone_comparator,redstone_comparator_off,redstone_comparator_on,acacia_door,birch_door,dark_oak_door,jungle_door,spruce_door,wood_door,workbench,bed_block,lever,trap_door,burning_furnace,spruce_fence_gate,birch_fence_gate,jungle_fence_gate,dark_oak_fence_gate,acacia_fence_gate,white_shulker_box,orange_shulker_box,magenta_shulker_box,light_blue_shulker_box,yellow_shulker_box,lime_shulker_box,pink_shulker_box,gray_shulker_box,silver_shulker_box,cyan_shulker_box,purple_shulker_box,blue_shulker_box,brown_shulker_box,green_shulker_box,red_shulker_box,black_shulker_box]

To use the per-world feature you specify a list of the worlds in the []

For example: (names are case sensitive)

worlds: [world,survival,creative,SkyWars]

Another example (for 1 world):

worlds: [bestWorld]

disable-attack-cooldown:

This is to disable the attack cooldown

enabled: false worlds: []

What to set the attack speed to. Default for 1.9 is 4, at least 16 is needed for no cooldown.

generic-attack-speed: 24

disable-player-collisions:

This is to disable player collision

This is now compatible with scoreboard and tablist-editing plugins

enabled: true worlds: [S2]

disable-sword-sweep:

This is to disable the sword sweep attack

The particle effect will still be present but will not affect surrounding entities

enabled: true worlds: []

disable-crafting:

Disable the crafting of specified items

enabled: false worlds: []

List of denied items

denied: []

disable-offhand:

Disable the usage of the offhand

Won't affect sword-blocking module

enabled: false worlds: []

Whether the following list blocks items or allows them

whitelist: true

List of items that should be allowed/not

Example: [diamond_sword,BOW]

items: []

old-brewing-stand:

Automatically refuels brewing stands

enabled: true worlds: []

no-lapis-enchantments:

Automatically adds lapis to enchantment tables upon opening

enabled: false worlds: []

Whether to only allow this for players with oldcombatmechanics.nolapis permission

usePermission: false

disable-elytra:

Do not allow players to wear elytra

enabled: false worlds: []

disable-enderpearl-cooldown:

Disables enderpearl cooldown

enabled: false worlds: []

old-tool-damage:

This is to set the tool damage as in pre-1.9

NOTE: this will modify the damage, however on the item tooltip it will still show the 1.9+ damage

enabled: true worlds: []

This will allow you to set the damage divider

The default values below are obtained by doing (1.8 value)/(1.9 value)

Only axes and shovel values changed between the versions, so all others here have a divider of 1

We put them here anyway in case you wished to change them.

The plugin subtracts the enchantment-added damage,

divides the damage done while holding the weapon by the following values,

and adds back on the enchantment-added damage.

damages:

Axe damages

GOLD_AXE: 2.333333
WOOD_AXE: 2.333333
STONE_AXE: 2.25
IRON_AXE: 1.8
DIAMOND_AXE: 1.5
# Shovel damages
GOLD_SPADE: 2.5
WOOD_SPADE: 2.5
STONE_SPADE: 1.75
IRON_SPADE: 1.5
DIAMOND_SPADE: 1.375
# Sword damages
GOLD_SWORD: 1
WOOD_SWORD: 1
STONE_SWORD: 1
IRON_SWORD: 1
DIAMOND_SWORD: 1
# Pickaxe damages
GOLD_PICKAXE: 1
WOOD_PICKAXE: 1
STONE_PICKAXE: 1
IRON_PICKAXE: 1
DIAMOND_PICKAXE: 1
# Hoe damages
GOLD_HOE: 1
WOOD_HOE: 1
STONE_HOE: 1
IRON_HOE: 1
DIAMOND_HOE: 1

sword-blocking:

This is to allow players to block with swords again by getting a shield while they hold right click with a sword

enabled: false worlds: []

How much damage should blocking reduce

This can either be a number in half-hearts (e.g 2) or a percentage (e.g. 20%)

1.8 default: 50% 1.9 default: 33%

blockingDamageReduction: 50%

Whether shields can block damage entirely

In 1.8 blocking could only reduce to 1/2 a heart

shieldFullBlock: false

The minimum amount of damage, in half-hearts, if shieldFullBlock is enabled

minimumDamage: 1.0

How often, it ticks, should OCM check if the player is still blocking with the shield and remove it if not

If this is too fast the player will have their shield disappear before they're able to block again causing a slight delay

If this is too slow players will have a shield in their hand well after they've stopped blocking

20 ticks = 1 second

restoreDelay: 40

List of items that holding in the offhand while right-clicking with a sword doesn't trigger blocking e.g. bow

noBlockingItems: []

Whether the above list should act as a blacklist (i.e. only items in it stop the blocking mechanic)

blacklist: true

old-golden-apples:

This is to change the behaviour / crafting of golden apples to how it was in pre-1.9

WARNING: If on 1.12 or above and you disable this module you must reload the server for the recipe to disappear

enabled: false worlds: []

If you want to allow enchanted golden apple crafting

enchanted-golden-apple-crafting: true

Enabling this makes the potion effects gained by eating golden apples

and enchanted golden apples the same as it was in pre-1.9

old-potion-effects: true

Potion effects golden apples should apply

Duration is in ticks (20 ticks = 1 second)

Amplifier is potion level -1, so Regeneration IV would be amplifier 3

gapple-effects: regeneration: duration: 100 amplifier: 1 absorption: duration: 2400 amplifier: 0

Potion effects enchanted golden apples should apply

napple-effects: regeneration: duration: 600 amplifier: 4 damage_resistance: duration: 6000 amplifier: 0 fire_resistance: duration: 6000 amplifier: 0 absorption: duration: 2400 amplifier: 0

Enable this if you have another plugin which adds a crafting recipe for

enchanted golden apples (requires server restart)

no-conflict-mode: false

old-fishing-knockback:

This is to make the knockback of players when they get hit by a fishing bobber the same as it was in pre-1.9

Credit to HyKurtis for the original code, optimised by Rayzr522

enabled: true worlds: []

This makes OCM check if other plugins are stopping the rod damage and follow their choice

Set to false to always have rod damage

checkCancelled: false

This is the damage done by the fishing rod attack

damage: 0.2

Whether the EntityDamageEvent should be used instead of the EntityDamageByEntityEvent

Set to true when using plugins like NCP that check range

useEntityDamageEvent: false

This is to cancel dragging in the entity attached to the fishing rod when reeling in, like in 1.8

cancelDraggingIn: true

projectile-knockback:

This adds knockback and/or damage to players when they get hit by snowballs, eggs & enderpearls

This has been a Bukkit bug for so long people thought it was vanilla when it was recently patched

enabled: true worlds: []

This is the damage done by each projectile

damage: snowball: 0.1 egg: 0.1 ender_pearl: 0.1

old-player-regen:

This is to make players' regeneration act mostly like it did in pre-1.9

It's hard to make it behave exactly like before, but in general this makes it work like in pre-1.9

enabled: true worlds: []

How often, in seconds, a player should regenerate health

frequency: 3

How many half-hearts the player should heal by, every seconds specified above

amount: 1

How much exhaustion healing should give to the player. In 1.8: 3 In 1.9: 4 in 1.11: 6

If, after adding this, Minecraft finds the value is above 4, it subtracts 4

and either reduces saturation or, if saturation is 0, reduces food level by 1 (1/2 a stick)

exhaustion: 3

old-armour-strength:

This is to set armour strength values as in pre-1.9

enabled: true worlds: []

The higher the armour toughness value the closer the damage done while wearing armour is to pre-1.9 values

toughness: 9999

This is to change the armour strength values if you so wish

strength:

Leather armour

LEATHER_HELMET: 1
LEATHER_CHESTPLATE: 3
LEATHER_LEGGINGS: 2
LEATHER_BOOTS: 1
# Chainmail armour
CHAINMAIL_HELMET: 2
CHAINMAIL_CHESTPLATE: 5
CHAINMAIL_LEGGINGS: 4
CHAINMAIL_BOOTS: 1
# Golden armour
GOLD_HELMET: 2
GOLD_CHESTPLATE: 5
GOLD_LEGGINGS: 3
GOLD_BOOTS: 1
# Iron armour
IRON_HELMET: 2
IRON_CHESTPLATE: 6
IRON_LEGGINGS: 5
IRON_BOOTS: 2
# Diamond armour
DIAMOND_HELMET: 3
DIAMOND_CHESTPLATE: 8
DIAMOND_LEGGINGS: 6
DIAMOND_BOOTS: 3

old-potion-effects:

This is to restore the 1.8 potion effects before they were nerfed

enabled: true

Strength potion

8228: poison: duration: 440 amplifier: 1????

disable-projectile-randomness:

This is to remove projectile randomness while firing arrows with a bow

This is actually a very old feature and has been in the game for quite some time

enabled: false worlds: []

disable-bow-boost:

This is to stop players from boosting themselves forward by hitting themselves

while running with a punch II arrow from their bow

This module just stops them from hitting themselves with arrows entirely

enabled: false worlds: []

################################

SPECIAL SETTINGS BELOW

################################

This enables debug messages, only enable when troubleshooting

debug: enabled: false

DO NOT CHANGE THIS NUMBER AS IT WILL RESET YOUR CONFIG

config-version: 25



## Problem Description
> crash, and join quit.
rayzr522 commented 6 years ago

Is the player who is joining/leaving wearing custom armor that has attributes which are set by either a command or another Bukkit plugin? Because all attributes on the armor should, if properly set, be of the type Double. What armor is the player wearing?

infinity3113 commented 6 years ago

I use 3 different types of plugins on my server for attributes, myitems, mmoitems and divineitemsrpg:

https://www.spigotmc.org/resources/myitems-1-8-x-1-10-x.26610/ Myitems. https://www.spigotmc.org/resources/mmoitems-25-stats-30-abilities-item-edition-gui.39267/ MMoitems https://www.spigotmc.org/resources/divineitemsrpg-1-9-1-12.40007/ DivineitemsRPG

rayzr522 commented 6 years ago

I figured as much. This means that one or more of those plugins is improperly creating those items. However, it should be an easy patch. I'll let you know when I have a dev build for you to test.

infinity3113 commented 6 years ago

Thank you very much for your help, I will be checking on the update.

rayzr522 commented 6 years ago

I have just committed a possible fix for your error. Please try the latest dev build and let me know if you no longer receive any errors upon joining and leaving.

infinity3113 commented 6 years ago

Very well I will be aware of the console to see if it does not register any error, because it usually happens once or twice a day. I will inform you when I test it well. Another thing the player collision deactivated and is still activated and the console does not throw any error.

rayzr522 commented 6 years ago

Thank you, I will leave this issue open until your issue has been confirmed as resolved.

If you are having issues with the player collision, please open another issue report and describe your issue in detail.

infinity3113 commented 6 years ago

Thank you.

infinity3113 commented 6 years ago

It seems that with the trial version it works to disable the collision. Thank you very much. Once I see about the crash problem I notify you.

infinity3113 commented 6 years ago

If the patch works perfectly it no longer detects the crash, but I have another problem since I put that patch some times they enter the server and this error comes out

User Dominiq_Evans has disconnected, reason: Internal Exception: java.lang.NullPointerException

rayzr522 commented 6 years ago

Is there any other output along with that? Additionally, how are you sure this error is due to OldCombatMechanics? (Correlation does not always mean causation, it may not be due to the patched OCM plugin, although it may be)

infinity3113 commented 6 years ago

That mistake before did not happen before. That's why I'm 90% sure. I have not made any more changes to the server, just that one.

rayzr522 commented 6 years ago

Is that NullPointerException an error from the client side or the server side?

I-Al-Istannen commented 6 years ago

instanceof checks for null and was about the only change.

Can you post the whole error thing following the NPE? Maybe something is in the log file, if nothing is displayed in the console.

infinity3113 commented 6 years ago
[19:42:09] [User Authenticator #15/INFO]: UUID of player infinity3113 is 082f7e6e-132b-3e08-a0e7-745a4928eb54
[19:42:09] [Server thread/INFO]: infinity3113[/186.188.93.100:55913] logged in with entity id 223166 at ([S2]-87.01255955267817, 80.0, -62.54907181199707)
[19:42:09] [Server thread/INFO]: infinity3113 lost connection: Internal Exception: java.lang.NullPointerException

That's the complete error that comes out in the logs

rayzr522 commented 6 years ago

If you remove OCM and restart the server, does this error still occur?

infinity3113 commented 6 years ago

I will try deleting the ocm and I will tell you right away if this problem continues to happen. Although it may be an incompatibility error between the authme reloaded and the ocm. I'm just saying, I'm not sure. As soon as you have proof that deleting the ocm plugin and not passing that error will notify you.

I-Al-Istannen commented 6 years ago

grafik Can you turn on debug in the server.properties and then reproduce the error?

infinity3113 commented 6 years ago

Already activate it now?

I-Al-Istannen commented 6 years ago

You can try if it occurs without OCM. If it does add OCM again and turn debug on. It will display a more elaborate error message, as the short one it prints without doesn't tell remotely enough to diagnose the problem sadly.

infinity3113 commented 6 years ago

even if I delete the ocm and I no longer detect that error. Activate the debug together with the ocm.

infinity3113 commented 6 years ago

I already deleted the ocm and it does not keep happening.

rayzr522 commented 6 years ago

Turn debug mode on in server.properties, put the OldCombatMechanics JAR file back, and then restart your server.

infinity3113 commented 6 years ago
[20:28:59] [Server thread/INFO]: Starting minecraft server version 1.11.2
[20:28:59] [Server thread/INFO]: Loading properties
[20:28:59] [Server thread/INFO]: Default game type: SURVIVAL
[20:28:59] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-3fb9445-6e3cec8 (MC: 1.11.2) (Implementing API version 1.11.2-R0.1-SNAPSHOT)
[20:29:00] [Server thread/INFO]: Server Ping Player Sample Count: 12
[20:29:00] [Server thread/INFO]: Using 4 threads for Netty based IO
[20:29:00] [Server thread/INFO]: Debug logging is disabled
[20:29:00] [Server thread/INFO]: Generating keypair
[20:29:00] [Server thread/INFO]: Starting Minecraft server on 192.95.23.132:25566
[20:29:00] [Server thread/INFO]: Using epoll channel type
[20:29:00] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[20:29:00] [Netty Epoll Server IO #1/WARN]: java.lang.NullPointerException
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at net.minecraft.server.v1_11_R1.PacketStatusListener.a(PacketStatusListener.java:124)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at net.minecraft.server.v1_11_R1.PacketStatusInStart.a(SourceFile:23)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at net.minecraft.server.v1_11_R1.PacketStatusInStart.a(SourceFile:8)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at net.minecraft.server.v1_11_R1.NetworkManager.a(NetworkManager.java:126)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at net.minecraft.server.v1_11_R1.NetworkManager.channelRead0(NetworkManager.java:327)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at net.minecraft.server.v1_11_R1.NetworkManager.channelRead0(NetworkManager.java:1)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at net.minecraft.server.v1_11_R1.LegacyPingHandler.channelRead(SourceFile:94)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[20:29:00] [Netty Epoll Server IO #1/WARN]:     at java.lang.Thread.run(Thread.java:748)
[20:29:02] [Server thread/INFO]: [MessageCoolDown] Loading MessageCoolDown v3.0
[20:29:02] [Server thread/INFO]: [SystemManager] Loading SystemManager v3.0
[20:29:02] [Server thread/INFO]: [PlugMan] Loading PlugMan v1.8.1
[20:29:02] [Server thread/INFO]: [CustomRecipes] Loading CustomRecipes v1.0.5
[20:29:02] [Server thread/INFO]: [Images] Loading Images v1.0.3-SNAPSHOT
[20:29:02] [Server thread/INFO]: [NoVPN] Loading NoVPN v1.8.3
[20:29:02] [Server thread/INFO]: [RatePeoples] Loading RatePeoples v1.0
[20:29:02] [Server thread/INFO]: [Welcomer] Loading Welcomer v1.5
[20:29:02] [Server thread/INFO]: [AgarthaLib] Loading AgarthaLib vMysthoria
[20:29:02] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v1.1
[20:29:02] [Server thread/INFO]: [Broadcast] Loading Broadcast v3.0.3
[20:29:02] [Server thread/INFO]: [ActionBarAPI] Loading ActionBarAPI v1.5.3
[20:29:02] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v1.1
[20:29:02] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.3.0
[20:29:02] [Server thread/WARN]: [ProtocolLib] Updater section is missing, regenerate your config!
[20:29:02] [Server thread/INFO]: [DeathMessagesPrime] Loading DeathMessagesPrime v1.12.20
[20:29:02] [Server thread/INFO]: [Stables] Loading Stables v1.9.11.1
[20:29:02] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.13.1
[20:29:02] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
[20:29:02] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
[20:29:02] [Server thread/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:29:02] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.7.0
[20:29:02] [Server thread/INFO]: [TAB] Loading TAB v1.7.0
[20:29:02] [Server thread/INFO]: [StaffChat] Loading StaffChat v2.3
[20:29:02] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.8
[20:29:02] [Server thread/INFO]: [RPGHealthIndicator] Loading RPGHealthIndicator v1.8.3
[20:29:02] [Server thread/INFO]: [AntiUUIDSpoof] Loading AntiUUIDSpoof v1.0.3
[20:29:02] [Server thread/INFO]: [NeosNoExplosion] Loading NeosNoExplosion v1.4
[20:29:02] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.7
[20:29:02] [Server thread/INFO]: [BetterChairs] Loading BetterChairs v0.9.5
[20:29:02] [Server thread/INFO]: [MyItems] Loading MyItems vMysthoria
[20:29:02] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.3
[20:29:02] [Server thread/INFO]: [OldCombatMechanics] Loading OldCombatMechanics v1.6.5
[20:29:02] [Server thread/INFO]: [AdvancedCraftingTable] Loading AdvancedCraftingTable v0.1.9
[20:29:02] [Server thread/INFO]: [DropEdit] Loading DropEdit v1.10.83
[20:29:02] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.14.2
[20:29:02] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611
[20:29:02] [Server thread/INFO]: [xRandomTP] Loading xRandomTP v1.4.5
[20:29:02] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
[20:29:02] [Server thread/INFO]: [PlayerDataDuplicateRemoverReborn] Loading PlayerDataDuplicateRemoverReborn v2.1.1
[20:29:02] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.7
[20:29:02] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.6.0
[20:29:02] [Server thread/INFO]: [EnchantGUI] Loading EnchantGUI v1.4.1
[20:29:02] [Server thread/INFO]: [Votifier] Loading Votifier v2.3.6
[20:29:02] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.5.0-SNAPSHOT
[20:29:02] [Server thread/INFO]: [EnhancedBalTop] Loading EnhancedBalTop v1.6.4.0
[20:29:02] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib vv1.5.18
[20:29:02] [Server thread/INFO]: [Vault] Loading Vault v1.6.6-b${env.TRAVIS_BUILD_NUMBER}
[20:29:02] [Server thread/INFO]: [xInventories] Loading xInventories v2.3
[20:29:02] [Server thread/INFO]: [InventoryApi] Loading InventoryApi v272 §fbuilt on §a25-08-2014 05:16
[20:29:02] [Server thread/INFO]: [Parties] Loading Parties v2.2.18
[20:29:02] [Server thread/INFO]: [LWC] Loading LWC v2.0.7
[20:29:02] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
[20:29:02] [Server thread/INFO]: [ezAuctions] Loading ezAuctions v1.3.6
[20:29:02] [Server thread/INFO]: [NoPlugins] Loading NoPlugins v6.8
[20:29:02] [Server thread/INFO]: [RPGLives] Loading RPGLives v2.3.7
[20:29:02] [Server thread/INFO]: [AddLight] Loading AddLight v4.2.1
[20:29:02] [Server thread/INFO]: [MessageFilter] Loading MessageFilter v0.3.3
[20:29:02] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
[20:29:02] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v1.31.5
[20:29:02] [Server thread/INFO]: [ResourcePackDownloader] Loading ResourcePackDownloader v7.2
[20:29:02] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.22-SNAPSHOT (build 1479)
[20:29:02] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.82
[20:29:02] [Server thread/INFO]: [Lottery] Loading Lottery v1.2.0
[20:29:02] [Server thread/INFO]: [PyrCore] Loading PyrCore v3.3.2
[20:29:02] [Server thread/INFO]: [Potatoes] Loading Potatoes v3.2.19
[20:29:02] [Server thread/INFO]: [ItemSlotMachine] Loading ItemSlotMachine v1.4.0
[20:29:02] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242
[20:29:02] [Server thread/INFO]: [Slimefun] Loading Slimefun vv4.1.15
[20:29:02] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.1
[20:29:02] [Server thread/INFO]: [SynthCrates] Loading SynthCrates v1.3.0
[20:29:02] [Server thread/INFO]: [Autorank] Loading Autorank v3.8.4
[20:29:02] [Server thread/INFO]: [Skills] Loading Skills v10.0.6
[20:29:02] [Server thread/INFO]: [PreciousStones] Loading PreciousStones v10.7.2
[20:29:02] [Server thread/INFO]: [SafeTrade] Loading SafeTrade v1.0.10
[20:29:02] [Server thread/INFO]: [TreasureChest] Loading TreasureChest v8.4.5
[20:29:02] [Server thread/INFO]: [ExoticGarden] Loading ExoticGarden v1.6.3
[20:29:02] [Server thread/INFO]: [Parkour] Loading Parkour v4.5
[20:29:02] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v3.4.3
[20:29:02] [Server thread/INFO]: [CustomMobs] Loading CustomMobs v4.17
[20:29:02] [Server thread/INFO]: [CustomMobs] Starting loading phase...
[20:29:02] [Server thread/INFO]: [CustomMobs] Assumed ServerType: SPIGOT
[20:29:02] [Server thread/INFO]: [CustomMobs] Server version: v1_11_R1
[20:29:02] [Server thread/INFO]: [CustomMobs] Loaded configuration!
[20:29:02] [Server thread/INFO]: [CustomMobs] Copying default languageFile (en_US.lang)
[20:29:02] [Server thread/INFO]: [CustomMobs] Copied default languageFile to lang-folder!
[20:29:02] [Server thread/INFO]: [CustomMobs] This Version of custom mobs supports the following server versions:
[20:29:02] [Server thread/INFO]: [CustomMobs] v1_9_R1, v1_9_R2, v1_10_R1, v1_11_R1
[20:29:02] [Server thread/INFO]: [CustomMobs] Current server version is supported by CustomMobs!
[20:29:02] [Server thread/INFO]: [CustomMobs] Loading finished.
[20:29:02] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.3.2-SNAPSHOT
[20:29:02] [Server thread/INFO]: [Quests] Loading Quests v3.3.4-b316
[20:29:02] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.15.0.1
[20:29:02] [Server thread/INFO]: [CompatNoCheatPlus] Loading CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88
[20:29:02] [Server thread/INFO]: [MMOItems] Loading MMOItems v3.1.2
[20:29:02] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v3.0 ALPHA 1
[20:29:02] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.15.0.1
[20:29:02] [Server thread/INFO]: [QuickShop] Loading QuickShop v0.9.35
[20:29:02] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.15.0.1
[20:29:02] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.15.0.1
[20:29:02] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v3.0.4
[20:29:02] [Server thread/INFO]: [RichMobs] Loading RichMobs v3.0.1
[20:29:02] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.16.0-RC-sMD5NET-b1134
[20:29:02] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
[20:29:02] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
[20:29:02] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.11.2
[20:29:02] [Server thread/INFO]: [DivineItemsRPG] Loading DivineItemsRPG v3.1.3-Beta
[20:29:02] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.4.0-b1877
[20:29:02] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.5.1
[20:29:02] [Server thread/INFO]: [MyPet] Loading MyPet v2.4.0
[20:29:02] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.2.9
[20:29:02] [Server thread/INFO]: [Jobs] Loading Jobs v4.5.3
[20:29:02] [Server thread/INFO]: [MyPet-NPC] Loading MyPet-NPC v1.5.0
[20:29:02] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.3.0
[20:29:02] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[20:29:02] [Server thread/INFO]: [Vault] Enabling Vault v1.6.6-b${env.TRAVIS_BUILD_NUMBER}
[20:29:02] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[20:29:02] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[20:29:02] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[20:29:02] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[20:29:02] [Server thread/INFO]: [Vault] Enabled Version 1.6.6-b${env.TRAVIS_BUILD_NUMBER}
[20:29:02] [Server thread/INFO]: [LWC] Enabling LWC v2.0.7
[20:29:02] [Server thread/INFO]: [LWC] Connecting to SQLite
[20:29:03] [Server thread/INFO]: [LWC] Updating to 1.13 material name system.
[20:29:03] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[20:29:03] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[20:29:03] [Server thread/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:29:03] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[20:29:03] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[20:29:03] [Server thread/INFO]: Preparing level "world"
[20:29:03] [Server thread/INFO]: -------- World Settings For [world] --------
[20:29:03] [Server thread/INFO]: Mob Spawn Range: 4
[20:29:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:29:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:29:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:29:03] [Server thread/INFO]: Random Lighting Updates: false
[20:29:03] [Server thread/INFO]: Structure Info Saving: true
[20:29:03] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[20:29:03] [Server thread/INFO]: Max TNT Explosions: 100
[20:29:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:29:03] [Server thread/INFO]: Item Despawn Rate: 6000
[20:29:03] [Server thread/INFO]: Item Merge Radius: 2.5
[20:29:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:29:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:29:03] [Server thread/INFO]: View Distance: 10
[20:29:03] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:29:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:29:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:29:03] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[20:29:03] [Server thread/INFO]: Mob Spawn Range: 4
[20:29:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:29:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:29:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:29:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:29:03] [Server thread/INFO]: Random Lighting Updates: false
[20:29:03] [Server thread/INFO]: Structure Info Saving: true
[20:29:03] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[20:29:03] [Server thread/INFO]: Max TNT Explosions: 100
[20:29:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:29:03] [Server thread/INFO]: Item Despawn Rate: 6000
[20:29:03] [Server thread/INFO]: Item Merge Radius: 2.5
[20:29:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:29:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:29:03] [Server thread/INFO]: View Distance: 10
[20:29:03] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:29:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:29:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:29:03] [Server thread/INFO]: Preparing start region for level 0 (Seed: -8914817327850040810)
[20:29:04] [Server thread/INFO]: Preparing spawn area: 67%
[20:29:04] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1017544417553061809)
[20:29:04] [Server thread/INFO]: [MessageCoolDown] Enabling MessageCoolDown v3.0
[20:29:04] [Server thread/INFO]: ----------------------------
[20:29:04] [Server thread/INFO]: MessageCoolDown 3.0 by Royendero
[20:29:04] [Server thread/INFO]: ----------------------------
[20:29:04] [Server thread/INFO]: [SystemManager] Enabling SystemManager v3.0
[20:29:04] [Server thread/INFO]: [PlugMan] Enabling PlugMan v1.8.1
[20:29:04] [Server thread/INFO]: [PlugMan] Metrics successfully started!
[20:29:04] [Server thread/INFO]: [CustomRecipes] Enabling CustomRecipes v1.0.5
[20:29:04] [Server thread/INFO]: [Images] Enabling Images v1.0.3-SNAPSHOT
[20:29:04] [Server thread/INFO]: [NoVPN] Enabling NoVPN v1.8.3
[20:29:06] [Server thread/INFO]: [NoVPN] New update is available (v1.8.3) !
[20:29:06] [Server thread/INFO]: [RatePeoples] Enabling RatePeoples v1.0
[20:29:06] [Server thread/INFO]: false
[20:29:06] [Server thread/INFO]: [Welcomer] Enabling Welcomer v1.5
[20:29:06] [Server thread/INFO]: [Welcomer] Plugin has been enabled.
[20:29:06] [Server thread/INFO]: [AgarthaLib] Enabling AgarthaLib vMysthoria
[20:29:06] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v1.1
[20:29:06] [Server thread/INFO]: <AutoMessage> Loaded 18 messages!
[20:29:06] [Server thread/INFO]: [Broadcast] Enabling Broadcast v3.0.3
[20:29:06] [Server thread/INFO]: [ActionBarAPI] Enabling ActionBarAPI v1.5.3
[20:29:06] [Server thread/INFO]: ActionBarAPI V1.5.3 has been enabled!
[20:29:06] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v1.1
[20:29:07] [Server thread/INFO]: -------- World Settings For [torneo] --------
[20:29:07] [Server thread/INFO]: Mob Spawn Range: 4
[20:29:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:29:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:29:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:29:07] [Server thread/INFO]: Random Lighting Updates: false
[20:29:07] [Server thread/INFO]: Structure Info Saving: true
[20:29:07] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[20:29:07] [Server thread/INFO]: Max TNT Explosions: 100
[20:29:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:29:07] [Server thread/INFO]: Item Despawn Rate: 6000
[20:29:07] [Server thread/INFO]: Item Merge Radius: 2.5
[20:29:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:29:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:29:07] [Server thread/INFO]: View Distance: 10
[20:29:07] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:29:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:29:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:29:07] [Server thread/INFO]: Preparing start region for level 2 (Seed: 1435672245)
[20:29:07] [Server thread/INFO]: -------- World Settings For [CreativoV] --------
[20:29:07] [Server thread/INFO]: Mob Spawn Range: 4
[20:29:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:29:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:29:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:29:07] [Server thread/INFO]: Random Lighting Updates: false
[20:29:07] [Server thread/INFO]: Structure Info Saving: true
[20:29:07] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[20:29:07] [Server thread/INFO]: Max TNT Explosions: 100
[20:29:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:29:07] [Server thread/INFO]: Item Despawn Rate: 6000
[20:29:07] [Server thread/INFO]: Item Merge Radius: 2.5
[20:29:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:29:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:29:07] [Server thread/INFO]: View Distance: 10
[20:29:07] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:29:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:29:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:29:07] [Server thread/INFO]: Preparing start region for level 3 (Seed: 1005716583580947337)
[20:29:07] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[20:29:07] [Server thread/INFO]: Mob Spawn Range: 4
[20:29:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:29:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:29:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:29:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:29:07] [Server thread/INFO]: Random Lighting Updates: false
[20:29:07] [Server thread/INFO]: Structure Info Saving: true
[20:29:07] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[20:29:07] [Server thread/INFO]: Max TNT Explosions: 100
[20:29:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:29:07] [Server thread/INFO]: Item Despawn Rate: 6000
[20:29:07] [Server thread/INFO]: Item Merge Radius: 2.5
[20:29:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:29:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:29:07] [Server thread/INFO]: View Distance: 10
[20:29:07] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:29:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:29:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:29:07] [Server thread/INFO]: Preparing start region for level 4 (Seed: -1131752490361368453)
[20:29:08] [Server thread/INFO]: -------- World Settings For [eventos] --------
[20:29:08] [Server thread/INFO]: Mob Spawn Range: 4
[20:29:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:29:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:29:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:29:08] [Server thread/INFO]: Random Lighting Updates: false
[20:29:08] [Server thread/INFO]: Structure Info Saving: true
[20:29:08] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[20:29:08] [Server thread/INFO]: Max TNT Explosions: 100
[20:29:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:29:08] [Server thread/INFO]: Item Despawn Rate: 6000
[20:29:08] [Server thread/INFO]: Item Merge Radius: 2.5
[20:29:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:29:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:29:08] [Server thread/INFO]: View Distance: 10
[20:29:08] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:29:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:29:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:29:08] [Server thread/INFO]: Preparing start region for level 5 (Seed: 4682429471884400020)
[20:29:08] [Server thread/INFO]: -------- World Settings For [infierno2] --------
[20:29:08] [Server thread/INFO]: Mob Spawn Range: 4
[20:29:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:29:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:29:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:29:08] [Server thread/INFO]: Random Lighting Updates: false
[20:29:08] [Server thread/INFO]: Structure Info Saving: true
[20:29:08] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[20:29:08] [Server thread/INFO]: Max TNT Explosions: 100
[20:29:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:29:08] [Server thread/INFO]: Item Despawn Rate: 6000
[20:29:08] [Server thread/INFO]: Item Merge Radius: 2.5
[20:29:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:29:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:29:08] [Server thread/INFO]: View Distance: 10
[20:29:08] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:29:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:29:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:29:08] [Server thread/INFO]: Preparing start region for level 6 (Seed: -3940793734487487980)
[20:29:08] [Server thread/INFO]: -------- World Settings For [oitc] --------
[20:29:08] [Server thread/INFO]: Mob Spawn Range: 4
[20:29:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:29:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:29:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:29:08] [Server thread/INFO]: Random Lighting Updates: false
[20:29:08] [Server thread/INFO]: Structure Info Saving: true
[20:29:08] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[20:29:08] [Server thread/INFO]: Max TNT Explosions: 100
[20:29:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:29:08] [Server thread/INFO]: Item Despawn Rate: 6000
[20:29:08] [Server thread/INFO]: Item Merge Radius: 2.5
[20:29:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:29:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:29:08] [Server thread/INFO]: View Distance: 10
[20:29:08] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:29:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:29:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:29:08] [Server thread/INFO]: Preparing start region for level 7 (Seed: -529742894885287014)
[20:29:08] [Server thread/INFO]: -------- World Settings For [S2] --------
[20:29:08] [Server thread/INFO]: Mob Spawn Range: 4
[20:29:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:29:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:29:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:29:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:29:08] [Server thread/INFO]: Random Lighting Updates: false
[20:29:08] [Server thread/INFO]: Structure Info Saving: true
[20:29:08] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[20:29:08] [Server thread/INFO]: Max TNT Explosions: 100
[20:29:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:29:08] [Server thread/INFO]: Item Despawn Rate: 6000
[20:29:08] [Server thread/INFO]: Item Merge Radius: 2.5
[20:29:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:29:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:29:08] [Server thread/INFO]: View Distance: 10
[20:29:08] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:29:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:29:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:29:08] [Server thread/INFO]: Preparing start region for level 8 (Seed: -1243322066638443071)
[20:29:08] [Server thread/INFO]: [Multiverse-Core] 9 - World(s) loaded.
[20:29:08] [Server thread/INFO]: false
[20:29:09] [Server thread/INFO]: [Multiverse-Core] Version 1.1 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
[20:29:09] [Server thread/INFO]: [DeathMessagesPrime] Enabling DeathMessagesPrime v1.12.20
[20:29:09] [Server thread/INFO]: [DeathMessagesPrime] Minecraft version is 1.11.2
[20:29:09] [Server thread/INFO]: [Stables] Enabling Stables v1.9.11.1
[20:29:09] [Server thread/INFO]: [Stables] Random Names Loaded: 254
[20:29:09] [Server thread/INFO]: [Stables] Recipe added: SADDLE
[20:29:09] [Server thread/INFO]: [Stables] Recipe added: NAME_TAG
[20:29:09] [Server thread/INFO]: [Stables] Recipe added: IRON_BARDING
[20:29:09] [Server thread/INFO]: [Stables] Recipe added: GOLD_BARDING
[20:29:09] [Server thread/INFO]: [Stables] Recipe added: DIAMOND_BARDING
[20:29:09] [Server thread/INFO]: [Stables] Stables loading with SQLite.
[20:29:09] [Server thread/INFO]: [Stables] Database up to date!
[20:29:09] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.13.1
[20:29:09] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 5.13.1
[20:29:09] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1
[20:29:09] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
[20:29:09] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
[20:29:09] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
[20:29:09] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[20:29:09] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[20:29:09] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[20:29:09] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[20:29:09] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.7.0
[20:29:09] [Server thread/INFO]: [FeatherBoard] Cracked by BlackSpigot.com
[20:29:09] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[20:29:09] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.7.0
[20:29:09] [Server thread/INFO]: [FeatherBoard] Framework version: 2018-03
[20:29:09] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
[20:29:09] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
[20:29:09] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading messages ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
[20:29:09] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
[20:29:10] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
[20:29:10] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
[20:29:10] [Server thread/INFO]: [FeatherBoard] Loaded 3552 of the 3552 placholders
[20:29:10] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
[20:29:10] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: warning
[20:29:10] [Server thread/INFO]: [FeatherBoard]     Lines: 2
[20:29:10] [Server thread/INFO]: [FeatherBoard]     Arguments: 1
[20:29:11] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
[20:29:11] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
[20:29:11] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
[20:29:11] [Server thread/INFO]: [FeatherBoard] Generating metrics information ...
[20:29:11] [Server thread/INFO]: [FeatherBoard] Your version is up to date!
[20:29:11] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
[20:29:11] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
[20:29:11] [Server thread/INFO]: [TAB] Enabling TAB v1.7.0
[20:29:11] [Server thread/INFO]: [TAB] Enabled in 6ms
[20:29:11] [Server thread/INFO]: [TAB] Original autor: NEZNAMY
[20:29:11] [Server thread/INFO]: [TAB] New versions by Wisky987 | 1.6.4+
[20:29:11] [Server thread/INFO]: [TAB] Please, if you have an issue use the Discussion page in TAB thread of Spigot forums
[20:29:11] [Server thread/INFO]: [StaffChat] Enabling StaffChat v2.3
[20:29:11] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.8
[20:29:11] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
[20:29:11] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
[20:29:11] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
[20:29:11] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
[20:29:11] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
[20:29:11] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 enabled.
[20:29:11] [Server thread/INFO]: [RPGHealthIndicator] Enabling RPGHealthIndicator v1.8.3
[20:29:11] [Server thread/INFO]: [AntiUUIDSpoof] Enabling AntiUUIDSpoof v1.0.3
[20:29:11] [Server thread/INFO]: [AntiUUIDSpoof] Config.yml found, loading!
[20:29:11] [Server thread/INFO]: [AntiUUIDSpoof] AntiUUIDSpoof by MrGodot enabled
[20:29:11] [Server thread/INFO]: [NeosNoExplosion] Enabling NeosNoExplosion v1.4
[20:29:11] [Server thread/INFO]: [NeosNoExplosion] Verion 1.5 by NeosCraft is now enabled!
[20:29:11] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.7
[20:29:11] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[20:29:11] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[20:29:11] [Server thread/INFO]: [BetterChairs] Enabling BetterChairs v0.9.5
[20:29:11] [Server thread/INFO]: [BetterChairs] Your server is running version v1_11_R1
[20:29:11] [Server thread/INFO]: [BetterChairs] NMS hooked !
[20:29:11] [Server thread/INFO]: [MyItems] Enabling MyItems vMysthoria
[20:29:11] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.3
[20:29:11] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_11_R1, using UniversalSkinFactory.
[20:29:11] [Server thread/INFO]: [SkinsRestorer] Detected Multiverse-Core! Using it for dimensions.
[20:29:11] [Server thread/INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v1.6.5
[20:29:11] [Server thread/INFO]: Registering hook...
[20:29:11] [Server thread/INFO]: [OldCombatMechanics] OldCombatMechanics v1.6.5 has been enabled
[20:29:11] [Server thread/INFO]: [AdvancedCraftingTable] Enabling AdvancedCraftingTable v0.1.9
[20:29:11] [Server thread/INFO]: [DropEdit] Enabling DropEdit v1.10.83
[20:29:11] [Server thread/INFO]: [DropEdit] Loaded 49 mobs!
[20:29:11] [Server thread/INFO]: Load DropEdit-Data
[20:29:11] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.14.2
[20:29:11] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[20:29:11] [Server thread/INFO]: [CoreProtect] Using MySQL for data storage.
[20:29:11] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
[20:29:12] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[20:29:12] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_11_R1 as the Bukkit adapter
[20:29:12] [Server thread/INFO]: [xRandomTP] Enabling xRandomTP v1.4.5
[20:29:12] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
[20:29:12] [Server thread/INFO]: [ClearLag] Loading modules...
[20:29:12] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[20:29:12] [Server thread/WARN]: [ClearLag] Invalid entity type specified path="area-filter" value=DIAMOND_SWORD
[20:29:12] [Server thread/WARN]: [ClearLag] Invalid entity type specified path="area-filter" value=DIAMOND_PICKAXE
[20:29:12] [Server thread/WARN]: [ClearLag] Invalid entity type specified path="area-filter" value=DIAMOND_CHESTPLATE
[20:29:12] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[20:29:12] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[20:29:12] [Thread-22/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.11]...
[20:29:12] [Server thread/INFO]: [PlayerDataDuplicateRemoverReborn] Enabling PlayerDataDuplicateRemoverReborn v2.1.1
[20:29:12] [Thread-22/INFO]: [ClearLag] No updates found!
[20:29:13] [Server thread/INFO]: [PlayerDataDuplicateRemoverReborn] Plugin Enabled.
[20:29:13] [Server thread/INFO]: [PlayerDataDuplicateRemoverReborn] Fork by: WebShark25
[20:29:13] [Server thread/INFO]: [PlayerDataDuplicateRemoverReborn] Please report any bugs if found ;)
[20:29:13] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.7
[20:29:13] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
[20:29:13] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[20:29:13] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 20000 at X: -28.1 Z: 43.3
[20:29:13] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_nether" has border radius 15000 at X: 367.3 Z: 74.2
[20:29:13] [Server thread/INFO]: [WorldBorder] [CONFIG] World "infierno" has border radius 5000 at X: 309.5 Z: -685.5
[20:29:13] [Server thread/INFO]: [WorldBorder] [CONFIG] World "lobbygeneral" has border radius 75 at X: -6.5 Z: 6.9
[20:29:13] [Server thread/INFO]: [WorldBorder] [CONFIG] World "CreativoV" has border radius 5000 at X: 0.6 Z: 0.6
[20:29:13] [Server thread/INFO]: [WorldBorder] [CONFIG] World "S2" has border radius 5000 at X: -81.5 Z: -64.5
[20:29:13] [Server thread/INFO]: [WorldBorder] [CONFIG] World "infierno2" has border radius 4000 at X: 49.3 Z: 34.9
[20:29:13] [Server thread/INFO]: [WorldBorder] [CONFIG] World "roleplay" has border radius 2500 at X: 1808.0 Z: 1314.7
[20:29:13] [Server thread/INFO]: [WorldBorder] [CONFIG] World "SurviYT" has border radius 4000 at X: 439.5 Z: 70.6
[20:29:13] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -29.0 Y: 75.0 Z: 43.0
[20:29:13] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.6.0
[20:29:13] [Server thread/INFO]: [BuycraftX] Validating your server key...
[20:29:13] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
[20:29:14] [Server thread/INFO]: [BuycraftX] Updating coupon list...
[20:29:14] [Server thread/INFO]: [EnchantGUI] Enabling EnchantGUI v1.4.1
[20:29:14] [Server thread/INFO]: [EnchantGUI] Loading configs and stuff...
[20:29:14] [Server thread/INFO]: [EnchantGUI] 
[20:29:14] [Server thread/INFO]: [Votifier] Enabling Votifier v2.3.6
[20:29:14] [Server thread/INFO]: [Votifier] Loaded token for website: default
[20:29:14] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
[20:29:14] [nioEventLoopGroup-2-1/INFO]: [Votifier] Votifier enabled on socket /192.95.23.132:6301.
[20:29:14] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.5.0-SNAPSHOT
[20:29:14] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_11_R1
[20:29:14] [Server thread/INFO]: [LibsDisguises] You must purchase the plugin to use backwards compatibility!
[20:29:14] [Server thread/INFO]: EVOKER has MetaIndex remaining! IllagerWizardWatcher at index 13
[20:29:14] [Server thread/INFO]: PLAYER has MetaIndex remaining! PlayerWatcher at index 15
[20:29:14] [Server thread/INFO]: PLAYER has MetaIndex remaining! PlayerWatcher at index 16
[20:29:14] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
[20:29:14] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise Warrior
[20:29:14] [Server thread/INFO]: [LibsDisguises] Loaded 2 custom disguises
[20:29:14] [Server thread/INFO]: [EnhancedBalTop] Enabling EnhancedBalTop v1.6.4.0
[20:29:14] [Server thread/INFO]: [EnhBalTop] Failed To Check For Update.....
[20:29:14] [Server thread/INFO]: [EnhBalTop] Hooked Successfully Into Vault Economy (Essentials Economy)
[20:29:14] [Server thread/INFO]: [EnhBalTop] Hooked Successfully Into Vault Permissions (PermissionsEx)
[20:29:14] [Server thread/INFO]: [CS-CoreLib] Enabling CS-CoreLib vv1.5.18
[20:29:14] [Server thread/INFO]: [xInventories] Enabling xInventories v2.3
[20:29:17] [Server thread/INFO]: [xInventories] Plugin enabled
[20:29:17] [Server thread/INFO]: [InventoryApi] Enabling InventoryApi v272 §fbuilt on §a25-08-2014 05:16
[20:29:18] [Server thread/INFO]: [Parties] Enabling Parties v2.2.18
[20:29:18] [Server thread/INFO]: [Parties] Initializing Parties 2.2.18
[20:29:18] [Server thread/INFO]: [Parties] EssentialsChat Hooked
[20:29:18] [Server thread/INFO]: [Parties] PlaceholderAPI Hooked
[20:29:18] [Server thread/INFO]: [Parties] Vault Hooked
[20:29:18] [Server thread/INFO]: [Parties] Parties v2.2.18 enabled
[20:29:18] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
[20:29:18] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
[20:29:18] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[20:29:18] [Server thread/WARN]: [HolographicDisplays] Hologram 'nether' was in the world 'infierno' but it wasn't loaded.
[20:29:18] [Server thread/WARN]: [HolographicDisplays] Hologram 'pvp' was in the world 'infierno' but it wasn't loaded.
[20:29:18] [Server thread/WARN]: [HolographicDisplays] Hologram 'espectro' was in the world 'infierno' but it wasn't loaded.
[20:29:18] [Server thread/INFO]: [ezAuctions] Enabling ezAuctions v1.3.6
[20:29:18] [Server thread/INFO]: [NoPlugins] Enabling NoPlugins v6.8
[20:29:18] [Server thread/INFO]: [NoPlugins] Running version: v6.8
[20:29:18] [Server thread/INFO]: [NoPlugins] Successfully loaded.
[20:29:18] [Server thread/INFO]: [RPGLives] Enabling RPGLives v2.3.7
[20:29:18] [Server thread/INFO]: [RPGLives] Successfully hooked into vault.
[20:29:18] [Server thread/ERROR]: [RPGLives] Failed to setup Actionbar please use a compatible server version or disable TitleEnabled in the config!
[20:29:18] [Server thread/INFO]: [RPGLives] Hooked into PlaceholderAPI.
[20:29:18] [Server thread/INFO]: [AddLight] Enabling AddLight v4.2.1
[20:29:18] [Server thread/INFO]: ------------------------------ AddLight 4.2.1 ------------------------------
[20:29:18] [Server thread/INFO]: AddLight is enable ...
[20:29:18] [Server thread/INFO]: Integration with WorldEdit
[20:29:18] [Server thread/INFO]: Integration with Vault
[20:29:18] [Server thread/INFO]: ----------------------------------------------------------------------------
[20:29:18] [Server thread/INFO]: [MessageFilter] Enabling MessageFilter v0.3.3
[20:29:18] [Server thread/INFO]: [MessageFilter] ProtocolLib found and connected!
[20:29:18] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
[20:29:18] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
[20:29:18] [Server thread/INFO]: | Vault  : Ok. Hooked on Vault 1.6.6-b${env.TRAVIS_BUILD_NUMBER}
[20:29:18] [Server thread/INFO]: | Command file(s) found : 2
[20:29:18] [Server thread/INFO]: | Config : Ready.
[20:29:18] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
[20:29:18] [Server thread/INFO]: | Duplicated command found. ComandoPrecioGuia in examples.yml
[20:29:18] [Server thread/INFO]: | Custom commands loaded : 67
[20:29:18] [Server thread/INFO]: | Version: 5.3.4
[20:29:18] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
[20:29:18] [Server thread/INFO]: | You are running the latest version of MyCommand.
[20:29:18] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[20:29:18] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v1.31.5
[20:29:18] [Server thread/INFO]: [MarriageMaster] Config Version: 28 => no update needed
[20:29:18] [Server thread/INFO]: [MarriageMaster] Config loaded
[20:29:18] [Server thread/INFO]: [MarriageMaster] Language Version: 18 => no update needed
[20:29:18] [Server thread/INFO]: [MarriageMaster] Checking for updates ...
[20:29:18] [Server thread/INFO]: [MarriageMaster] Plugin de matrimonio activado!
[20:29:18] [Server thread/INFO]: [ResourcePackDownloader] Enabling ResourcePackDownloader v7.2
[20:29:18] [Server thread/INFO]: ------------------------------
[20:29:18] [Server thread/INFO]: Resource Pack Downloader
[20:29:18] [Server thread/INFO]:  
[20:29:18] [Server thread/INFO]: ProtocolLib: found
[20:29:18] [Server thread/INFO]:  
[20:29:18] [Server thread/INFO]: Running version: 7.2
[20:29:18] [Server thread/INFO]: Author: Joshb_
[20:29:18] [Server thread/INFO]:  
[20:29:18] [Server thread/INFO]: ------------------------------
[20:29:18] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.22-SNAPSHOT (build 1479)
[20:29:18] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.82
[20:29:19] [Server thread/INFO]: [Shopkeepers] Citizens found, enabling NPC shopkeepers.
[20:29:19] [Server thread/INFO]: [Lottery] Enabling Lottery v1.2.0
[20:29:19] [Server thread/INFO]: [PyrCore] Enabling PyrCore v3.3.2
[20:29:19] [Server thread/INFO]: [PyrCore] INFO: Allowing AutoUpdate : true
[20:29:19] [Server thread/INFO]: [PyrCore] INFO: Using mysql : no
[20:29:19] [Server thread/INFO]: [PyrCore] SUCCESS: PyrCore v3.3.2 has been enabled !
[20:29:19] [Server thread/INFO]: [Potatoes] Enabling Potatoes v3.2.19
[20:29:19] [Server thread/INFO]: [Potatoes] INFO: Using config file : potatoes_config.yml
[20:29:19] [Server thread/INFO]: [Potatoes] INFO: Using locale : potatoes_en_US.yml
[20:29:19] [Server thread/INFO]: [Potatoes] INFO: Successfully registered with PyrCore
[20:29:19] [Server thread/INFO]: [Potatoes] INFO: Using config file : potatoes_config.yml
[20:29:19] [Server thread/INFO]: [Potatoes] INFO: Using locale : potatoes_en_US.yml
[20:29:19] [Server thread/INFO]: [Potatoes] INFO: Running classic server v3.2.19 with spigot git-Spigot-3fb9445-6e3cec8 (MC: 1.11.2).
[20:29:19] [Server thread/INFO]: [Potatoes] INFO: Using metrics : yes
[20:29:19] [Server thread/INFO]: [Potatoes] SUCCESS: Potatoes v3.2.19 has been enabled ! If you appreciate this plugin, you can support the author by rating the plugin 5-stars at www.spigotmc.org, or share the plugin page to your friends ! <3
[20:29:19] [Server thread/INFO]: [ItemSlotMachine] Enabling ItemSlotMachine v1.4.0
[20:29:19] [Server thread/INFO]: [ItemSlotMachine] config.yml successfully loaded.
[20:29:19] [Server thread/INFO]: [ItemSlotMachine] Vault hooked, money distribution is active.
[20:29:19] [Server thread/INFO]: [ItemSlotMachine] lang_EN.txt successfully loaded.
[20:29:19] [Server thread/INFO]: [ItemSlotMachine] 2 designs loaded.
[20:29:19] [Server thread/INFO]: [ItemSlotMachine] 7 slot machines loaded.
[20:29:19] [Server thread/INFO]: [ItemSlotMachine] 360 player statistics loaded.
[20:29:19] [Server thread/WARN]: [ItemSlotMachine] Metrics are disabled!
[20:29:19] [Server thread/INFO]: [ItemSlotMachine] Gambling system version 1.4.0 activated! Have fun ;D (129 ms)
[20:29:19] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.3-SNAPSHOT;c904242
[20:29:19] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[20:29:19] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[20:29:19] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[20:29:19] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[20:29:19] [Server thread/INFO]: [WorldGuard] (torneo) TNT ignition is PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (torneo) Lighters are PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (torneo) Lava fire is blocked.
[20:29:19] [Server thread/INFO]: [WorldGuard] (torneo) Fire spread is UNRESTRICTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'torneo'
[20:29:19] [Server thread/INFO]: [WorldGuard] (CreativoV) TNT ignition is PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (CreativoV) Lighters are PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (CreativoV) Lava fire is blocked.
[20:29:19] [Server thread/INFO]: [WorldGuard] (CreativoV) Fire spread is UNRESTRICTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CreativoV'
[20:29:19] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[20:29:19] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[20:29:19] [Server thread/INFO]: [WorldGuard] (eventos) TNT ignition is PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (eventos) Lighters are PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (eventos) Lava fire is blocked.
[20:29:19] [Server thread/INFO]: [WorldGuard] (eventos) Fire spread is UNRESTRICTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'eventos'
[20:29:19] [Server thread/INFO]: [WorldGuard] (infierno2) TNT ignition is PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (infierno2) Lighters are PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (infierno2) Lava fire is blocked.
[20:29:19] [Server thread/INFO]: [WorldGuard] (infierno2) Fire spread is UNRESTRICTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'infierno2'
[20:29:19] [Server thread/INFO]: [WorldGuard] (oitc) TNT ignition is PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (oitc) Lighters are PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (oitc) Lava fire is blocked.
[20:29:19] [Server thread/INFO]: [WorldGuard] (oitc) Fire spread is UNRESTRICTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'oitc'
[20:29:19] [Server thread/INFO]: [WorldGuard] (S2) TNT ignition is PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (S2) Lighters are PERMITTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] (S2) Lava fire is blocked.
[20:29:19] [Server thread/INFO]: [WorldGuard] (S2) Fire spread is UNRESTRICTED.
[20:29:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'S2'
[20:29:19] [Server thread/INFO]: [WorldGuard] Loading region data...
[20:29:19] [Server thread/INFO]: [Slimefun] Enabling Slimefun vv4.1.15
[20:29:19] [Server thread/INFO]: [Slimefun] Loading Files...
[20:29:19] [Server thread/INFO]: [Slimefun] Loading Config...
[20:29:19] [Server thread/INFO]: [Slimefun] Loading Items...
[20:29:19] [Server thread/INFO]: [Slimefun] Loading Researches...
[20:29:19] [Server thread/INFO]: [Slimefun] Loading World Generators...
[20:29:19] [Server thread/INFO]: [Slimefun - GEO] Registering Ore Gen: Oil
[20:29:19] [Server thread/INFO]: [Slimefun - GEO] Registering Ore Gen: Nether Ice
[20:29:19] [Server thread/INFO]: [Slimefun] Successfully hooked into WorldEdit!
[20:29:19] [Server thread/INFO]: [Slimefun] Finished!
[20:29:20] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.1
[20:29:20] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[20:29:20] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
[20:29:20] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[20:29:20] [Server thread/INFO]: Using locale es
[20:29:20] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
[20:29:20] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[20:29:20] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[20:29:20] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
[20:29:20] [Server thread/INFO]: [SynthCrates] Enabling SynthCrates v1.3.0
[20:29:20] [Server thread/INFO]: [SynthCrates] Successfully hooked with HolographicDisplays
[20:29:20] [Server thread/INFO]: [SynthCrates] Successfully hooked with Citizens
[20:29:20] [Server thread/INFO]: [SynthCrates] Successfully hooked with Vault
[20:29:20] [Server thread/INFO]: [SynthCrates] Loaded 1 menus!
[20:29:20] [Server thread/INFO]: [SynthCrates] Loaded 5 crates!
[20:29:20] [Server thread/INFO]: [SynthCrates] Loaded 0 users!
[20:29:20] [Server thread/INFO]: [Autorank] Enabling Autorank v3.8.4
[20:29:20] [Server thread/INFO]: [Autorank] Simple config file loaded
[20:29:20] [Server thread/INFO]: [Autorank] Advanced config file loaded
[20:29:20] [Server thread/INFO]: [Autorank] Settings config file loaded
[20:29:20] [Server thread/INFO]: [Autorank] Internal properties file loaded
[20:29:20] [Server thread/INFO]: [Autorank] Backup data file loaded (backup-data.yml)
[20:29:20] [Server thread/INFO]: [Autorank] Loaded playerdata.
[20:29:20] [Server thread/INFO]: [Autorank] No stats plugin found! Most requirements cannot be used!
[20:29:20] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
[20:29:20] [Server thread/INFO]: [Autorank] Interval check every 1 minutes.
[20:29:20] [Server thread/INFO]: [Autorank] Total data file loaded
[20:29:20] [Server thread/INFO]: [Autorank] Daily data file loaded
[20:29:20] [Server thread/INFO]: [Autorank] Weekly data file loaded
[20:29:20] [Server thread/INFO]: [Autorank] Monthly data file loaded
[20:29:20] [Server thread/INFO]: [Autorank] Language file loaded (lang.yml)
[20:29:20] [Server thread/INFO]: [Autorank] Using timings of: autorank
[20:29:20] [Server thread/INFO]: [Autorank] Autorank 3.8.4 has been enabled!
[20:29:20] [Server thread/INFO]: [Skills] Enabling Skills v10.0.6
[20:29:20] [Server thread/INFO]: ActionBarAPI found, enabling ActionBarAPI support
[20:29:20] [Server thread/INFO]: PlaceholderAPI found, enabling PlaceholderAPI support
[20:29:20] [Server thread/INFO]: MVdWPlaceholderAPI found, enabling PlaceholderAPI support
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {skill}
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {level}
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {soul}
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {xp}
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {maxxp}
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {isxpboost}
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {issoulboost}
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {soulboostmultiplier}
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {xpboostmultiplier}
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {hp}
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {energy}
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {blood}
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {mana}
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {imbalance}
[20:29:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Skills added custom placeholder {energytype}
[20:29:20] [Server thread/INFO]: WorldGuard found, enabling WorldGuard support
[20:29:20] [Server thread/INFO]: Citizens found, enabling Citizens support
[20:29:20] [Server thread/INFO]: [Skills]: Loaded 0 language statements
[20:29:20] [Server thread/INFO]: [PreciousStones] Enabling PreciousStones v10.7.2
[20:29:20] [Server thread/INFO]: [PreciousStones] Version 10.7.2 loaded
[20:29:20] [Server thread/INFO]: [PreciousStones] SQLite Connection successful
[20:29:20] [Server thread/INFO]: [SafeTrade] Enabling SafeTrade v1.0.10
[20:29:20] [Server thread/INFO]: [SafeTrade] Using Essentials Economy
[20:29:20] [Server thread/INFO]: [TreasureChest] Enabling TreasureChest v8.4.5
[20:29:21] [Server thread/INFO]: [ExoticGarden] Enabling ExoticGarden v1.6.3
[20:29:21] [Server thread/INFO]: [Parkour] Enabling Parkour v4.5
[20:29:21] [Server thread/INFO]: [Parkour] [Vault] Successfully linked. Version: 1.6.6-b${env.TRAVIS_BUILD_NUMBER}
[20:29:21] [Server thread/INFO]: [Parkour] Enabled Parkour v4.5!
[20:29:21] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v3.4.3
[20:29:21] [Server thread/INFO]: Initializing for the first time.
[20:29:21] [Server thread/INFO]: Log4j 2 handler detected: com.enjin.common.compatibility.LegacyLog4j2Handler
[20:29:21] [Server thread/WARN]: 7339 [Server thread] INFO com.enjin.shaded.reflections.Reflections - Reflections took 52 ms to scan 1 urls, producing 2 keys and 10 values 

[20:29:21] [Server thread/INFO]: [CustomMobs] Enabling CustomMobs v4.17
[20:29:21] [Server thread/INFO]: [CustomMobs] Successfully created links to current server version!
[20:29:21] [Server thread/INFO]: [CustomMobs] Enabling CustomMobs (4.17) on server version v1_11_R1
[20:29:21] [Server thread/INFO]: [CustomMobs] Discovering MobTypes...
[20:29:21] [Server thread/INFO]: [CustomMobs] Found 47 MobTypes!
[20:29:21] [Server thread/INFO]: [CustomMobs] Loaded 7 mobs!
[20:29:21] [Server thread/INFO]: [CustomMobs] Enabling PluginMetrics...
[20:29:21] [Server thread/INFO]: [CustomMobs] Sending information to PluginMetrics.
[20:29:21] [Server thread/INFO]: [CustomMobs] Thank you for enabling PluginMetrics! (~HellFirePvP)
[20:29:21] [Server thread/INFO]: [CustomMobs] Please note that CustomMobs is !!_NOT_!! reloadable. It may lead to various bugs and data inconsistency.
[20:29:21] [Server thread/INFO]: [CustomMobs] Startup Completed. Have fun using CustomMobs to your hearts content.
[20:29:21] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.3.2-SNAPSHOT
[20:29:21] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_11_R1 (Minecraft 1.11)...
[20:29:21] [Server thread/INFO]: [MythicMobs] MythicMobs Lib's Disguises Support has been enabled!
[20:29:21] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
[20:29:21] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
[20:29:22] [Server thread/WARN]: [MythicMobs] Bad syntax! Failed to load skill line: potion{type=BLIND;duration=40;lvl=1}
[20:29:22] [Server thread/INFO]: [MythicMobs] Loaded 33 mobs.
[20:29:22] [Server thread/INFO]: [MythicMobs] Loaded 2 vanilla mob overrides.
[20:29:22] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
[20:29:22] [Server thread/INFO]: [MythicMobs] Loaded 46 skills.
[20:29:22] [Server thread/INFO]: [MythicMobs] Loaded 0 random spawns.
[20:29:22] [Server thread/INFO]: [MythicMobs] Loaded 55 mythic items.
[20:29:22] [Server thread/INFO]: [MythicMobs] Loaded 1 drop tables.
[20:29:22] [Server thread/INFO]: [MythicMobs] Loaded 21 mob spawners.
[20:29:22] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
[20:29:22] [Server thread/INFO]: [MythicMobs] v4.3.2-SNAPSHOT has been successfully loaded!
[20:29:22] [Server thread/INFO]: [Quests] Enabling Quests v3.3.4-b316
[20:29:22] [Server thread/INFO]: [Quests] Loaded Module: MythicMobs Item Reward by BerndiVader
[20:29:22] [Server thread/INFO]: [Quests] Loaded Module: MythicMobs Item Require by BerndiVader, idea Wahrheit
[20:29:22] [Server thread/INFO]: [Quests] Loaded Module: MythicItem NPC Deliver Objective by BerndiVader, idea Wahrheit
[20:29:22] [Server thread/INFO]: [Quests] Registered events for custom objective "MythicItem NPC Deliver Objective"
[20:29:22] [Server thread/INFO]: [Quests] Loaded Module: Kill MythicMobs Objective by BerndiVader
[20:29:22] [Server thread/INFO]: [Quests] Registered events for custom objective "Kill MythicMobs Objective"
[20:29:22] [Server thread/INFO]: [Quests] Loaded Module: MythicMobs Conditions Require by BerndiVader, idea Wahrheit
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/WARN]: [Quests] There are new language phrases in /lang/es-ES/strings_new.yml for the current version! You must transfer them to, or regenerate, strings.yml to remove this warning!
[20:29:22] [Server thread/INFO]: [Quests] Loaded language es-ES. Translations via Crowdin
[20:29:22] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.15.0.1
[20:29:22] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
[20:29:22] [Server thread/INFO]: [CompatNoCheatPlus] Enabling CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88
[20:29:22] [Server thread/INFO]: [cncp] Ensured that the following plugin is enabled: WorldGuard
[20:29:22] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): Citizens2(default) / 2.2
[20:29:22] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockBreak(default) / 1.1
[20:29:22] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockPlace(default) / 1.0
[20:29:22] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): InstaBreak(default) / 1.0
[20:29:22] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): EntityDamageByEntity(default) / 0.0
[20:29:22] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): Interact(default) / 1.0
[20:29:22] [Server thread/INFO]: [CompatNoCheatPlus] CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 is enabled. Some hooks might get registered with NoCheatPlus later on.
[20:29:22] [Server thread/INFO]: [MMOItems] Enabling MMOItems v3.1.2
[20:29:22] [Server thread/INFO]: [MMOItems] Detected Bukkit Version: v1_11_R1
[20:29:22] [Server thread/INFO]: [MMOItems] Flags enabled: detected WorldGuard.
[20:29:22] [Server thread/INFO]: [MMOItems] Detected 0 supported leveling plugins.
[20:29:22] [Server thread/INFO]: [MMOItems] Detected MythicMobs, enabling compatibility...
[20:29:22] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v3.0 ALPHA 1
[20:29:22] [Server thread/ERROR]: Cannot load configuration from stream
org.bukkit.configuration.InvalidConfigurationException: while scanning a simple key
 in 'string', line 235, column 5:
        FallingSand
        ^
could not find expected ':'
 in 'string', line 236, column 15:
            enable: false
                  ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:56) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:184) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:239) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:174) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:142) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at de.dustplanet.silkspawners.SilkUtil.getWorldGuard(SilkUtil.java:269) [SilkSpawners.jar:?]
    at de.dustplanet.silkspawners.SilkUtil.<init>(SilkUtil.java:43) [SilkSpawners.jar:?]
    at de.dustplanet.silkspawners.SilkSpawners.onEnable(SilkSpawners.java:36) [SilkSpawners.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning a simple key
 in 'string', line 235, column 5:
        FallingSand
        ^
could not find expected ':'
 in 'string', line 236, column 15:
            enable: false
                  ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:465) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:280) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:225) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:557) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    ... 18 more
[20:29:22] [Server thread/ERROR]: Cannot load configuration from stream
org.bukkit.configuration.InvalidConfigurationException: while scanning a simple key
 in 'string', line 235, column 5:
        FallingSand
        ^
could not find expected ':'
 in 'string', line 236, column 15:
            enable: false
                  ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:56) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:184) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:239) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:174) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at de.dustplanet.silkspawners.SilkSpawners.loadConfig(SilkSpawners.java:116) [SilkSpawners.jar:?]
    at de.dustplanet.silkspawners.SilkSpawners.onEnable(SilkSpawners.java:37) [SilkSpawners.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning a simple key
 in 'string', line 235, column 5:
        FallingSand
        ^
could not find expected ':'
 in 'string', line 236, column 15:
            enable: false
                  ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:465) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:280) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:225) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:557) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    ... 16 more
[20:29:22] [Server thread/ERROR]: Error occurred while enabling SilkSpawners v3.0 ALPHA 1 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/EntityTypes
    at de.dustplanet.silkspawners.SilkUtil.scanEntityMap(SilkUtil.java:237) ~[?:?]
    at de.dustplanet.silkspawners.SilkSpawners.loadConfig(SilkSpawners.java:121) ~[?:?]
    at de.dustplanet.silkspawners.SilkSpawners.onEnable(SilkSpawners.java:37) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [custom.jar:git-Spigot-3fb9445-6e3cec8]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.EntityTypes
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[custom.jar:git-Spigot-3fb9445-6e3cec8]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_161]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_161]
    ... 14 more
[20:29:22] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.15.0.1
[20:29:22] [Server thread/INFO]: [QuickShop] Enabling QuickShop v0.9.35
[20:29:22] [Server thread/INFO]: [QuickShop] Found permission provider.
[20:29:22] [Server thread/INFO]: [QuickShop] Limit cfg found...
[20:29:22] [Server thread/INFO]: [QuickShop] Limits.use: false
[20:29:22] [Server thread/INFO]: [QuickShop] {quickshop=0, quickshop.vip=20}
[20:29:22] [Server thread/INFO]: [QuickShop] Loading shops from database...
[20:29:23] [Server thread/INFO]: [QuickShop] Loaded 728 shops.
[20:29:23] [Server thread/INFO]: Cleaning purchase messages from database that are over a week old...
[20:29:23] [Server thread/INFO]: [QuickShop] Registering Listeners
[20:29:23] [Server thread/INFO]: [QuickShop] QuickShop loaded!
[20:29:23] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.15.0.1
[20:29:23] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.15.0.1
[20:29:23] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v3.0.4
[20:29:23] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
[20:29:23] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
[20:29:23] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
[20:29:23] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
[20:29:23] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
[20:29:23] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
[20:29:23] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
[20:29:23] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
[20:29:23] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
[20:29:23] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
[20:29:23] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
[20:29:23] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
[20:29:23] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
[20:29:23] [Server thread/INFO]: [RichMobs] Enabling RichMobs v3.0.1
[20:29:23] [Server thread/INFO]: [RichMobs] Successfully hooked with Vault
[20:29:23] [Server thread/INFO]: [RichMobs] Loaded 48 mobs!
[20:29:23] [Server thread/INFO]: [RichMobs] Loaded 1 mythic mobs!
[20:29:23] [Server thread/INFO]: [RichMobs] Loaded 1 blocks!
[20:29:23] [Server thread/INFO]: [RichMobs] Successfully hooked with MythicMobs
[20:29:23] [Server thread/INFO]: [RichMobs] Successfully hooked with WorldGuard
[20:29:24] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
[20:29:24] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.11-1.11.2 / Spigot-CB-1.11_R1
[20:29:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[20:29:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[20:29:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[20:29:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
[20:29:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.9 blocks.
[20:29:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.10 blocks.
[20:29:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.11 blocks.
[20:29:24] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[20:29:24] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.11.2)...
[20:29:24] [Server thread/INFO]: [NoCheatPlus] Confirm teleport packet available (via name): TELEPORT_ACCEPT[class=PacketPlayInTeleportAccept, id=0]
[20:29:24] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance
[20:29:24] [Server thread/INFO]: [NoCheatPlus] Force disable FastHeal on Minecraft 1.9 and later.
[20:29:24] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is enabled.
[20:29:24] [Server thread/INFO]: [CompatNoCheatPlus] [cncp] Added 1 registered hooks to NoCheatPlus.
[20:29:24] [Server thread/INFO]: [DivineItemsRPG] Enabling DivineItemsRPG v3.1.3-Beta
[20:29:24] [Server thread/INFO]: ---------[ Plugin Initializing ]---------
[20:29:24] [Server thread/INFO]: > Plugin name: DivineItemsRPG
[20:29:24] [Server thread/INFO]: > Author: NightExpress
[20:29:24] [Server thread/INFO]: > Version: 3.1.3-Beta
[20:29:24] [Server thread/INFO]: ---------[ Hooks Initializing ]---------
[20:29:24] [Server thread/INFO]: > Citizens: Success!
[20:29:24] [Server thread/INFO]: > BattleLevels: Not found / Error.
[20:29:24] [Server thread/INFO]: > DivineClassesRPG: Not found / Error.
[20:29:24] [Server thread/INFO]: > SkillAPI: Not found / Error.
[20:29:24] [Server thread/INFO]: > Skills: Not found / Error.
[20:29:24] [Server thread/INFO]: > WorldGuard: Success!
[20:29:24] [Server thread/INFO]: > HolographicDisplays: Success!
[20:29:24] [Server thread/INFO]: > MythicMobs: Success!
[20:29:24] [Server thread/INFO]: > Heroes: Not found / Error.
[20:29:24] [Server thread/INFO]: > Vault: Success!
[20:29:24] [Server thread/INFO]: > PlaceholderAPI: Success!
[20:29:24] [Server thread/INFO]: > RPGInventory: Not found / Error.
[20:29:24] [Server thread/INFO]: > mcMMO: Not found / Error.
[20:29:24] [Server thread/INFO]: ---------[ Modules Initializing ]---------
[20:29:24] [Server thread/INFO]: > Gems v1.0: OK!
[20:29:24] [Server thread/INFO]: > Enchants v1.0: OK!
[20:29:24] [Server thread/INFO]: > Runes v1.0: OK!
[20:29:24] [Server thread/INFO]: > Abilities v1.0: OK!
[20:29:24] [Server thread/INFO]: > Scrolls v1.0: OK!
[20:29:24] [Server thread/INFO]: > Repair v1.0: OK!
[20:29:24] [Server thread/INFO]: > Identify v1.0: OK!
[20:29:24] [Server thread/INFO]: > Item Hints v1.0: OK!
[20:29:24] [Server thread/INFO]: > Custom Items v1.0: OK!
[20:29:24] [Server thread/INFO]: > Tiers v1.0: OK!
[20:29:24] [Server thread/INFO]: > Sell v1.0: OK!
[20:29:24] [Server thread/INFO]: > Abyss Dust v1.0: OK!
[20:29:24] [Server thread/INFO]: > Magic Dust v1.0: OK!
[20:29:24] [Server thread/INFO]: > Soulbound v1.0: OK!
[20:29:24] [Server thread/INFO]: > Notifications v1.0: OK!
[20:29:24] [Server thread/INFO]: > Buffs v1.0: OK!
[20:29:24] [Server thread/INFO]: > Drops v2.0: OK!
[20:29:24] [Server thread/INFO]: > Combat Log v1.0: OK!
[20:29:24] [Server thread/INFO]: > Sets v0.1: OK!
[20:29:24] [Server thread/INFO]: > Arrows v1.0: OK!
[20:29:24] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.4.0-b1877
[20:29:24] [Server thread/INFO]: [AuthMe] Connection arguments loaded, Hikari ConnectionPool ready!
[20:29:24] [Server thread/WARN]: [Server thread] INFO fr.xephi.authme.libs.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Starting...
[20:29:25] [Server thread/WARN]: [Server thread] INFO fr.xephi.authme.libs.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Start completed.
[20:29:25] [Server thread/INFO]: [AuthMe] MySQL setup finished
[20:29:26] [Server thread/INFO]: [AuthMe] Hooked into PermissionsEx!
[20:29:26] [Server thread/INFO]: [AuthMe] [LICENSE] This product uses data from the GeoLite API created by MaxMind, available at http://www.maxmind.com
[20:29:26] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[20:29:26] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
[20:29:26] [Server thread/INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
[20:29:26] [Server thread/INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
[20:29:26] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0 build n.1877 correctly enabled!
[20:29:26] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.5.1
[20:29:26] [Server thread/INFO]: [ServerSigns] Version 4.5.1 is now enabled.
[20:29:26] [Server thread/INFO]: [MyPet] Enabling MyPet v2.4.0
[20:29:27] [Server thread/INFO]: [MyPet] No Update available.
[20:29:27] [Server thread/INFO]: [MyPet] Citizens (2.0.22-SNAPSHOT (build 1479)) hook activated.
[20:29:27] [Server thread/INFO]: [MyPet] MythicMobs (4.3.2-SNAPSHOT) hook activated.
[20:29:27] [Server thread/INFO]: [MyPet] NoCheatPlus (3.16.0-RC-sMD5NET-b1134) hook activated.
[20:29:27] [Server thread/INFO]: [MyPet] PlaceholderAPI (2.8.7) hook activated.
[20:29:27] [Server thread/INFO]: [MyPet] PreciousStones (10.7.2) hook activated.
[20:29:27] [Server thread/INFO]: [MyPet] ProtocolLib (4.3.0) hook activated.
[20:29:27] [Server thread/INFO]: [MyPet] Vault (1.6.6-b${env.TRAVIS_BUILD_NUMBER}) (Economy: Essentials Economy) hook activated.
[20:29:27] [Server thread/INFO]: [MyPet] WorldGuard (6.1.3-SNAPSHOT;c904242) hook activated.
[20:29:27] [Server thread/INFO]: [MyPet] Custom entity registry found: net.citizensnpcs.nms.v1_11_R1.util.CustomEntityRegistry
[20:29:27] [Server thread/INFO]: [MyPet] Compat mode for v1_11_R1 loaded.
[20:29:27] [Server thread/INFO]: [MyPet] Connect to SQLite database...
[20:29:27] [Server thread/INFO]: [MyPet] SQLite connection successful.
[20:29:27] [Server thread/INFO]: [MyPet] --- Loading WorldGroups ---------------------------
[20:29:27] [Server thread/INFO]: [MyPet]    added 'world' to 'default'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'world_nether' to 'default'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'world_the_end' to 'default'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'prueba' to 'default'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'infierno' to 'default'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'S2' to 'default'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'CC' to 'default'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'infierno2' to 'default'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'roleplay' to 'default'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'roleyplay' to 'default'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'SurviYT' to 'default'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'torneo' to 'default'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'SKSpawn' to 'skyblock'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'ASkyBlock' to 'skyblock'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'ASkyBlock_nether' to 'skyblock'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'eventos' to 'otros'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'D' to 'nopets'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'torneo' to 'nopets'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'LobbyGeneral' to 'lobby'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'oitc' to 'oitc'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'counterstrike' to 'counterstrike'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'CreativoV' to 'creativov'
[20:29:27] [Server thread/INFO]: [MyPet]    added 'pruebadivine' to 'pruebadivine'
[20:29:27] [Server thread/INFO]: [MyPet] -------------------------------------------------
[20:29:27] [Server thread/INFO]: [MyPet] Thank you for buying MyPet-Premium!
[20:29:27] [Server thread/INFO]: [MyPet] version 2.4.0-SNAPSHOT-b565P ENABLED
[20:29:27] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.2.9
[20:29:28] [pool-6-thread-1/INFO]: [LiteBans] GeoIP support initialized.
[20:29:28] [Server thread/INFO]: [LiteBans] Loading SQL driver: mysql (com.mysql.jdbc.Driver)
[20:29:28] [Server thread/INFO]: [LiteBans] Connecting to database...
[20:29:28] [Server thread/INFO]: [LiteBans] Connected to [jdbc:mysql://142.4.208.190:3306/db_33309?useSSL=false] (8.6 ms).
[20:29:28] [Server thread/INFO]: [LiteBans] [Sync] Server name: litebans
[20:29:28] [Server thread/INFO]: [LiteBans] [Sync] Server UUID: 1734355249a349bcb065b4faad66dc9d
[20:29:28] [Server thread/INFO]: [LiteBans] Database connection fully initialized (14.7 ms).
[20:29:28] [Server thread/INFO]: [LiteBans] v2.2.9 enabled. Startup took 143 ms.
[20:29:28] [Server thread/INFO]: [Jobs] Enabling Jobs v4.5.3
[20:29:28] [Server thread/INFO]: [Jobs] Loaded 8 titles!
[20:29:28] [Server thread/INFO]: [Jobs] Loaded 0 restricted areas!
[20:29:28] [Server thread/INFO]: [Jobs] Loaded 49 protected blocks timers!
[20:29:28] [Server thread/INFO]: [Jobs] Loaded 641 custom item names!
[20:29:28] [Server thread/INFO]: [Jobs] Loaded 41 custom entity names!
[20:29:28] [Server thread/INFO]: [Jobs] Loaded 27 custom enchant names!
[20:29:28] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
[20:29:28] [Server thread/INFO]: [Jobs] Loaded 7 jobs!
[20:29:28] [Server thread/INFO]: [Jobs] Explorer jobs manager are not enabled!
[20:29:28] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
[20:29:28] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
[20:29:28] [Server thread/INFO]: [Jobs] Loaded 0 schedulers!
[20:29:28] [Server thread/INFO]: [Jobs] Preloaded 3019 players data in 0.02
[20:29:28] [Server thread/INFO]: [Jobs] MyPet detected
[20:29:28] [Server thread/INFO]: [Jobs] WorldGuard detected.
[20:29:28] [Server thread/INFO]: [Jobs] MythicMobs detected.
[20:29:28] [Server thread/INFO]: [Jobs] MythicMobs4 was found - Enabling capabilities.
[20:29:28] [Server thread/INFO]: [Jobs] Loaded 1349 block protection entries. 2
[20:29:30] [Netty Epoll Server IO #2/WARN]: java.lang.NullPointerException
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at net.minecraft.server.v1_11_R1.PacketStatusListener.a(PacketStatusListener.java:124)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at net.minecraft.server.v1_11_R1.PacketStatusInStart.a(SourceFile:23)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at net.minecraft.server.v1_11_R1.PacketStatusInStart.a(SourceFile:8)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at net.minecraft.server.v1_11_R1.NetworkManager.a(NetworkManager.java:126)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at net.minecraft.server.v1_11_R1.NetworkManager.channelRead0(NetworkManager.java:327)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at net.minecraft.server.v1_11_R1.NetworkManager.channelRead0(NetworkManager.java:1)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:168)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at com.comphenix.protocol.injector.netty.ChannelInjector$4.channelRead(ChannelInjector.java:263)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at net.minecraft.server.v1_11_R1.LegacyPingHandler.channelRead(SourceFile:94)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[20:29:30] [Netty Epoll Server IO #2/WARN]:     at java.lang.Thread.run(Thread.java:748)
[20:29:31] [Server thread/INFO]: [Jobs] Loaded 2072 furnaces and 351 brewing stands for reassigning
[20:29:31] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
[20:29:31] [Server thread/INFO]: [MyPet-NPC] Enabling MyPet-NPC v1.5.0
[20:29:31] [Server thread/INFO]: [MyPet-NPC] version 1.5-SNAPSHOT-b150 ENABLED
[20:29:31] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:29:31] [Server thread/INFO]: Done (28.634s)! For help, type "help" or "?"
[20:29:32] [Craft Scheduler Thread - 1/INFO]: [Images] Loading images...
[20:29:32] [Craft Scheduler Thread - 10/INFO]: [EnhBalTop] Hooked Successfully Into HolographicDisplays v2.2.6
[20:29:32] [Craft Scheduler Thread - 8/INFO]: [EnhBalTop] Hooked Successfully Into PlaceholderAPI v2.8.7
[20:29:32] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "WorldGuard"
[20:29:32] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "LWC"
[20:29:32] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "PreciousStones"
[20:29:32] [Server thread/INFO]: ###################### - Slimefun - ######################
[20:29:32] [Server thread/INFO]: Successfully loaded 661 Items (225 Researches)
[20:29:32] [Server thread/INFO]: ( 444 Items from Slimefun, 217 Items from Addons )
[20:29:32] [Server thread/INFO]: ##########################################################
[20:29:32] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world"
[20:29:32] [Server thread/INFO]: [Slimefun] This may take a long time...
[20:29:32] [Thread-34/INFO]: [CS-CoreLib - Updater] CS-CoreLib is up to date!
[20:29:32] [Craft Scheduler Thread - 11/INFO]: [PlaceholderAPI] 111 placeholder expansions are available on the cloud.
[20:29:32] [Craft Scheduler Thread - 1/INFO]: [Images] Loaded 13 images.
[20:29:35] [Server thread/INFO]: [Slimefun] Loading Blocks... 65% done ("world")
[20:29:36] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 4178ms)
[20:29:36] [Server thread/INFO]: [Slimefun] Loaded a total of 550877 Blocks for World "world"
[20:29:36] [Server thread/INFO]: [Slimefun] Avg: 0.008ms/Block
[20:29:36] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_the_end"
[20:29:36] [Server thread/INFO]: [Slimefun] This may take a long time...
[20:29:36] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
[20:29:36] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_the_end"
[20:29:36] [Server thread/INFO]: [Slimefun] Loading Blocks for World "torneo"
[20:29:36] [Server thread/INFO]: [Slimefun] This may take a long time...
[20:29:36] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
[20:29:36] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "torneo"
[20:29:36] [Server thread/INFO]: [Slimefun] Loading Blocks for World "CreativoV"
[20:29:36] [Server thread/INFO]: [Slimefun] This may take a long time...
[20:29:38] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 1481ms)
[20:29:38] [Server thread/INFO]: [Slimefun] Loaded a total of 190759 Blocks for World "CreativoV"
[20:29:38] [Server thread/INFO]: [Slimefun] Avg: 0.008ms/Block
[20:29:38] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_nether"
[20:29:38] [Server thread/INFO]: [Slimefun] This may take a long time...
[20:29:38] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
[20:29:38] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_nether"
[20:29:38] [Server thread/INFO]: [Slimefun] Loading Blocks for World "eventos"
[20:29:38] [Server thread/INFO]: [Slimefun] This may take a long time...
[20:29:38] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
[20:29:38] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "eventos"
[20:29:38] [Server thread/INFO]: [Slimefun] Loading Blocks for World "infierno2"
[20:29:38] [Server thread/INFO]: [Slimefun] This may take a long time...
[20:29:38] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
[20:29:38] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "infierno2"
[20:29:38] [Server thread/INFO]: [Slimefun] Loading Blocks for World "oitc"
[20:29:38] [Server thread/INFO]: [Slimefun] This may take a long time...
[20:29:38] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 12ms)
[20:29:38] [Server thread/INFO]: [Slimefun] Loaded a total of 2276 Blocks for World "oitc"
[20:29:38] [Server thread/INFO]: [Slimefun] Avg: 0.005ms/Block
[20:29:38] [Server thread/INFO]: [Slimefun] Loading Blocks for World "S2"
[20:29:38] [Server thread/INFO]: [Slimefun] This may take a long time...
[20:29:39] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 901ms)
[20:29:39] [Server thread/INFO]: [Slimefun] Loaded a total of 137944 Blocks for World "S2"
[20:29:39] [Server thread/INFO]: [Slimefun] Avg: 0.007ms/Block
[20:29:39] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[20:29:39] [Craft Scheduler Thread - 6/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
[20:29:39] [Craft Scheduler Thread - 6/INFO]: [NoCheatPlus] Added hook: Citizens2(cncp) [2.0].
[20:29:39] [Craft Scheduler Thread - 6/INFO]: [NoCheatPlus] Added hook: MyPet [1.0].
[20:29:39] [Craft Scheduler Thread - 7/INFO]: [PreciousStones] (world) cuboids: 527
[20:29:39] [Craft Scheduler Thread - 7/INFO]: [PreciousStones] (infierno2) cuboids: 11
[20:29:39] [Craft Scheduler Thread - 7/INFO]: [PreciousStones] (S2) cuboids: 205
[20:29:39] [Thread-35/INFO]: [CS-CoreLib - Updater] ExoticGarden is up to date!
[20:29:40] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[20:29:40] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
[20:29:40] [Server thread/INFO]: [Agartha] Success to submit stats metrics
[20:29:40] [Server thread/INFO]: [MVdWPlaceholderAPI] AgarthaLib added custom placeholder {agarthalib_*}
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §bPet UUID: 29e837a9-5c7c-226e-996b-731ed8d50f0f
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: Policia UUID: c9c330d0-bec9-2db4-8b9c-d5aaac901143
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §bMarilu UUID: a3f75863-7af1-222b-b453-0e213d51354d
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aInferno UUID: 4a80aa93-bd96-21e9-819e-79bfa1f9b4bb
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aPalancas UUID: 81c01578-d6fe-2877-ad82-a05ea8e4585d
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §1Velkarius UUID: 713c36b3-d9ca-20e9-b585-433de8313cff
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: Inferno UUID: 81ef75a3-68fe-24e6-acd5-ed8ba03ca9b6
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: Akeno UUID: ce6688ce-a782-2e5a-884a-0fe0a58a150b
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: Silvano UUID: 51581e3d-c085-25b4-a815-317a6cef4b33
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: Cantinero UUID: 0c5b6867-bd70-255d-a97d-2661c9f975b9
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: Ivan UUID: f31438fb-8889-286c-b45f-2a3c7c232bae
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: Nazgrim UUID: a81a5a09-5a48-2b1c-8b6b-482a8d88ec0d
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: ShiraKy UUID: 49f88fa5-b086-2fb5-9900-026e70ee2aac
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: Azgalor UUID: 2a34cbc8-7713-2ee0-8587-95297a6191a6
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: Fenryr UUID: 8ecce87a-c428-209f-8bcd-cbef5a157f05
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: Silvia UUID: 4aa5e102-1840-248e-9052-e3e280af57d8
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aVelocidad UUID: 599dd47a-13e1-297a-8807-fe1101fc12a6
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aGema Critico UUID: 272b9a88-f496-27db-9f04-65ef02f2f00e
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aGemas Defensa UUID: edb2fc02-103b-29db-aa3b-1eba8d96cf4b
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aGemas Golpeo UUID: 103279c7-517e-223a-bf0b-0fe50abd8118
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aComerciante UUID: 7c28f4f2-5ec7-269f-8a4b-542ab9ef2605
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aReparacion UUID: 6c7a60f8-cbdb-2a07-947e-efc111be6a30
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aPolvo UUID: cdc43eb9-fa1b-282d-843e-8f8ceed5e45e
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §7Mauricio UUID: 2a99d8ef-b9a7-2f02-9cb5-8eed639a2b15
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §bKubson_ UUID: 8ab7780c-daed-2ee4-8554-fd6087b19021
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aOficial UUID: 3bc76baa-06a5-2182-89a7-39c8bdecde99
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §e§lKubson_ UUID: 06dd92ac-0567-2ef6-9c09-d4b0bdf2e27a
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §c§lMegaProx UUID: fe457644-e5bf-2714-934d-3bb6d622d463
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §6§lInfinity3113 UUID: b52f055e-c2ba-2854-8e16-e1aeb53d4952
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §b§lMasterSito UUID: 1d6b8e3f-56fa-2d66-93de-807e69f9375d
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: Misiones UUID: d760cf6a-367e-2e0a-8224-9c4433ab92e7
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aCambios UUID: cda57687-4fe8-215c-b476-7d63bbec50f1
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §b§lElizakar UUID: ca212ea9-0c46-2e6d-9d8e-65c0b80a6b3f
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §c§lX3747X UUID: fe0aa30a-c366-2ef8-a616-258ae109aebc
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aGema Golpeo UUID: dfda21bc-806d-27a9-a036-8e9f0e29c101
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aGema Defensa UUID: 5d1c08cc-283e-2acd-8720-13e991ecbf7b
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §a§lMisiones UUID: 1660481c-140c-274c-84e7-f9ab4738abbb
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aHerrante UUID: 90479253-ec11-2062-b3f5-903639b4fc67
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: zak UUID: 98200f27-0f12-2ccc-bc02-85edc0a3369c
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: Kryptos UUID: 4c4dd8ea-4b02-279e-a8cd-c16361ce5fc7
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: Guardián UUID: d13c3c35-069f-2b25-94f3-8d4cedc62a04
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aBarman UUID: a852a537-b3c9-2bf3-bb4b-bb8fdb026017
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §9§lmcSenSei76 UUID: b32ec92b-1bcd-2b05-98e8-0901500225d4
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: Seil UUID: ed38ad62-5dab-2ce1-b150-546b55a4cf92
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: TiendaPet UUID: fae47cca-e8f2-26e8-b857-42a4d23a4e21
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §9§lsqueaker64 UUID: 75de8953-5b82-2dce-9252-51c409294592
[20:29:40] [Server thread/INFO]: [PreciousStones] [New Player]: §aFragmentos UUID: 71abac59-3332-25a2-8d00-675678344b1a
[20:29:40] [Server thread/INFO]: [Citizens] Loaded 66 NPCs.
[20:29:40] [Server thread/INFO]: [VotingPlugin] Hooked into Vault permissions
[20:29:41] [Server thread/INFO]: [MVdWPlaceholderAPI] MyItems added custom placeholder {myitems_*}
[20:29:41] [Craft Scheduler Thread - 8/INFO]: [Vault] Checking for Updates ... 
[20:29:41] [Server thread/INFO]: [ActionBarAPI] No update was found, you are running the latest version.
[20:29:41] [Craft Scheduler Thread - 8/INFO]: [Vault] Stable Version: 1.5.6 | Current Version: 1.6.6
[20:29:41] [Craft Scheduler Thread - 10/INFO]: [SkinsRestorer] ----------------------------------------------
[20:29:41] [Craft Scheduler Thread - 10/INFO]: [SkinsRestorer]     +===============+
[20:29:41] [Craft Scheduler Thread - 10/INFO]: [SkinsRestorer]     | SkinsRestorer |
[20:29:41] [Craft Scheduler Thread - 10/INFO]: [SkinsRestorer]     +===============+
[20:29:41] [Craft Scheduler Thread - 10/INFO]: [SkinsRestorer] ----------------------------------------------
[20:29:41] [Craft Scheduler Thread - 10/INFO]: [SkinsRestorer]     Current version: 13.3
[20:29:41] [Craft Scheduler Thread - 10/INFO]: [SkinsRestorer]     This is the latest version!
[20:29:41] [Craft Scheduler Thread - 10/INFO]: [SkinsRestorer] ----------------------------------------------
[20:29:42] [Server thread/INFO]: [VotingPlugin] Successfully hooked into Vault!
[20:29:42] [Server thread/ERROR]: A null String value was detected in quests.yml, please correct the file
[20:29:42] [Server thread/ERROR]: [Quests] items: Reward in Quest Fragmentos de voto is not a list of strings!
[20:29:42] [Server thread/INFO]: [Quests] 18 Quest(s) loaded.
[20:29:42] [Server thread/INFO]: [Quests] 9 Event(s) loaded.
[20:29:42] [Server thread/INFO]: [Quests] 890 Phrase(s) loaded.
[20:29:44] [Craft Scheduler Thread - 6/INFO]: [VotingPlugin] VotingPlugin is up to date! Version: 5.13.1
[20:29:44] [User Authenticator #1/INFO]: UUID of player squeaker64 is 5358dedb-daaf-3362-bf70-0262e36064db
[20:29:45] [Server thread/INFO]: squeaker64[/189.190.22.99:50978] logged in with entity id 3771 at ([S2]-98.27896909690587, 71.0, -259.30000001192093)
[20:29:45] [Server thread/INFO]: squeaker64 se ha conectado!
[20:29:45] [Craft Scheduler Thread - 0/INFO]: [AuthMe] squeaker64 logged in!
[20:29:46] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
[20:29:46] [Server thread/WARN]: [FeatherBoard] Unable to check for module updates!
[20:29:46] [Craft Scheduler Thread - 0/INFO]: [BuycraftX] Fetching all due players...
[20:29:46] [Server thread/INFO]: [Loteria] Plugin successfully linked with vault!
[20:29:47] [Craft Scheduler Thread - 0/INFO]: [BuycraftX] Fetched due players (1 found).
[20:29:47] [Server thread/INFO]: Scanning for legacy world dragon fight...
[20:29:47] [Server thread/INFO]: Found that the dragon has been killed in this world already.
[20:29:47] [Craft Scheduler Thread - 6/INFO]: [Parties] Parties v2.2.18 found a new version: 2.2.20
[20:29:48] [Craft Scheduler Thread - 6/INFO]: [AddLight 4.2.1] Successfully started Metrics
[20:29:48] [Craft Scheduler Thread - 6/INFO]: [AddLight 4.2.1] See http://bstats.org/plugin/bukkit/AddLight
[20:29:53] [Server thread/INFO]: [EnhBalTop] Fetched And Sorted 380 OffLine Player Balances
[20:29:53] [Craft Scheduler Thread - 12/INFO]: [Autorank] Config files have been correctly setup!
[20:29:58] [Server thread/INFO]: squeaker64 issued server command: /rp
[20:30:18] [Server thread/INFO]: CONSOLE issued server command: /list 
[20:30:18] [Server thread/INFO]: Hay 1 jugadores de un máximo de 75 jugadores en linea.
[20:30:18] [Server thread/INFO]: ayudante: squeaker
[20:30:47] [Craft Scheduler Thread - 12/INFO]: [BuycraftX] Updating coupon list...
[20:30:47] [Craft Scheduler Thread - 0/INFO]: [Slimefun] Auto-Saving Data... (Next Auto-Save: 10m)
[20:30:47] [Craft Scheduler Thread - 0/INFO]: [Slimefun] Saving Blocks for World "world" (1245 Changes queued)
[20:30:48] [Craft Scheduler Thread - 0/INFO]: [Slimefun] Saving Blocks for World "S2" (355 Changes queued)
rayzr522 commented 6 years ago

What is the purpose of this log file? It does not appear to contain any OldCombatMechanics errors.

infinity3113 commented 6 years ago

I pass it to see if you see an error because I do not see anything.

rayzr522 commented 6 years ago

Ah, then it looks fine. Please leave debug mode enabled for now, however, so that if you have this error again later, you can post the relevant portion of the log file.

infinity3113 commented 6 years ago

Ah ok thank you very much I will be aware then.

infinity3113 commented 6 years ago
18.05 20:45:55 [Server] INFO UUID of player Khen is 897832d4-c88a-3581-aee2-b32ff0371f86
18.05 20:45:56 [Server] WARN java.lang.NullPointerException
18.05 20:45:56 [Server] WARN at gvlfm78.plugin.OldCombatMechanics.utilities.packet.PacketInjector.write(PacketInjector.java:132)
18.05 20:45:56 [Server] WARN at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:658)
18.05 20:45:56 [Server] WARN at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:716)
18.05 20:45:56 [Server] WARN at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:706)
18.05 20:45:56 [Server] WARN at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:741)
18.05 20:45:56 [Server] WARN at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:895)
18.05 20:45:56 [Server] WARN at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:240)
18.05 20:45:56 [Server] WARN at com.comphenix.protocol.injector.netty.ChannelProxy.writeAndFlush(ChannelProxy.java:327)
18.05 20:45:56 [Server] WARN at net.minecraft.server.v1_11_R1.NetworkManager$4.run(NetworkManager.java:200)
18.05 20:45:56 [Server] WARN at com.comphenix.protocol.injector.netty.ChannelInjector$5$3.run(ChannelInjector.java:330)
18.05 20:45:56 [Server] WARN at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380)
18.05 20:45:56 [Server] WARN at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268)
18.05 20:45:56 [Server] WARN at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
18.05 20:45:56 [Server] WARN at java.lang.Thread.run(Thread.java:748)
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Server] WARN java.nio.channels.ClosedChannelException
18.05 20:45:56 [Connect] User Khen, IP 189.204.160.79
18.05 20:45:56 [Multicraft] Khen ran command Message of the Day
18.05 20:45:56 [Server] INFO Khen se ha conectado!
18.05 20:45:56 [Disconnect] User Khen has disconnected, reason: Internal Exception: java.lang.NullPointerException
rayzr522 commented 6 years ago

This has something to do with a change done by @I-Al-Istannen, so I will leave it to him to decipher what is going wrong.

infinity3113 commented 6 years ago

Meanwhile, I deactivate the ocm? because it is almost impossible for players to connect.

infinity3113 commented 6 years ago

I'll wait for the next update. Do they warn me right here?

rayzr522 commented 6 years ago

Well, you could either:

  1. Deactivate OCM
  2. Return to 1.6.5, which has the original bug (crash on quit and join)
  3. Disable the player collisions module (as this is what the new error is due to)

The 3rd is probably the best and least game-changing fix.

infinity3113 commented 6 years ago

Anyway in version 1.6.5 the collision module does not work

rayzr522 commented 6 years ago

Yes, it was fixed in the development builds. Please grab [the latest dev build] and let us know if the NullPointerException from the collision module is now fixed. (@I-Al-Istannen just possibly patched it)

infinity3113 commented 6 years ago

The last revision dev if it serves the collision module but still has the problem that users can not enter.

They warn me when they take out the patch?

I-Al-Istannen commented 6 years ago

@infinity3113 What do you mean with "They warn me when they take out the patch?"?

Is it still the same error with the latest build from here? That is the one made roughly 10 hours ago that contains the possible fix to this issue.

infinity3113 commented 6 years ago

If the same problem continues to arise, from null pointer

I-Al-Istannen commented 6 years ago

You are so far the only person I have seen with that issue and the specific error in your log should be fixed in the dev build linked above. If it is not and still appears I will need the new error log to see where it occurred now.

I can not reproduce the error on my system, so things involve a bit more guessing on my side and testing on yours sadly, I apologize.

infinity3113 commented 6 years ago

I'm going to put the last ocm again and put debug, and in a few hours I'll be sending the log.

I-Al-Istannen commented 6 years ago

Thank you for your patience. Setting it up on a test server or something to not overly bother your players could be nice, if you have that, but you know that better than I do.

infinity3113 commented 6 years ago

Unfortunately I do not have a test server, but my players are aware that I always make changes to improve my server I do not like, keep a server without proper maintenance. I want to be the best rpg survival server and for this I work hard so that my players always have the best <3, thanks for such effective support they give me and I apologize if I am bothering them so much.

infinity3113 commented 6 years ago

Everything works perfect, thank you very much for your help.

I-Al-Istannen commented 6 years ago

Nice, glad to hear that :) That was an interesting bug, I have no idea why I did it that way initially.

Thank you for your patience and enjoy your day!

rayzr522 commented 6 years ago

Seeing as this is now resolved, I am closing the issue. Thanks, @I-Al-Istannen :)