NightWizardNW
Birisi mi Spawnlandı?
- Katılım
- 3 Temmuz 2018
- Mesajlar
- 4
- Elmaslar
- 1
- Puan
- 0
- Yaş
- 32
Merhaba, baslat.bat'ı çalıştırdıktan sonra, help aşamasına kadar gözlemlediğim kadarıyla bir hata vermeden ulaşıyor ancak sunucuya giriş mümkün değil.
Aldığım son log aşağıdaki gibidir.
Aldığım son log aşağıdaki gibidir.
Kod:
[17:52:58] [Server thread/INFO]: Starting minecraft server version 1.8.8
[17:52:58] [Server thread/INFO]: Loading properties
[17:52:59] [Server thread/INFO]: Default game type: SURVIVAL
[17:52:59] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-"4c7641d" (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[17:52:59] [Server thread/INFO]: Debug logging is disabled
[17:52:59] [Server thread/INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m
[17:52:59] [Server thread/INFO]: Using 4 threads for Netty based IO
[17:52:59] [Server thread/INFO]: Server Ping Player Sample Count: 12
[17:52:59] [Server thread/INFO]: Data value allowed items:
[17:52:59] [Server thread/INFO]: Generating keypair
[17:53:00] [Server thread/INFO]: Starting Minecraft server on *:25565
[17:53:00] [Server thread/INFO]: Using default channel type
[17:53:00] [Server thread/WARN]: Plugin `Advanced_Item_Effects v1.4.1' uses the space-character (0x20) in its name `Advanced Item Effects' - this is discouraged
[17:53:00] [Server thread/WARN]: Plugin `Block_Writer v1.0' uses the space-character (0x20) in its name `Block Writer' - this is discouraged
[17:53:00] [Server thread/ERROR]: Ambiguous plugin name `ChestSell' for files `plugins\ChestSell.jar' and `plugins\ChestSell (1).jar' in `plugins'
[17:53:00] [Server thread/ERROR]: Ambiguous plugin name `Citizens' for files `plugins\Citizens (3).jar' and `plugins\Citizens (2).jar' in `plugins'
[17:53:00] [Server thread/ERROR]: Could not load 'plugins\Clearlag.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
Caused by: java.util.zip.ZipException: zip file is empty
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_171]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_171]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_171]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_171]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_171]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
... 5 more
[17:53:00] [Server thread/ERROR]: Ambiguous plugin name `EssentialsChat' for files `plugins\EssentialsXChat-2.15.0.3.jar' and `plugins\EssentialsChat-2.x-SNAPSHOT.jar' in `plugins'
[17:53:00] [Server thread/ERROR]: Ambiguous plugin name `PlaceholderAPI' for files `plugins\PlaceholderAPI-2.8.7.jar' and `plugins\PlaceholderAPI-2.8.6.jar' in `plugins'
[17:53:00] [Server thread/ERROR]: Ambiguous plugin name `WolvSK' for files `plugins\WolvSK.jar' and `plugins\WolvSK (1).jar' in `plugins'
[17:53:00] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[17:53:01] [Server thread/ERROR]: Could not load 'plugins\ItemSpawner.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R3/World
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:331) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:254) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R3/World
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_171]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_171]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:65) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R3.World
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:92) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_171]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_171]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:65) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
... 6 more
[17:53:02] [Server thread/ERROR]: Could not load 'plugins\AntiDDoS.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Listener
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:331) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:254) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Listener
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_171]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_171]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_171]
at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_171]
at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_171]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_171]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_171]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_171]
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_171]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_171]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_171]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:65) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
... 6 more
Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Listener
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_171]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_171]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_171]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_171]
at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_171]
at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_171]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_171]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_171]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_171]
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_171]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_171]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_171]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:65) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
... 6 more
[17:53:04] [Server thread/INFO]: [MotdManager] Loading MotdManager v1.41-b20
[17:53:04] [Server thread/INFO]: [MinionsFree] Loading MinionsFree v2.5.4
[17:53:04] [Server thread/INFO]: [UnioAntiCrash] Loading UnioAntiCrash v1.0
[17:53:04] [Server thread/INFO]: [SpinItem] Loading SpinItem v1.0
[17:53:04] [Server thread/INFO]: [CustomOreGen] Loading CustomOreGen v1.2.2
[17:53:04] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.1.31 (Phoenix)
[17:53:04] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.7
[17:53:04] [Server thread/INFO]: [PrisonRankup] Loading PrisonRankup v3.1
[17:53:04] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.1.5
[17:53:04] [Server thread/INFO]: [InventoryPages] Loading InventoryPages v1.0.1
[17:53:04] [Server thread/INFO]: [SuperCensor] Loading SuperCensor v3.3
[17:53:04] [Server thread/INFO]: [Spawner] Loading Spawner v2.8.3-1603e95
[17:53:04] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.21
[17:53:04] [Server thread/INFO]: [ConsoleSpamFix] Loading ConsoleSpamFix v1.5.0
[17:53:04] [Server thread/INFO]: [MorphTool] Loading MorphTool v3.5.0
[17:53:04] [Server thread/INFO]: [Arconix] Loading Arconix v2.0.0
[17:53:04] [Server thread/INFO]: [asCMD] Loading asCMD v1.4
[17:53:04] [Server thread/INFO]: [DeathMessages] Loading DeathMessages v3.1.1
[17:53:04] [Server thread/INFO]: [CommandNPCs] Loading CommandNPCs v1.2.4
[17:53:04] [Server thread/INFO]: [AJB] Loading AntiJoinBot v5.0
[17:53:04] [Server thread/INFO]: [Block_Writer] Loading Block_Writer v1.0
[17:53:04] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.3.0
[17:53:04] [Server thread/INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, injecting!
[17:53:05] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.2.9
[17:53:05] [Server thread/INFO]: [EpicBossRecoded] Loading EpicBossRecoded v1.3.2
[17:53:05] [Server thread/INFO]: [Actionbar] Loading Actionbar v1.3.2.6
[17:53:05] [Server thread/INFO]: [Itemizer] Loading Itemizer v3.4
[17:53:05] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
[17:53:05] [Server thread/INFO]: [Advanced_Item_Effects] Loading Advanced_Item_Effects v1.4.1
[17:53:05] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
[17:53:05] [Server thread/INFO]: [DailyGifts] Loading DailyGifts v1.0
[17:53:05] [Server thread/INFO]: [isim-bug-fixed] Loading isim-bug-fixed v1.0.0
[17:53:05] [Server thread/INFO]: [Referans] Loading Referans v1.0
[17:53:05] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v1.3
[17:53:05] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.98.7
[17:53:05] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
[17:53:05] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.3.0
[17:53:06] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
[17:53:06] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.16.0-RC-sMD5NET-b1134
[17:53:06] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
[17:53:06] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
[17:53:06] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
[17:53:06] [Server thread/INFO]: [eZProtector] Loading eZProtector v4.2.1
[17:53:06] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
[17:53:06] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
[17:53:06] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.10.3
[17:53:06] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.7.0
[17:53:06] [Server thread/INFO]: [FakeChat] Loading FakeChat v1.1
[17:53:06] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[17:53:06] [Server thread/INFO]: [ChairStairs] Loading ChairStairs v1.1
[17:53:06] [Server thread/INFO]: [GuiShopRecoded] Loading GuiShopRecoded v1.4
[17:53:06] [Server thread/INFO]: [AutoKiller] Loading AutoKiller v2.6
[17:53:06] [Server thread/INFO]: [BlastJackpot] Loading BlastJackpot v1.0
[17:53:06] [Server thread/INFO]: [UEAntiTab] Loading UEAntiTab v1.5.5
[17:53:06] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.7.4.4
[17:53:06] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
[17:53:06] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v3.3
[17:53:06] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.8.8
[17:53:06] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
[17:53:06] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.6.0-bSNAPSHOT
[17:53:06] [Server thread/INFO]: [AntiJigsaw] Loading AntiJigsaw v1
[17:53:06] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11
[17:53:06] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.3
[17:53:06] [Server thread/INFO]: [jPanel] Loading jPanel v1.0-SNAPSHOT
[17:53:06] [Server thread/INFO]: [EpicSpawners] Loading EpicSpawners v5.2
[17:53:06] [Server thread/INFO]: [AutoSell] Loading AutoSell v2.0.10
[17:53:06] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
[17:53:06] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
[17:53:06] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
[17:53:06] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.67
[17:53:06] [Server thread/INFO]: [AutoPickup] Loading AutoPickup v3.6
[17:53:06] [Server thread/INFO]: [React] Loading React v5.7.4
[17:53:06] [Server thread/INFO]: Setting Tick to 140
[17:53:06] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.15.0.3
[17:53:06] [Server thread/INFO]: [TimeIsMoney] Loading TimeIsMoney v1.9.6.3
[17:53:06] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.4.7
[17:53:06] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
[17:53:06] [Server thread/INFO]: [ArmorStandTools] Loading ArmorStandTools v2.4.3
[17:53:06] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
[17:53:06] [Server thread/INFO]: [WolvSK] Loading WolvSK v1.6.0
[17:53:06] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.3
[17:53:06] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.12
[17:53:06] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.3.2-SNAPSHOT
[17:53:06] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.15.0.3
[17:53:06] [Server thread/INFO]: [ChestSell] Loading ChestSell v1.0
[17:53:06] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.15.0.3
[17:53:06] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
[17:53:06] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.15.0.3
[17:53:06] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.2-b1542
[17:53:06] [Server thread/INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.5.0
[17:53:06] [Server thread/INFO]: [ConsoleSpamFix] Server version detected: 1.8.8
[17:53:06] [Server thread/INFO]: [ConsoleSpamFix] Loading the config file...
[17:53:06] [Server thread/INFO]: [ConsoleSpamFix] Config file loaded!
[17:53:06] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully!
[17:53:06] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.3.0
[17:53:06] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[17:53:06] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[17:53:06] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[17:53:06] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[17:53:06] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[17:53:06] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[17:53:06] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[17:53:06] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.8.8
[17:53:07] [Server thread/INFO]: [ASkyBlock] Loading entity limits
[17:53:07] [Server thread/INFO]: [ASkyBlock] Loaded default island schematic.
[17:53:07] [Server thread/WARN]: Spawner setting of WITHER_SKELETON is unknown for this server. Skipping.
[17:53:07] [Server thread/INFO]: [ASkyBlock] Loaded default nether schematic.
[17:53:07] [Server thread/INFO]: [ASkyBlock] Loading schematic The Original (island.schematic) for all players, order 1
[17:53:07] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
[17:53:07] [Server thread/INFO]: [jPanel] Enabling jPanel v1.0-SNAPSHOT
[17:53:07] [Server thread/INFO]: Starting WebSocket server...
[17:53:08] [Server thread/INFO]: Started WebSocket server!
[17:53:08] [Server thread/INFO]: [JPanel] JPanel enabled!
[17:53:08] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[17:53:08] [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.
[17:53:08] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[17:53:08] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[17:53:08] [Server thread/INFO]: Preparing level "world"
[17:53:08] [Server thread/INFO]: -------- World Settings For [world] --------
[17:53:08] [Server thread/INFO]: View Distance: 5
[17:53:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[17:53:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
[17:53:08] [Server thread/INFO]: Item Merge Radius: 3.5
[17:53:08] [Server thread/INFO]: Item Despawn Rate: 6000
[17:53:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[17:53:08] [Server thread/INFO]: Mob Spawn Range: 3
[17:53:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[17:53:08] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[17:53:08] [Server thread/INFO]: Structure Info Saving: true
[17:53:08] [Server thread/INFO]: Sending up to 10 chunks per packet
[17:53:08] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[17:53:08] [Server thread/INFO]: Random Lighting Updates: false
[17:53:08] [Server thread/INFO]: Anti X-Ray: true
[17:53:08] [Server thread/INFO]: Engine Mode: 1
[17:53:08] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[17:53:08] [Server thread/INFO]: Replace Blocks: [1, 5]
[17:53:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: Cane Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: Melon Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: Max TNT Explosions: 100
[17:53:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[17:53:08] [Server thread/INFO]: Experience Merge Radius: 6.0
[17:53:08] [Server thread/INFO]: Chunks to Grow per Tick: 650
[17:53:08] [Server thread/INFO]: Clear tick list: false
[17:53:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[17:53:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[17:53:08] [Server thread/INFO]: Max Entity Collisions: 2
[17:53:08] [Server thread/INFO]: -------- World Settings For [world] --------
[17:53:08] [Server thread/INFO]: Fix TNT cannons: false
[17:53:08] [Server thread/INFO]: Water over lava flow speed: 5
[17:53:08] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[17:53:08] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[17:53:08] [Server thread/INFO]: World async lighting: false
[17:53:08] [Server thread/INFO]: Keep spawn chunk loaded: true
[17:53:08] [Server thread/INFO]: Allow undead horse types to be leashed: false
[17:53:08] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[17:53:08] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 28 Hard: 96
[17:53:08] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[17:53:08] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[17:53:08] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[17:53:08] [Thread-13/INFO]: == Spark has ignited ...
[17:53:08] [Thread-13/INFO]: >> Listening on 0.0.0.0:25000
[17:53:08] [Thread-13/INFO]: jetty-9.0.z-SNAPSHOT
[17:53:08] [Thread-13/INFO]: Started ServerConnector@5aabf1c0{HTTP/1.1}{0.0.0.0:25000}
[17:53:08] [Server thread/INFO]: Preparing start region for level 0 (Seed: 0)
[17:53:08] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
[17:53:08] [Server thread/INFO]: View Distance: 5
[17:53:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[17:53:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
[17:53:08] [Server thread/INFO]: Item Merge Radius: 3.5
[17:53:08] [Server thread/INFO]: Item Despawn Rate: 6000
[17:53:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[17:53:08] [Server thread/INFO]: Mob Spawn Range: 3
[17:53:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[17:53:08] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[17:53:08] [Server thread/INFO]: Structure Info Saving: true
[17:53:08] [Server thread/INFO]: Sending up to 10 chunks per packet
[17:53:08] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[17:53:08] [Server thread/INFO]: Random Lighting Updates: false
[17:53:08] [Server thread/INFO]: Anti X-Ray: true
[17:53:08] [Server thread/INFO]: Engine Mode: 1
[17:53:08] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[17:53:08] [Server thread/INFO]: Replace Blocks: [1, 5]
[17:53:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: Cane Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: Melon Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[17:53:08] [Server thread/INFO]: Max TNT Explosions: 100
[17:53:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[17:53:08] [Server thread/INFO]: Experience Merge Radius: 6.0
[17:53:08] [Server thread/INFO]: Chunks to Grow per Tick: 650
[17:53:08] [Server thread/INFO]: Clear tick list: false
[17:53:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[17:53:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[17:53:08] [Server thread/INFO]: Max Entity Collisions: 2
[17:53:08] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
[17:53:08] [Server thread/INFO]: Fix TNT cannons: false
[17:53:08] [Server thread/INFO]: Water over lava flow speed: 5
[17:53:08] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[17:53:08] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[17:53:08] [Server thread/INFO]: World async lighting: false
[17:53:08] [Server thread/INFO]: Keep spawn chunk loaded: true
[17:53:08] [Server thread/INFO]: Allow undead horse types to be leashed: false
[17:53:08] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[17:53:08] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 28 Hard: 96
[17:53:08] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[17:53:08] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[17:53:08] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[17:53:08] [Server thread/INFO]: Preparing start region for level 1 (Seed: 4482814629719197113)
[17:53:09] [Server thread/INFO]: Creating ASkyBlock's Nether...
[17:53:09] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[17:53:09] [Server thread/INFO]: View Distance: 5
[17:53:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[17:53:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
[17:53:09] [Server thread/INFO]: Item Merge Radius: 3.5
[17:53:09] [Server thread/INFO]: Item Despawn Rate: 6000
[17:53:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[17:53:09] [Server thread/INFO]: Mob Spawn Range: 3
[17:53:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[17:53:09] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[17:53:09] [Server thread/INFO]: Structure Info Saving: true
[17:53:09] [Server thread/INFO]: Sending up to 10 chunks per packet
[17:53:09] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[17:53:09] [Server thread/INFO]: Random Lighting Updates: false
[17:53:09] [Server thread/INFO]: Anti X-Ray: true
[17:53:09] [Server thread/INFO]: Engine Mode: 1
[17:53:09] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[17:53:09] [Server thread/INFO]: Replace Blocks: [1, 5]
[17:53:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
[17:53:09] [Server thread/INFO]: Cane Growth Modifier: 100%
[17:53:09] [Server thread/INFO]: Melon Growth Modifier: 100%
[17:53:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[17:53:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[17:53:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
[17:53:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
[17:53:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[17:53:09] [Server thread/INFO]: Max TNT Explosions: 100
[17:53:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[17:53:09] [Server thread/INFO]: Experience Merge Radius: 6.0
[17:53:09] [Server thread/INFO]: Chunks to Grow per Tick: 650
[17:53:09] [Server thread/INFO]: Clear tick list: false
[17:53:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[17:53:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[17:53:09] [Server thread/INFO]: Max Entity Collisions: 2
[17:53:09] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[17:53:09] [Server thread/INFO]: Fix TNT cannons: false
[17:53:09] [Server thread/INFO]: Water over lava flow speed: 5
[17:53:09] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[17:53:09] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[17:53:09] [Server thread/INFO]: World async lighting: false
[17:53:09] [Server thread/INFO]: Keep spawn chunk loaded: true
[17:53:09] [Server thread/INFO]: Allow undead horse types to be leashed: false
[17:53:09] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[17:53:09] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 28 Hard: 96
[17:53:09] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[17:53:09] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[17:53:09] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[17:53:09] [Server thread/INFO]: Preparing start region for level 2 (Seed: -531846904589488490)
[17:53:10] [Server thread/INFO]: Preparing spawn area: 0%
[17:53:10] [Server thread/INFO]: Preparing start region for level 1 (Seed: 4482814629719197113)
[17:53:10] [Server thread/INFO]: Preparing start region for level 2 (Seed: -531846904589488490)
[17:53:10] [Server thread/INFO]: [MotdManager] Enabling MotdManager v1.41-b20
[17:53:10] [Server thread/INFO]: [MotdManager] version 1.41-b20 is enabled!
[17:53:11] [Server thread/INFO]: Use money is set as true in configuration file.
[17:53:11] [Server thread/INFO]: Checking for Vault...
[17:53:11] [Server thread/INFO]: Vault located setting up economy...
[17:53:11] [Server thread/INFO]: [UnioAntiCrash] Enabling UnioAntiCrash v1.0
[17:53:11] [Server thread/INFO]: [SpinItem] Enabling SpinItem v1.0
[17:53:11] [Server thread/INFO]: [CustomOreGen] Enabling CustomOreGen v1.2.2
[17:53:11] [Server thread/INFO]: [CustomOreGen] Loaded 6 generators
[17:53:11] [Server thread/INFO]: [CustomOreGen] Using ASkyBlock as SkyBlock-Plugin
[17:53:11] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.1.31 (Phoenix)
[17:53:11] [Server thread/INFO]: GroupManager version 2.1.31 (Phoenix) is enabled!
[17:53:11] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[17:53:11] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[17:53:11] [Server thread/INFO]: [PrisonRankup] Enabling PrisonRankup v3.1
[17:53:11] [Server thread/ERROR]: [PrisonRankup] Unable to register managers, disabling plugin...
java.lang.IllegalArgumentException: character to be escaped is missing
at java.util.regex.Matcher.appendReplacement(Unknown Source) ~[?:1.8.0_171]
at java.util.regex.Matcher.replaceAll(Unknown Source) ~[?:1.8.0_171]
at java.lang.String.replaceAll(Unknown Source) ~[?:1.8.0_171]
at io.mazenmc.prisonrankup.utils.ClassFinder.find(ClassFinder.java:36) ~[PrisonRankup-3.1.jar:?]
at io.mazenmc.prisonrankup.utils.ClassFinder.find(ClassFinder.java:57) ~[PrisonRankup-3.1.jar:?]
at io.mazenmc.prisonrankup.PrisonRankupPlugin.onEnable(PrisonRankupPlugin.java:52) [PrisonRankup-3.1.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
[17:53:11] [Server thread/INFO]: [PrisonRankup] Disabling PrisonRankup v3.1
[17:53:11] [Server thread/ERROR]: Error occurred while disabling PrisonRankup v3.1 (Is it up to date?)
java.lang.ExceptionInInitializerError
at io.mazenmc.prisonrankup.PrisonRankupPlugin.onDisable(PrisonRankupPlugin.java:111) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:360) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:427) [spigot.jar:git-PaperSpigot-"4c7641d"]
at io.mazenmc.prisonrankup.PrisonRankupPlugin.onEnable(PrisonRankupPlugin.java:57) [PrisonRankup-3.1.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
Caused by: org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.validate(CraftScheduler.java:407) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:126) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.runTaskLater(CraftScheduler.java:109) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.runTask(CraftScheduler.java:92) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.scheduler.BukkitRunnable.runTask(BukkitRunnable.java:32) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at io.mazenmc.prisonrankup.managers.DataManager.<init>(DataManager.java:44) ~[?:?]
at io.mazenmc.prisonrankup.managers.DataManager.<clinit>(DataManager.java:38) ~[?:?]
... 16 more
[17:53:11] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.1.5
[17:53:11] [Server thread/INFO]: [NametagEdit] Found GroupManager! Hooking in.
[17:53:11] [Server thread/INFO]: [InventoryPages] Enabling InventoryPages v1.0.1
[17:53:11] [Server thread/INFO]: [InventoryPages] Registering events.
[17:53:11] [Server thread/INFO]: [InventoryPages] Metrics enabled!
[17:53:12] [Server thread/INFO]: [InventoryPages] Setting up items.
[17:53:12] [Server thread/INFO]: [InventoryPages] Setting up commands.
[17:53:12] [Server thread/INFO]: [InventoryPages] Setting up language.
[17:53:12] [Server thread/INFO]: [InventoryPages] Setting up inventories.
[17:53:12] [Server thread/INFO]: [InventoryPages] Setting up inventory saving.
[17:53:12] [Server thread/INFO]: [InventoryPages] Plugin enabled!
[17:53:12] [Server thread/INFO]: [SuperCensor] Enabling SuperCensor v3.3
[17:53:12] [Server thread/INFO]: [SC] Loading SuperCensor. Version: 3.3
[17:53:12] [Server thread/ERROR]: Error occurred while enabling SuperCensor v3.3 (Is it up to date?)
java.lang.NullPointerException
at mr.wruczek.supercensor3.SCConfigManager2.load(SCConfigManager2.java:57) ~[?:?]
at mr.wruczek.supercensor3.SCInitManager.init(SCInitManager.java:33) ~[?:?]
at mr.wruczek.supercensor3.SCMain.onEnable(SCMain.java:37) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
[17:53:12] [Server thread/INFO]: [SuperCensor] Disabling SuperCensor v3.3
[17:53:12] [Server thread/ERROR]: Error occurred while disabling SuperCensor v3.3 (Is it up to date?)
java.lang.NullPointerException
at mr.wruczek.supercensor3.commands.subcommands.SCSelfMuteManager.save(SCSelfMuteManager.java:45) ~[?:?]
at mr.wruczek.supercensor3.SCMain.onDisable(SCMain.java:89) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:360) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
[17:53:12] [Server thread/INFO]: [Spawner] Enabling Spawner v2.8.3-1603e95
[17:53:12] [Server thread/ERROR]: [Spawner] This plugin is not compatible with the version of your server.
[17:53:12] [Server thread/ERROR]: [Spawner] Please check for updates at http://dev.bukkit.org/bukkit-plugins/spawner/
[17:53:12] [Server thread/ERROR]: [Spawner] If an update is not available please request one if you are running Spigot 1.10 or newer.
[17:53:12] [Server thread/INFO]: [Spawner] Disabling Spawner v2.8.3-1603e95
[17:53:12] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.21
[17:53:12] [Server thread/INFO]: [Lockette] Version 1.8.21 is being enabled! Yay! (Core version 1.3.5)
[17:53:12] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_8_R3] ok.
[17:53:12] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 145, 52]
[17:53:12] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
[17:53:12] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
[17:53:12] [Server thread/INFO]: [Lockette] Enabled link to plugin GroupManager for Groups, version 2.1.31 (Phoenix)
[17:53:12] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
[17:53:12] [Server thread/INFO]: [Lockette] Ready to protect your containers.
[17:53:12] [Server thread/INFO]: [MorphTool] Enabling MorphTool v3.5.0
[17:53:12] [Server thread/WARN]: [MorphTool] [UniversalPotion] : Level DIAMOND tools have been registered!
[17:53:12] [Server thread/INFO]: [MorphTool] MorphTool version 3.5.0 is Enabled
[17:53:12] [Server thread/INFO]: [Arconix] Enabling Arconix v2.0.0
[17:53:12] [Server thread/INFO]: [asCMD] Enabling asCMD v1.4
[17:53:12] [Server thread/INFO]: [asCMD] asCMD version 1.4 is enabled!
[17:53:12] [Server thread/INFO]: [DeathMessages] Enabling DeathMessages v3.1.1
[17:53:12] [Server thread/INFO]: <<[ DeathMessages ]>> [ Version ]=[ 3.1.1 ] [ Successfully Loaded! ]
[17:53:12] [Server thread/INFO]: [CommandNPCs] Enabling CommandNPCs v1.2.4
[17:53:12] [Server thread/ERROR]: [CommandNPCs] ****************************************
[17:53:12] [Server thread/ERROR]: [CommandNPCs]
[17:53:12] [Server thread/ERROR]: [CommandNPCs] This plugin depends on NPCLib!
[17:53:12] [Server thread/ERROR]: [CommandNPCs] http://www.spigotmc.org/resources/5853
[17:53:12] [Server thread/ERROR]: [CommandNPCs]
[17:53:12] [Server thread/ERROR]: [CommandNPCs] ****************************************
[17:53:12] [Server thread/INFO]: [CommandNPCs] Disabling CommandNPCs v1.2.4
[17:53:12] [Server thread/ERROR]: Error occurred while disabling CommandNPCs v1.2.4 (Is it up to date?)
java.lang.NoClassDefFoundError: de/inventivegames/npc/NPCLib
at org.inventivetalent.cmdnpc.CommandNPCs.saveNPCs(CommandNPCs.java:201) ~[?:?]
at org.inventivetalent.cmdnpc.CommandNPCs.onDisable(CommandNPCs.java:195) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:360) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:427) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.inventivetalent.cmdnpc.CommandNPCs.onEnable(CommandNPCs.java:86) [CommandNPC_v1.2.4.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
Caused by: java.lang.ClassNotFoundException: de.inventivegames.npc.NPCLib
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_171]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
... 17 more
[17:53:12] [Server thread/INFO]: [AJB] Enabling AntiJoinBot v5.0
[17:53:13] [Server thread/INFO]: AntiJoinBot enabled in 60 seconds
[17:53:13] [Server thread/INFO]: [AJB] Loaded: 11504 IP's
[17:53:13] [Server thread/INFO]: [AJB] Loaded: 10 User's
[17:53:13] [Server thread/INFO]: [AJB] Downloading Blacklist...
[17:53:13] [Server thread/INFO]: [AJB] Blacklist successfully Downloaded
[17:53:13] [Server thread/INFO]: [Block_Writer] Enabling Block_Writer v1.0
[17:53:13] [Server thread/INFO]: [Block Writer] Version 1.0 Enabled!
[17:53:13] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
[17:53:13] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.2.9
[17:53:13] [Server thread/INFO]: Tablist> You have installed PlaceholderAPI feel free to use it !
[17:53:13] [Server thread/INFO]: Tablist> Tablist v1.3.2.9 enabled!!
[17:53:13] [Server thread/INFO]: [EpicBossRecoded] Enabling EpicBossRecoded v1.3.2
[17:53:13] [Server thread/INFO]: [Actionbar] Enabling Actionbar v1.3.2.6
[17:53:13] [Server thread/INFO]: Actionbar> You have installed PlaceholderAPI feel free to use it !
[17:53:13] [Server thread/INFO]: Actionbar> Actionbar v1.3.2.6 enabled!!
[17:53:13] [Server thread/INFO]: [Itemizer] Enabling Itemizer v3.4
[17:53:13] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
[17:53:14] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[17:53:14] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[17:53:14] [Server thread/INFO]: [Advanced_Item_Effects] Enabling Advanced_Item_Effects v1.4.1
[17:53:16] [Server thread/INFO]: [DailyGifts] Enabling DailyGifts v1.0
[17:53:16] [Server thread/INFO]: [isim-bug-fixed] Enabling isim-bug-fixed v1.0.0
[17:53:16] [Server thread/INFO]: isim-bug-fixed Version 1.0.0 has been enabled
[17:53:16] [Server thread/INFO]: Connecting to SQLite
[17:53:16] [Server thread/INFO]: [Referans] Enabling Referans v1.0
[17:53:16] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v1.3
[17:53:16] [Server thread/INFO]: [AutoMessage] AutoMessage Enabled!
[17:53:16] [Server thread/INFO]: [DUYURU] Config has been reloaded!
[17:53:16] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.98.7
[17:53:16] [Server thread/INFO]: [CrackShot] Gun-mode activated. Boop!
[17:53:16] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
[17:53:16] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
[17:53:16] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[17:53:16] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
[17:53:16] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
[17:53:16] [Server thread/INFO]: [skQuery] Out of 163 classes, 160 classes were loaded from SkQuery
[17:53:16] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
[17:53:16] [Server thread/INFO]: [AntiWDL] -----------------------------
[17:53:16] [Server thread/INFO]: [AntiWDL] Loading AntiWDL by Upd4ting
[17:53:16] [Server thread/INFO]: [AntiWDL] Check out my twitter: twitter.com/upd4ting
[17:53:16] [Server thread/INFO]: [AntiWDL] -----------------------------
[17:53:16] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
[17:53:16] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
[17:53:16] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[17:53:16] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[17:53:16] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[17:53:16] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
[17:53:17] [Server thread/INFO]: [NoCheatPlus] Update block-info: WATER_LILY block shape patch for multi client protocol support around 1.7.x - 1.11.x.
[17:53:17] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[17:53:17] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.8.8)...
[17:53:17] [Server thread/INFO]: [NoCheatPlus] Confirm teleport packet available (via name): TELEPORT_ACCEPT[PLAY, CLIENT, 0, classNames: [PacketPlayInTeleportAccept] (unregistered)]
[17:53:17] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [NoCheatPlus] Unsupported client packet in current Minecraft version: TELEPORT_ACCEPT[PLAY, CLIENT, 0, classNames: [PacketPlayInTeleportAccept] (unregistered)]
[17:53:17] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance | CatchAllAdapter
[17:53:17] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is enabled.
[17:53:17] [Server thread/INFO]: [eZProtector] Enabling eZProtector v4.2.1
[17:53:17] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1
[17:53:17] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
[17:53:17] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
[17:53:17] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
[17:53:17] [Server thread/INFO]: [WildSkript] skQuery hooked!
[17:53:17] [Server thread/INFO]: [WildSkript] Classes, Events, Conditions, Effects, Expressions and EventValues have been registered!
[17:53:17] [Server thread/INFO]: [WildSkript] Objects and Complex have been registered!
[17:53:17] [Server thread/INFO]: [WildSkript] ~ Created by & © Dzikoysk ~
[17:53:17] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.10.3
[17:53:17] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
[17:53:19] [Server thread/INFO]: [DeluxeMenus] 7 GUI menus loaded!
[17:53:19] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[17:53:19] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
[17:53:19] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
[17:53:19] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.7.0
[17:53:19] [Server thread/INFO]: [FeatherBoard] Cracked by BlackSpigot.com
[17:53:19] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[17:53:19] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.7.0
[17:53:19] [Server thread/INFO]: [FeatherBoard] Framework version: 2018-03
[17:53:19] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
[17:53:19] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
[17:53:19] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[17:53:19] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
[17:53:19] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
[17:53:19] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
[17:53:19] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
[17:53:19] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
[17:53:19] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
[17:53:19] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
[17:53:19] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
[17:53:19] [Server thread/INFO]: [FeatherBoard] Loading messages ...
[17:53:19] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
[17:53:19] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
[17:53:19] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
[17:53:19] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
[17:53:24] [Server thread/INFO]: [FeatherBoard] Loaded 2361 of the 2361 placholders
[17:53:24] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
[17:53:24] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: warning
[17:53:24] [Server thread/INFO]: [FeatherBoard] Lines: 2
[17:53:24] [Server thread/INFO]: [FeatherBoard] Arguments: 1
[17:53:24] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
[17:53:24] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'benchmark' ...
[17:53:25] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'combat-scoreboard-example' ...
[17:53:25] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
[17:53:25] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'mcmmo-levelup' ...
[17:53:25] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'towny-town-example' ...
[17:53:25] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
[17:53:25] [Server thread/INFO]: [FeatherBoard] Generating metrics information ...
[17:53:25] [Server thread/INFO]: [FeatherBoard] Your version is up to date!
[17:53:25] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
[17:53:25] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
[17:53:25] [Server thread/INFO]: [FakeChat] Enabling FakeChat v1.1
[17:53:26] [Server thread/INFO]: [FakeChat] FakeChat 1.1 enabled!
[17:53:26] [Server thread/INFO]: [FakeChat] Made by Muizers:)
[17:53:26] [Server thread/INFO]: [ChairStairs] Enabling ChairStairs v1.1
[17:53:26] [Server thread/INFO]: [GuiShopRecoded] Enabling GuiShopRecoded v1.4
[17:53:26] [Server thread/INFO]: Hay! There was an exception. Please report it!
[17:53:26] [Server thread/WARN]: java.lang.NullPointerException
[17:53:26] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaEnchantedBook.addStoredEnchant(CraftMetaEnchantedBook.java:150)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.utils.ItemMetaUtil.getEnchantmentsMeta(ItemMetaUtil.java:99)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.utils.ItemUtil.getSpecialMeta(ItemUtil.java:73)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.utils.ItemUtil.load(ItemUtil.java:66)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.gui.Tab.loadItems(Tab.java:167)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.gui.Tab.loadVipTab(Tab.java:146)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.gui.GUI.generateVipTabs(GUI.java:226)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.gui.GUI.createShop(GUI.java:34)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.GuiShopRecoded.onEnable(GuiShopRecoded.java:82)
[17:53:26] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[17:53:26] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[17:53:26] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[17:53:26] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[17:53:26] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[17:53:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408)
[17:53:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372)
[17:53:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327)
[17:53:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267)
[17:53:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[17:53:26] [Server thread/INFO]: Hay! There was an exception. Please report it!
[17:53:26] [Server thread/WARN]: java.lang.NullPointerException
[17:53:26] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaEnchantedBook.addStoredEnchant(CraftMetaEnchantedBook.java:150)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.utils.ItemMetaUtil.getEnchantmentsMeta(ItemMetaUtil.java:99)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.utils.ItemUtil.getSpecialMeta(ItemUtil.java:73)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.utils.ItemUtil.load(ItemUtil.java:66)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.gui.Tab.loadItems(Tab.java:167)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.gui.Tab.loadVipTab(Tab.java:146)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.gui.GUI.generateVipTabs(GUI.java:226)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.gui.GUI.createShop(GUI.java:34)
[17:53:26] [Server thread/WARN]: at ru.blc.guishop.GuiShopRecoded.onEnable(GuiShopRecoded.java:82)
[17:53:26] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[17:53:26] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[17:53:26] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[17:53:26] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[17:53:26] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[17:53:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408)
[17:53:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372)
[17:53:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327)
[17:53:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267)
[17:53:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[17:53:26] [Server thread/INFO]: [AutoKiller] Enabling AutoKiller v2.6
[17:53:26] [Server thread/INFO]: [BlastJackpot] Enabling BlastJackpot v1.0
[17:53:27] [Server thread/INFO]: [UEAntiTab] Enabling UEAntiTab v1.5.5
[17:53:27] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.7.4.4
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
[17:53:27] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
[17:53:27] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
[17:53:27] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
[17:53:27] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loading custom files.
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/AdaKit.yml.
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Basic.yml.
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Classic.yml.
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Crazy.yml.
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Galactic.yml.
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Gizemli.yml.
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Kit.yml.
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Spawner.yml.
[17:53:27] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
[17:53:27] [Server thread/WARN]: [CrazyCrates] There was an error while loading the Galactic.yml file.
[17:53:27] [Server thread/WARN]: java.lang.NumberFormatException: For input string: "x"
[17:53:27] [Server thread/WARN]: at java.lang.NumberFormatException.forInputString(Unknown Source)
[17:53:27] [Server thread/WARN]: at java.lang.Integer.parseInt(Unknown Source)
[17:53:27] [Server thread/WARN]: at java.lang.Integer.parseInt(Unknown Source)
[17:53:27] [Server thread/WARN]: at me.badbones69.crazycrates.api.CrazyCrates.getDisplayItem(CrazyCrates.java:839)
[17:53:27] [Server thread/WARN]: at me.badbones69.crazycrates.api.CrazyCrates.loadCrates(CrazyCrates.java:126)
[17:53:27] [Server thread/WARN]: at me.badbones69.crazycrates.Main.onEnable(Main.java:82)
[17:53:27] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[17:53:27] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[17:53:27] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[17:53:27] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[17:53:27] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[17:53:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408)
[17:53:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372)
[17:53:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327)
[17:53:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267)
[17:53:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[17:53:27] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
[17:53:27] [Server thread/INFO]: [CrazyCrates] Loaded 11 physical crate locations.
[17:53:27] [Server thread/INFO]: [CrazyCrates] Failed to load 8 physical crate locations.
[17:53:27] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
[17:53:27] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
[17:53:27] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@1e10cefb}
[17:53:27] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@323c31f}
[17:53:27] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@1bdcb296}
[17:53:27] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@9480171}
[17:53:27] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@358f27f1}
[17:53:27] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@28a92164}
[17:53:27] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@569f6ee5}
[17:53:27] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
[17:53:27] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[17:53:27] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[17:53:27] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[17:53:27] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[17:53:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[17:53:27] [Server thread/INFO]: [WorldGuard] (ASkyBlock) TNT ignition is PERMITTED.
[17:53:27] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lighters are PERMITTED.
[17:53:27] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lava fire is blocked.
[17:53:27] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Fire spread is UNRESTRICTED.
[17:53:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock'
[17:53:27] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) TNT ignition is PERMITTED.
[17:53:27] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lighters are PERMITTED.
[17:53:27] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lava fire is blocked.
[17:53:27] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Fire spread is UNRESTRICTED.
[17:53:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock_nether'
[17:53:27] [Server thread/INFO]: [WorldGuard] Loading region data...
[17:53:27] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v3.3
[17:53:28] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
[17:53:28] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.6.0-bSNAPSHOT
[17:53:28] [Server thread/INFO]: [AntiJigsaw] Enabling AntiJigsaw v1
[17:53:28] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11
[17:53:28] [Server thread/INFO]: [CombatLog] Loading messages.properties.
[17:53:28] [Server thread/INFO]: [CombatLog] Loading config.yml.
[17:53:28] [Server thread/INFO]: [CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.
[17:53:28] [Server thread/INFO]: [CombatLog] Factions plugin not found! Safezone untagging will not work.
[17:53:28] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11 Enabled.
[17:53:28] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.3
[17:53:28] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[17:53:28] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
[17:53:28] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
[17:53:29] [Server thread/INFO]: Using locale tr
[17:53:29] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
[17:53:29] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[17:53:29] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[17:53:29] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
[17:53:29] [Server thread/INFO]: [EpicSpawners] Enabling EpicSpawners v5.2
[17:53:29] [Server thread/INFO]: [Arconix] Plugin hooked: EpicSpawners
[17:53:29] [Server thread/INFO]: =============================
[17:53:29] [Server thread/INFO]: EpicSpawners 5.2 by Brianna <3!
[17:53:29] [Server thread/INFO]: Action: Enabling...
[17:53:29] [Server thread/INFO]: [EpicSpawners] Loading data file
[17:53:29] [Server thread/INFO]: [EpicSpawners] Found and loaded locale "en_US"
[17:53:29] [Server thread/INFO]: [EpicSpawners] Loading Language File
[17:53:29] [Server thread/INFO]: [EpicSpawners] Loading Hooks File
[17:53:29] [Server thread/INFO]: [EpicSpawners] Loading Data File
[17:53:29] [Server thread/INFO]: [EpicSpawners] Loading language file
[17:53:30] [Server thread/INFO]: [EpicSpawners] Checking for legacy spawners...
[17:53:30] [Server thread/INFO]: [EpicSpawners] No legacy spawners found.
[17:53:32] [Server thread/INFO]: =============================
[17:53:32] [Server thread/INFO]: [EpicSpawners] Registered protection hook for plugin: ASkyBlock
[17:53:32] [Server thread/INFO]: [EpicSpawners] Registered protection hook for plugin: WorldGuard
[17:53:32] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
[17:53:32] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
[17:53:32] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
[17:53:32] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: FLAT & seed: 0
[17:53:32] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ASkyBlock' - Env: NORMAL - Type: FLAT & seed: 4482814629719197113 & generator: ASkyBlock
[17:53:32] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
[17:53:32] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 120 Z: 1 P: 0 Y: 0
[17:53:33] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
[17:53:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ASkyBlock_nether' - Env: NETHER - Type: FLAT & seed: -531846904589488490
[17:53:33] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
[17:53:33] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 117 Z: 0 P: 0 Y: 0
[17:53:33] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
[17:53:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'SKYBLOCK' - Env: NORMAL - Type: FLAT & seed: 0
[17:53:33] [Server thread/INFO]: -------- World Settings For [SKYBLOCK] --------
[17:53:33] [Server thread/INFO]: View Distance: 5
[17:53:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[17:53:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
[17:53:33] [Server thread/INFO]: Item Merge Radius: 3.5
[17:53:33] [Server thread/INFO]: Item Despawn Rate: 6000
[17:53:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[17:53:33] [Server thread/INFO]: Mob Spawn Range: 3
[17:53:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[17:53:33] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[17:53:33] [Server thread/INFO]: Structure Info Saving: true
[17:53:33] [Server thread/INFO]: Sending up to 10 chunks per packet
[17:53:33] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[17:53:33] [Server thread/INFO]: Random Lighting Updates: false
[17:53:33] [Server thread/INFO]: Anti X-Ray: true
[17:53:33] [Server thread/INFO]: Engine Mode: 1
[17:53:33] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[17:53:33] [Server thread/INFO]: Replace Blocks: [1, 5]
[17:53:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
[17:53:33] [Server thread/INFO]: Cane Growth Modifier: 100%
[17:53:33] [Server thread/INFO]: Melon Growth Modifier: 100%
[17:53:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[17:53:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[17:53:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
[17:53:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
[17:53:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[17:53:33] [Server thread/INFO]: Max TNT Explosions: 100
[17:53:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[17:53:33] [Server thread/INFO]: Experience Merge Radius: 6.0
[17:53:33] [Server thread/INFO]: Chunks to Grow per Tick: 650
[17:53:33] [Server thread/INFO]: Clear tick list: false
[17:53:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[17:53:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[17:53:33] [Server thread/INFO]: Max Entity Collisions: 2
[17:53:33] [Server thread/INFO]: -------- World Settings For [SKYBLOCK] --------
[17:53:33] [Server thread/INFO]: Fix TNT cannons: false
[17:53:33] [Server thread/INFO]: Water over lava flow speed: 5
[17:53:33] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[17:53:33] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[17:53:33] [Server thread/INFO]: World async lighting: false
[17:53:33] [Server thread/INFO]: Keep spawn chunk loaded: true
[17:53:33] [Server thread/INFO]: Allow undead horse types to be leashed: false
[17:53:33] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[17:53:33] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 28 Hard: 96
[17:53:33] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[17:53:33] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[17:53:33] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[17:53:33] [Server thread/INFO]: Preparing start region for level 3 (Seed: 0)
[17:53:34] [Server thread/INFO]: [CrazyCrates] Fixed 0 broken crate locations.
[17:53:34] [Server thread/INFO]: [WorldGuard] (SKYBLOCK) TNT ignition is PERMITTED.
[17:53:34] [Server thread/INFO]: [WorldGuard] (SKYBLOCK) Lighters are PERMITTED.
[17:53:34] [Server thread/INFO]: [WorldGuard] (SKYBLOCK) Lava fire is blocked.
[17:53:34] [Server thread/INFO]: [WorldGuard] (SKYBLOCK) Fire spread is UNRESTRICTED.
[17:53:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SKYBLOCK'
[17:53:34] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'deneme' - Env: NORMAL - Type: FLAT & seed: -4150090542571360291
[17:53:34] [Server thread/INFO]: -------- World Settings For [deneme] --------
[17:53:34] [Server thread/INFO]: View Distance: 5
[17:53:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[17:53:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
[17:53:34] [Server thread/INFO]: Item Merge Radius: 3.5
[17:53:34] [Server thread/INFO]: Item Despawn Rate: 6000
[17:53:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[17:53:34] [Server thread/INFO]: Mob Spawn Range: 3
[17:53:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[17:53:34] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[17:53:34] [Server thread/INFO]: Structure Info Saving: true
[17:53:34] [Server thread/INFO]: Sending up to 10 chunks per packet
[17:53:34] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[17:53:34] [Server thread/INFO]: Random Lighting Updates: false
[17:53:34] [Server thread/INFO]: Anti X-Ray: true
[17:53:34] [Server thread/INFO]: Engine Mode: 1
[17:53:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[17:53:34] [Server thread/INFO]: Replace Blocks: [1, 5]
[17:53:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
[17:53:34] [Server thread/INFO]: Cane Growth Modifier: 100%
[17:53:34] [Server thread/INFO]: Melon Growth Modifier: 100%
[17:53:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[17:53:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[17:53:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
[17:53:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
[17:53:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[17:53:34] [Server thread/INFO]: Max TNT Explosions: 100
[17:53:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[17:53:34] [Server thread/INFO]: Experience Merge Radius: 6.0
[17:53:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
[17:53:34] [Server thread/INFO]: Clear tick list: false
[17:53:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[17:53:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[17:53:34] [Server thread/INFO]: Max Entity Collisions: 2
[17:53:34] [Server thread/INFO]: -------- World Settings For [deneme] --------
[17:53:34] [Server thread/INFO]: Fix TNT cannons: false
[17:53:34] [Server thread/INFO]: Water over lava flow speed: 5
[17:53:34] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[17:53:34] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[17:53:34] [Server thread/INFO]: World async lighting: false
[17:53:34] [Server thread/INFO]: Keep spawn chunk loaded: true
[17:53:34] [Server thread/INFO]: Allow undead horse types to be leashed: false
[17:53:34] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[17:53:34] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 28 Hard: 96
[17:53:34] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[17:53:34] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[17:53:34] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[17:53:34] [Server thread/INFO]: Preparing start region for level 4 (Seed: -4150090542571360291)
[17:53:35] [Server thread/INFO]: [CrazyCrates] Fixed 0 broken crate locations.
[17:53:35] [Server thread/INFO]: [WorldGuard] (deneme) TNT ignition is PERMITTED.
[17:53:35] [Server thread/INFO]: [WorldGuard] (deneme) Lighters are PERMITTED.
[17:53:35] [Server thread/INFO]: [WorldGuard] (deneme) Lava fire is blocked.
[17:53:35] [Server thread/INFO]: [WorldGuard] (deneme) Fire spread is UNRESTRICTED.
[17:53:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'deneme'
[17:53:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'arena' - Env: NORMAL - Type: FLAT & seed: -9200956705288828744
[17:53:35] [Server thread/INFO]: -------- World Settings For [arena] --------
[17:53:35] [Server thread/INFO]: View Distance: 5
[17:53:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[17:53:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
[17:53:35] [Server thread/INFO]: Item Merge Radius: 3.5
[17:53:35] [Server thread/INFO]: Item Despawn Rate: 6000
[17:53:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[17:53:35] [Server thread/INFO]: Mob Spawn Range: 3
[17:53:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[17:53:35] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[17:53:35] [Server thread/INFO]: Structure Info Saving: true
[17:53:35] [Server thread/INFO]: Sending up to 10 chunks per packet
[17:53:35] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[17:53:35] [Server thread/INFO]: Random Lighting Updates: false
[17:53:35] [Server thread/INFO]: Anti X-Ray: true
[17:53:35] [Server thread/INFO]: Engine Mode: 1
[17:53:35] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[17:53:35] [Server thread/INFO]: Replace Blocks: [1, 5]
[17:53:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
[17:53:35] [Server thread/INFO]: Cane Growth Modifier: 100%
[17:53:35] [Server thread/INFO]: Melon Growth Modifier: 100%
[17:53:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[17:53:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[17:53:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
[17:53:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
[17:53:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[17:53:35] [Server thread/INFO]: Max TNT Explosions: 100
[17:53:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[17:53:35] [Server thread/INFO]: Experience Merge Radius: 6.0
[17:53:35] [Server thread/INFO]: Chunks to Grow per Tick: 650
[17:53:35] [Server thread/INFO]: Clear tick list: false
[17:53:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[17:53:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[17:53:35] [Server thread/INFO]: Max Entity Collisions: 2
[17:53:35] [Server thread/INFO]: -------- World Settings For [arena] --------
[17:53:35] [Server thread/INFO]: Fix TNT cannons: false
[17:53:35] [Server thread/INFO]: Water over lava flow speed: 5
[17:53:35] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[17:53:35] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[17:53:35] [Server thread/INFO]: World async lighting: false
[17:53:35] [Server thread/INFO]: Keep spawn chunk loaded: true
[17:53:35] [Server thread/INFO]: Allow undead horse types to be leashed: false
[17:53:35] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[17:53:35] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 28 Hard: 96
[17:53:35] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[17:53:35] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[17:53:35] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[17:53:35] [Server thread/INFO]: Preparing start region for level 5 (Seed: -9200956705288828744)
[17:53:36] [Server thread/INFO]: [CrazyCrates] Fixed 0 broken crate locations.
[17:53:36] [Server thread/INFO]: [WorldGuard] (arena) TNT ignition is PERMITTED.
[17:53:36] [Server thread/INFO]: [WorldGuard] (arena) Lighters are PERMITTED.
[17:53:36] [Server thread/INFO]: [WorldGuard] (arena) Lava fire is blocked.
[17:53:36] [Server thread/INFO]: [WorldGuard] (arena) Fire spread is UNRESTRICTED.
[17:53:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'arena'
[17:53:36] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lapis1' - Env: NORMAL - Type: NORMAL & seed: 7565627887627011152
[17:53:36] [Server thread/INFO]: -------- World Settings For [lapis1] --------
[17:53:36] [Server thread/INFO]: View Distance: 5
[17:53:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[17:53:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
[17:53:36] [Server thread/INFO]: Item Merge Radius: 3.5
[17:53:36] [Server thread/INFO]: Item Despawn Rate: 6000
[17:53:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[17:53:36] [Server thread/INFO]: Mob Spawn Range: 3
[17:53:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[17:53:36] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[17:53:36] [Server thread/INFO]: Structure Info Saving: true
[17:53:36] [Server thread/INFO]: Sending up to 10 chunks per packet
[17:53:36] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[17:53:36] [Server thread/INFO]: Random Lighting Updates: false
[17:53:36] [Server thread/INFO]: Anti X-Ray: true
[17:53:36] [Server thread/INFO]: Engine Mode: 1
[17:53:36] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[17:53:36] [Server thread/INFO]: Replace Blocks: [1, 5]
[17:53:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
[17:53:36] [Server thread/INFO]: Cane Growth Modifier: 100%
[17:53:36] [Server thread/INFO]: Melon Growth Modifier: 100%
[17:53:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[17:53:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[17:53:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
[17:53:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
[17:53:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[17:53:36] [Server thread/INFO]: Max TNT Explosions: 100
[17:53:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[17:53:36] [Server thread/INFO]: Experience Merge Radius: 6.0
[17:53:36] [Server thread/INFO]: Chunks to Grow per Tick: 650
[17:53:36] [Server thread/INFO]: Clear tick list: false
[17:53:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[17:53:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[17:53:36] [Server thread/INFO]: Max Entity Collisions: 2
[17:53:36] [Server thread/INFO]: -------- World Settings For [lapis1] --------
[17:53:36] [Server thread/INFO]: Fix TNT cannons: false
[17:53:36] [Server thread/INFO]: Water over lava flow speed: 5
[17:53:36] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[17:53:36] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[17:53:36] [Server thread/INFO]: World async lighting: false
[17:53:36] [Server thread/INFO]: Keep spawn chunk loaded: true
[17:53:36] [Server thread/INFO]: Allow undead horse types to be leashed: false
[17:53:36] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[17:53:36] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 28 Hard: 96
[17:53:36] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[17:53:36] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[17:53:36] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[17:53:36] [Server thread/INFO]: Preparing start region for level 6 (Seed: 7565627887627011152)
[17:53:37] [Server thread/INFO]: [CrazyCrates] Fixed 0 broken crate locations.
[17:53:37] [Server thread/INFO]: [WorldGuard] (lapis1) TNT ignition is PERMITTED.
[17:53:37] [Server thread/INFO]: [WorldGuard] (lapis1) Lighters are PERMITTED.
[17:53:37] [Server thread/INFO]: [WorldGuard] (lapis1) Lava fire is blocked.
[17:53:37] [Server thread/INFO]: [WorldGuard] (lapis1) Fire spread is UNRESTRICTED.
[17:53:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lapis1'
[17:53:37] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
[17:53:37] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
[17:53:37] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.67
[17:53:37] [Server thread/INFO]: [AutoPickup] Enabling AutoPickup v3.6
[17:53:37] [Server thread/INFO]: [AutoPickup] Detected you are using AutoSell
[17:53:37] [Server thread/INFO]: [React] Enabling React v5.7.4
[17:53:38] [Server thread/INFO]: Started Parallel CoreTick Thread: 0
[17:53:38] [Server thread/INFO]:
/|
//..
//....
//......
//........
//..........
//............ |
|:::::........ ::| ______ _______ ______ _______
|::::::::::... :::::| (_____ \ (_______) /\ / _____)(_______)
|::::::::::::: ::::::::::| _____) ) _____ / \ | / _
|::::::::::: ...:::::::::| (_____ ( | ___) / /\ \ | | | |
|:::::: ........::::| | || |_____ | |__| || \_____ | |_____
|:: ............| |_||_______)|______| \______) \______)
| ..........//
........//
......//
....//
..//
|/
[17:53:38] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.15.0.3
[17:53:38] [Server thread/INFO]: [TimeIsMoney] Enabling TimeIsMoney v1.9.6.3
[17:53:38] [Server thread/INFO]: [TimeIsMoney] Loaded 2 Payouts!
[17:53:38] [Server thread/INFO]: Time is Money: Essentials found. Hook in it -> Will use Essentials's AFK feature if afk is enabled.
[17:53:38] [Server thread/INFO]: Time is Money v1.9.6.3 started.
[17:53:38] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.4.7
[17:53:38] [Server thread/INFO]: [MineResetLite] MRL is managed and developed by Boomclaw under the Apache 2.0 license.
[17:53:38] [Server thread/INFO]: [MineResetLite] For any issues or suggestions, use the Spigot discussion thread. Do not PM any of the developers.
[17:53:38] [Server thread/INFO]: [MineResetLite] Loading mine from file 'deneme49100%.mine.yml'...
[17:53:38] [Server thread/INFO]: [MineResetLite] Loading mine from file 'editobsi1.mine.yml'...
[17:53:38] [Server thread/INFO]: [MineResetLite] Loading mine from file 'editobsi2.mine.yml'...
[17:53:38] [Server thread/INFO]: [MineResetLite] Loading mine from file 'edittas1.mine.yml'...
[17:53:38] [Server thread/INFO]: [MineResetLite] Loading mine from file 'edittas2.mine.yml'...
[17:53:38] [Server thread/INFO]: [MineResetLite] Loading mine from file 'obsi49100%.mine.yml'...
[17:53:38] [Server thread/INFO]: [MineResetLite] Loading mine from file 'viphammadde.mine.yml'...
[17:53:38] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
[17:53:39] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
[17:53:39] [Server thread/INFO]: creating table 'items'
[17:53:39] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
[17:53:39] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
[17:53:39] [Server thread/INFO]: creating table 'accounts'
[17:53:39] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
[17:53:39] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
[17:53:39] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
[17:53:39] [Server thread/INFO]: [ChestShop] Lockette version 1.8.21 loaded.
[17:53:39] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[17:53:39] [Server thread/INFO]: [ArmorStandTools] Enabling ArmorStandTools v2.4.3
[17:53:39] [Server thread/INFO]: [ArmorStandTools] Loading support for v1_8_R3
[17:53:39] [Server thread/INFO]: [ArmorStandTools] PlotSquared plugin not found. Continuing without PlotSquared support.
[17:53:39] [Server thread/INFO]: [ArmorStandTools] WorldGuard plugin found. WorldGuard support enabled.
[17:53:39] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
[17:53:39] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
[17:53:39] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[17:53:39] [Server thread/INFO]: [WolvSK] Enabling WolvSK v1.6.0
[17:53:40] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.3.2-SNAPSHOT
[17:53:40] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_8_R3 (Minecraft 1.8)...
[17:53:40] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
[17:53:40] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
[17:53:41] [Server thread/INFO]: [MythicMobs] Loaded 5 mobs.
[17:53:41] [Server thread/INFO]: [MythicMobs] Loaded 3 vanilla mob overrides.
[17:53:41] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
[17:53:41] [Server thread/INFO]: [MythicMobs] Loaded 3 skills.
[17:53:41] [Server thread/INFO]: [MythicMobs] Loaded 2 random spawns.
[17:53:41] [Server thread/INFO]: [MythicMobs] Loaded 3 mythic items.
[17:53:41] [Server thread/INFO]: [MythicMobs] Loaded 1 drop tables.
[17:53:41] [Server thread/INFO]: [MythicMobs] Loaded 0 mob spawners.
[17:53:41] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
[17:53:41] [Server thread/INFO]: [MythicMobs] v4.3.2-SNAPSHOT has been successfully loaded!
[17:53:41] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.15.0.3
[17:53:41] [Server thread/INFO]: [ChestSell] Enabling ChestSell v1.0
[17:53:41] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.15.0.3
[17:53:42] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
[17:53:42] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
[17:53:42] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
[17:53:42] [Server thread/INFO]: [CommandNPC] Initiating Database
[17:53:42] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
[17:53:42] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
[17:53:42] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.15.0.3
[17:53:42] [Thread-41/INFO]: [CommandNPC] Loading commands complete!
[17:53:42] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.2-b1542
[17:53:43] [Server thread/INFO]: [AuthMe] SQLite driver loaded
[17:53:43] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[17:53:43] [Server thread/INFO]: [AuthMe] Hooked into Vault!
[17:53:43] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[17:53:43] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
[17:53:43] [Server thread/INFO]: [AuthMe] [LICENSE] This product uses data from the GeoLite API created by MaxMind, available at http://www.maxmind.com
[17:53:43] [Server thread/INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
[17:53:43] [Server thread/INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
[17:53:43] [Server thread/INFO]: [AuthMe] AuthMe 5.2 build n.1542 correctly enabled!
[17:53:43] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[17:53:44] [Server thread/INFO]: Done (35,996s)! For help, type "help" or "?"
[17:53:44] [Server thread/INFO]: Starting remote control listener
[17:53:44] [RCON Listener #1/INFO]: RCON running on 0.0.0.0:7777
[17:53:44] [Server thread/INFO]: Timings Reset