Zdravím. Zkouším si dělat Skyblock server.
Mám normálně vygenerovanou prázdnou mapu přes CleanRoomGenerator.
Na serveru mám plugin USkyBlock, ovšem když napíšu příkaz /is, tak se mi objeví pouze menu s knihou, jež nejde otevřít ani přendat.
Když dám /is create nestane se vůbec nic a konzole nic nevypíše.
Spoiler: zobrazit
- sky.png (22.51 KiB) Zobrazeno 4294 x
Dále mám problém s essentials. Když se pokusím portnout na /spawn, tak mi to červeně napiše Error:0 do chatu. Dále mi to vyhodí chybu v konzoli, když napíšu něco do chatu.
Log po napsání do chatu
Spoiler: zobrazit
Kód: Vybrat vše
> [17:00:35 ERROR]: Could not pass event AsyncPlayerChatEvent to EssentialsChat v2.13.1
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:299) ~[minecraft_server.jar:git-Spigot-1571]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[minecraft_server.jar:git-Spigot-1571]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [minecraft_server.jar:git-Spigot-1571]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [minecraft_server.jar:git-Spigot-1571]
at net.minecraft.server.v1_7_R4.PlayerConnection.chat(PlayerConnection.java:932) [minecraft_server.jar:git-Spigot-1571]
at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:872) [minecraft_server.jar:git-Spigot-1571]
at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [minecraft_server.jar:git-Spigot-1571]
at net.minecraft.server.v1_7_R4.PacketPlayInChat$1.run(PacketPlayInChat.java:59) [minecraft_server.jar:git-Spigot-1571]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_51]
at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [?:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [?:1.7.0_51]
at java.lang.Thread.run(Thread.java:744) [?:1.7.0_51]
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at com.earth2me.essentials.perm.PermissionsExHandler.getGroup(PermissionsExHandler.java:28) ~[?:?]
at com.earth2me.essentials.perm.PermissionsHandler.getGroup(PermissionsHandler.java:40) ~[?:?]
at com.earth2me.essentials.User.getGroup(User.java:659) ~[?:?]
at com.earth2me.essentials.chat.EssentialsChatPlayerListenerLowest.onPlayerChat(EssentialsChatPlayerListenerLowest.java:48) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:296) ~[minecraft_server.jar:git-Spigot-1571]
... 12 more
> [17:00:35 INFO]: [world]< Cheter_LP> ahoj
Přikládám latest.log
Spoiler: zobrazit
Kód: Vybrat vše
[16:55:27] [Server thread/INFO]: Starting minecraft server version 1.7.10
[16:55:27] [Server thread/INFO]: Loading properties
[16:55:27] [Server thread/INFO]: Default game type: SURVIVAL
[16:55:27] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1571 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[16:55:28] [Server thread/INFO]: Using 4 threads for Netty based IO
[16:55:28] [Server thread/INFO]: Server Ping Player Sample Count: 12
[16:55:28] [Server thread/INFO]: Generating keypair
[16:55:28] [Server thread/INFO]: Starting Minecraft server on 93.91.240.151:27301
[16:55:28] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[16:55:29] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.0.2
[16:55:29] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
[16:55:29] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
[16:55:29] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
[16:55:29] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
[16:55:29] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b641
[16:55:29] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.22.1
[16:55:29] [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*!
[16:55:29] [Server thread/INFO]: [LWC] Loading LWC v4.4.0 (b881) (July 11, 2013)
[16:55:29] [Server thread/INFO]: [uSkyBlock] Loading uSkyBlock v2.0.0
[16:55:29] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
[16:55:29] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
[16:55:29] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
[16:55:29] [Server thread/INFO]: [Jobs] Loading Jobs v2.11.4
[16:55:29] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v3.0.0
[16:55:29] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
[16:55:29] [Server thread/INFO]: [Ultrabans] Loading Ultrabans v3.1.0
[16:55:29] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.7.15
[16:55:29] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
[16:55:29] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.4
[16:55:29] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
[16:55:29] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[16:55:29] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
[16:55:29] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
[16:55:29] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
[16:55:29] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
[16:55:29] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[16:55:29] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[16:55:29] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[16:55:29] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
[16:55:29] [Server thread/INFO]: [LWC] Enabling LWC v4.4.0 (b881) (July 11, 2013)
[16:55:29] [Server thread/INFO]: [LWC] Connecting to SQLite
[16:55:29] [Server thread/INFO]: [uSkyBlock] Enabling uSkyBlock v2.0.0
[16:55:29] [Server thread/INFO]: 5000
[16:55:29] [Server thread/INFO]: -1
[16:55:29] [Server thread/INFO]: -1
[16:55:29] [Server thread/INFO]: [uSkyBlock] Using built in protection.
[16:55:29] [Server thread/INFO]: Island Configs Loaded:
[16:55:29] [Server thread/INFO]: [uSkyBlock] 0 schematics loaded.
[16:55:29] [Server thread/INFO]: [uSkyBlock] uSkyBlock v.2.0.0 enabled.
[16:55:31] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
[16:55:31] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
[16:55:31] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[16:55:31] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[16:55:31] [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.
[16:55:31] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[16:55:31] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[16:55:31] [Server thread/INFO]: Preparing level "world"
[16:55:31] [Server thread/INFO]: -------- World Settings For [world] --------
[16:55:31] [Server thread/INFO]: Anti X-Ray: true
[16:55:31] [Server thread/INFO]: Engine Mode: 1
[16:55:31] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:55:31] [Server thread/INFO]: Replace Blocks: [1, 5]
[16:55:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[16:55:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:55:31] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:55:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:55:31] [Server thread/INFO]: Random Lighting Updates: false
[16:55:31] [Server thread/INFO]: Structure Info Saving: true
[16:55:31] [Server thread/INFO]: Mob Spawn Range: 4
[16:55:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:55:31] [Server thread/INFO]: Sending up to 5 chunks per packet
[16:55:31] [Server thread/INFO]: Max Entity Collisions: 8
[16:55:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[16:55:31] [Server thread/INFO]: View Distance: 7
[16:55:31] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:55:31] [Server thread/INFO]: Clear tick list: false
[16:55:31] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:55:31] [Server thread/INFO]: Item Despawn Rate: 6000
[16:55:31] [Server thread/INFO]: Item Merge Radius: 2.5
[16:55:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:55:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:55:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:55:31] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[16:55:31] [Server thread/INFO]: Anti X-Ray: true
[16:55:31] [Server thread/INFO]: Engine Mode: 1
[16:55:31] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:55:31] [Server thread/INFO]: Replace Blocks: [1, 5]
[16:55:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[16:55:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:55:31] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:55:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:55:31] [Server thread/INFO]: Random Lighting Updates: false
[16:55:31] [Server thread/INFO]: Structure Info Saving: true
[16:55:31] [Server thread/INFO]: Mob Spawn Range: 4
[16:55:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:55:31] [Server thread/INFO]: Sending up to 5 chunks per packet
[16:55:31] [Server thread/INFO]: Max Entity Collisions: 8
[16:55:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[16:55:31] [Server thread/INFO]: View Distance: 7
[16:55:31] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:55:31] [Server thread/INFO]: Clear tick list: false
[16:55:31] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:55:31] [Server thread/INFO]: Item Despawn Rate: 6000
[16:55:31] [Server thread/INFO]: Item Merge Radius: 2.5
[16:55:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:55:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:55:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:55:31] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[16:55:31] [Server thread/INFO]: Anti X-Ray: true
[16:55:31] [Server thread/INFO]: Engine Mode: 1
[16:55:31] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:55:31] [Server thread/INFO]: Replace Blocks: [1, 5]
[16:55:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[16:55:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:55:31] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:55:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:55:31] [Server thread/INFO]: Random Lighting Updates: false
[16:55:31] [Server thread/INFO]: Structure Info Saving: true
[16:55:31] [Server thread/INFO]: Mob Spawn Range: 4
[16:55:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:55:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:55:31] [Server thread/INFO]: Sending up to 5 chunks per packet
[16:55:31] [Server thread/INFO]: Max Entity Collisions: 8
[16:55:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[16:55:31] [Server thread/INFO]: View Distance: 7
[16:55:31] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:55:31] [Server thread/INFO]: Clear tick list: false
[16:55:31] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:55:31] [Server thread/INFO]: Item Despawn Rate: 6000
[16:55:31] [Server thread/INFO]: Item Merge Radius: 2.5
[16:55:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:55:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:55:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:55:31] [Server thread/INFO]: Preparing start region for level 0 (Seed: -4561671163917448849)
[16:55:32] [Server thread/INFO]: Preparing start region for level 1 (Seed: -6436870126044882086)
[16:55:36] [Server thread/INFO]: Preparing spawn area: 34%
[16:55:36] [Server thread/INFO]: Preparing start region for level 2 (Seed: -6436870126044882086)
[16:55:37] [Server thread/INFO]: Preparing spawn area: 53%
[16:55:37] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.0.2
[16:55:37] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
[16:55:37] [Server thread/INFO]: Starting FakaHedaMinequery server on 93.91.240.151:28301
[16:55:37] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
[16:55:37] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[16:55:38] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
[16:55:38] [Server thread/INFO]: [iConomy - April Fools] Enabled (17 ms)
[16:55:38] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[16:55:38] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
[16:55:38] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b641
[16:55:38] [Thread-10/INFO]: [iConomy - April Fools] Purged accounts with default balance.
[16:55:38] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.5-b641
[16:55:38] [Server thread/INFO]: -------- World Settings For [skyblock] --------
[16:55:38] [Server thread/INFO]: Anti X-Ray: true
[16:55:38] [Server thread/INFO]: Engine Mode: 1
[16:55:38] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:55:38] [Server thread/INFO]: Replace Blocks: [1, 5]
[16:55:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[16:55:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:55:38] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:55:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:55:38] [Server thread/INFO]: Random Lighting Updates: false
[16:55:38] [Server thread/INFO]: Structure Info Saving: true
[16:55:38] [Server thread/INFO]: Mob Spawn Range: 4
[16:55:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:55:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:55:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:55:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:55:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:55:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:55:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:55:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:55:38] [Server thread/INFO]: Sending up to 5 chunks per packet
[16:55:38] [Server thread/INFO]: Max Entity Collisions: 8
[16:55:38] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[16:55:38] [Server thread/INFO]: View Distance: 7
[16:55:38] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:55:38] [Server thread/INFO]: Clear tick list: false
[16:55:38] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:55:38] [Server thread/INFO]: Item Despawn Rate: 6000
[16:55:38] [Server thread/INFO]: Item Merge Radius: 2.5
[16:55:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:55:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:55:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:55:38] [Server thread/INFO]: Preparing start region for level 3 (Seed: -487870558510280794)
[16:55:38] [Server thread/INFO]: -------- World Settings For [skyworld] --------
[16:55:38] [Server thread/INFO]: Anti X-Ray: true
[16:55:38] [Server thread/INFO]: Engine Mode: 1
[16:55:38] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:55:38] [Server thread/INFO]: Replace Blocks: [1, 5]
[16:55:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[16:55:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:55:38] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:55:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:55:38] [Server thread/INFO]: Random Lighting Updates: false
[16:55:38] [Server thread/INFO]: Structure Info Saving: true
[16:55:38] [Server thread/INFO]: Mob Spawn Range: 4
[16:55:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:55:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:55:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:55:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:55:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:55:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:55:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:55:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:55:40] [Server thread/INFO]: Sending up to 5 chunks per packet
[16:55:40] [Server thread/INFO]: Max Entity Collisions: 8
[16:55:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[16:55:40] [Server thread/INFO]: View Distance: 7
[16:55:40] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:55:40] [Server thread/INFO]: Clear tick list: false
[16:55:40] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:55:40] [Server thread/INFO]: Item Despawn Rate: 6000
[16:55:40] [Server thread/INFO]: Item Merge Radius: 2.5
[16:55:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:55:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:55:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:55:41] [Server thread/INFO]: Preparing start region for level 4 (Seed: -4187693811773781943)
[16:55:41] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[16:55:41] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b641 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
[16:55:41] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.22.1
[16:55:41] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[16:55:41] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[16:55:41] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[16:55:41] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[16:55:41] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[16:55:41] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
[16:55:41] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[16:55:41] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[16:55:41] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[16:55:41] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[16:55:41] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[16:55:41] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[16:55:41] [Server thread/INFO]: [WorldGuard] (skyblock) TNT ignition is PERMITTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] (skyblock) Lighters are PERMITTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] (skyblock) Lava fire is blocked.
[16:55:41] [Server thread/INFO]: [WorldGuard] (skyblock) Fire spread is UNRESTRICTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'skyblock'
[16:55:41] [Server thread/INFO]: [WorldGuard] (skyworld) TNT ignition is PERMITTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] (skyworld) Lighters are PERMITTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] (skyworld) Lava fire is blocked.
[16:55:41] [Server thread/INFO]: [WorldGuard] (skyworld) Fire spread is UNRESTRICTED.
[16:55:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'skyworld'
[16:55:41] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world'
[16:55:41] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
[16:55:41] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
[16:55:41] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'skyblock'
[16:55:41] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'skyworld'
[16:55:41] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
[16:55:41] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[16:55:41] [Server thread/INFO]: git-Spigot-1571 (MC: 1.7.10)
[16:55:41] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT
[16:55:41] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[16:55:41] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[16:55:41] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.4.1-b436)
[16:55:41] [Server thread/INFO]: [Jobs] Enabling Jobs v2.11.4
[16:55:42] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task
[16:55:42] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread
[16:55:42] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
[16:55:42] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v3.0.0
[16:55:42] [Server thread/INFO]: [ServerSigns] Successfully hooked into Vault
[16:55:42] [Server thread/INFO]: [ServerSigns] Version 3.0.0 is now enabled.
[16:55:42] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
[16:55:42] [Server thread/INFO]: [Ultrabans] Enabling Ultrabans v3.1.0
[16:55:42] [Server thread/INFO]: [Ultrabans] No Updates found on dev.bukkit.org.
[16:55:42] [Server thread/INFO]: [Ultrabans] Loaded. 0 secs.
[16:55:42] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.7.15
[16:55:43] [Server thread/INFO]: [ChestShop] LWC version 4.4.0 (b881) (July 11, 2013) loaded.
[16:55:43] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[16:55:43] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
[16:55:43] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.4
[16:55:43] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[16:55:43] [Server thread/INFO]: [AuthMe] Set Language: en
[16:55:43] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[16:55:43] [Server thread/INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations
[16:55:43] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[16:55:43] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[16:55:43] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[16:55:43] [Server thread/INFO]: [AuthMe] Authme 3.4 enabled
[16:55:43] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[16:55:43] [Server thread/INFO]: Done (12.401s)! For help, type "help" or "?"
[16:55:43] [Server thread/INFO]: Starting GS4 status listener
[16:55:43] [Server thread/INFO]: Starting remote control listener
[16:55:43] [Query Listener #1/INFO]: Query running on 93.91.240.151:27301
[16:55:43] [Server thread/WARN]: No rcon password set in '/hlserver/27301/server.properties', rcon disabled!
[16:55:43] [Server thread/INFO]: [Jobs] [Jobs] Successfully linked with Vault.
[16:55:43] [Server thread/INFO]: [uSkyBlock] Using vault for permissions
[16:55:43] [Server thread/INFO]: [0;32;1mMultiverse[0;37;1m already knows about '[0;36;1mskyworld[0;37;1m'![m
[16:55:43] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
[16:55:43] [Craft Scheduler Thread - 4/INFO]: [PlugMan] No update was found.
[16:55:44] [Craft Scheduler Thread - 11/INFO]: [Vault] Checking for Updates:
[16:55:44] [Craft Scheduler Thread - 11/INFO]: [Vault] No new version available
[16:55:51] [User Authenticator #1/INFO]: UUID of player mustaliekki is e219b64f-17a8-39a3-94e0-1ca7ac803ebc
[16:55:51] [Server thread/INFO]: Reloading player data!
[16:55:51] [Server thread/INFO]: Creating new player config!
[16:55:51] [Server thread/INFO]: Creating player config Paths!
[16:55:51] [Server thread/INFO]: Loaded player file for mustaliekki