Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.43 KB | None | 0 0
  1. [18:32:49] [Server thread/INFO]: Starting minecraft server version 1.14.4
  2. [18:32:49] [Server thread/INFO]: Loading properties
  3. [18:32:49] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-9de398a-8b09d98 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
  4. [18:32:50] [Server thread/INFO]: Server Ping Player Sample Count: 12
  5. [18:32:50] [Server thread/INFO]: Using 4 threads for Netty based IO
  6. [18:32:50] [Server thread/INFO]: Debug logging is disabled
  7. [18:32:50] [Server thread/INFO]: Default game type: SURVIVAL
  8. [18:32:50] [Server thread/INFO]: Generating keypair
  9. [18:32:50] [Server thread/INFO]: Starting Minecraft server on *:25565
  10. [18:32:50] [Server thread/INFO]: Using epoll channel type
  11. [18:32:50] [Server thread/WARN]: Failed to find a usable hardware address from the network interfaces; using random bytes: 00:f8:ec:74:ba:da:ef:c0
  12. [18:32:57] [Server thread/WARN]: Plugin TuSKe v1.8.2-Pikachu-Patch-3 does not specify an api-version.
  13. [18:32:57] [Server thread/WARN]: Plugin Multiverse-Core v2.5.0-b727 does not specify an api-version.
  14. [18:32:58] [Server thread/WARN]: Plugin ProtocolLib v4.4.0 does not specify an api-version.
  15. [18:32:58] [Server thread/WARN]: Plugin SK-NBeeT v2.4.2 does not specify an api-version.
  16. [18:32:58] [Server thread/WARN]: Plugin PermissionsEx v1.23.4 does not specify an api-version.
  17. [18:32:58] [Server thread/WARN]: Plugin skript-mirror v1.0.0 does not specify an api-version.
  18. [18:32:58] [Server thread/WARN]: Plugin WGCustomFlags v1.0 does not specify an api-version.
  19. [18:32:58] [Server thread/WARN]: Plugin GPS v2.9.0 does not specify an api-version.
  20. [18:32:58] [Server thread/WARN]: Plugin AdvancedEnchantments v5.7.8 does not specify an api-version.
  21. [18:32:58] [Server thread/WARN]: Plugin WGBlockRestricter v1.0 does not specify an api-version.
  22. [18:32:58] [Server thread/INFO]: [OreCrops] Loading OreCrops v1.1.2
  23. [18:32:58] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.0-rc-2;7be00cc
  24. [18:32:59] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@62d69d04]
  25. [18:32:59] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R2 as the Bukkit adapter
  26. [18:32:59] [Server thread/WARN]: Failed to load the built-in legacy id registry
  27. java.lang.NoSuchMethodError: net.minecraft.server.v1_14_R1.IBlockState.d()Ljava/util/Collection;
  28. at com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R2.getProperties(Spigot_v1_14_R2.java:398) ~[worldedit-bukkit-7.0.0-rc-2.jar:?]
  29. at com.sk89q.worldedit.bukkit.BukkitBlockRegistry.getProperties(BukkitBlockRegistry.java:52) ~[worldedit-bukkit-7.0.0-rc-2.jar:?]
  30. at com.sk89q.worldedit.world.block.BlockType.lambda$getPropertyMap$1(BlockType.java:121) ~[worldedit-bukkit-7.0.0-rc-2.jar:?]
  31. at com.sk89q.worldedit.world.block.BlockType.updateField(BlockType.java:74) ~[worldedit-bukkit-7.0.0-rc-2.jar:?]
  32. at com.sk89q.worldedit.world.block.BlockType.getPropertyMap(BlockType.java:120) ~[worldedit-bukkit-7.0.0-rc-2.jar:?]
  33. at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseProperties(DefaultBlockParser.java:167) ~[worldedit-bukkit-7.0.0-rc-2.jar:?]
  34. at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseLogic(DefaultBlockParser.java:283) ~[worldedit-bukkit-7.0.0-rc-2.jar:?]
  35. at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseFromInput(DefaultBlockParser.java:85) ~[worldedit-bukkit-7.0.0-rc-2.jar:?]
  36. at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseFromInput(DefaultBlockParser.java:58) ~[worldedit-bukkit-7.0.0-rc-2.jar:?]
  37. at com.sk89q.worldedit.internal.registry.AbstractFactory.parseFromInput(AbstractFactory.java:69) ~[worldedit-bukkit-7.0.0-rc-2.jar:?]
  38. at com.sk89q.worldedit.world.registry.LegacyMapper.loadFromResource(LegacyMapper.java:93) ~[worldedit-bukkit-7.0.0-rc-2.jar:?]
  39. at com.sk89q.worldedit.world.registry.LegacyMapper.<init>(LegacyMapper.java:63) [worldedit-bukkit-7.0.0-rc-2.jar:?]
  40. at com.sk89q.worldedit.world.registry.LegacyMapper.getInstance(LegacyMapper.java:156) [worldedit-bukkit-7.0.0-rc-2.jar:?]
  41. at com.sk89q.worldedit.WorldEdit.loadMappings(WorldEdit.java:367) [worldedit-bukkit-7.0.0-rc-2.jar:?]
  42. at com.sk89q.worldedit.bukkit.WorldEditPlugin.onLoad(WorldEditPlugin.java:107) [worldedit-bukkit-7.0.0-rc-2.jar:?]
  43. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:355) [server.jar:git-Spigot-9de398a-8b09d98]
  44. at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [server.jar:git-Spigot-9de398a-8b09d98]
  45. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776) [server.jar:git-Spigot-9de398a-8b09d98]
  46. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  47. [18:33:00] [Server thread/INFO]: [Skript] Loading Skript v2.4-alpha4
  48. [18:33:00] [Server thread/INFO]: [ShulkerPacks] Loading ShulkerPacks v1.0.2
  49. [18:33:00] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
  50. [18:33:00] [Server thread/INFO]: [TuSKe] Loading TuSKe v1.8.2-Pikachu-Patch-3
  51. [18:33:00] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0;02b731f
  52. [18:33:00] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
  53. [18:33:00] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
  54. [18:33:00] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.14.4) has not yet been tested! Proceed with caution.
  55. [18:33:00] [Server thread/INFO]: [ItemsAdder] Loading ItemsAdder v1.0.34
  56. [18:33:00] [Server thread/INFO]: [SK-NBeeT] Loading SK-NBeeT v2.4.2
  57. [18:33:00] [Server thread/INFO]: [WolfyUtilities] Loading WolfyUtilities v1.2.0.0
  58. [18:33:00] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  59. [18:33:00] [Server thread/INFO]: [CraftingStore] Loading CraftingStore v2.1.5
  60. [18:33:00] [Server thread/INFO]: [skript-mirror] Loading skript-mirror v1.0.0
  61. [18:33:00] [Server thread/INFO]: [WGCustomFlags] Loading WGCustomFlags v1.0
  62. [18:33:00] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
  63. [18:33:00] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v6.4
  64. [18:33:00] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.0.0
  65. [18:33:00] [Server thread/INFO]: [GPS] Loading GPS v2.9.0
  66. [18:33:00] [Server thread/INFO]: [AdvancedEnchantments] Loading AdvancedEnchantments v5.7.8
  67. [18:33:00] [Server thread/INFO]: [WGBlockRestricter] Loading WGBlockRestricter v1.0
  68. [18:33:00] [Server thread/INFO]: [CustomCrafting] Loading CustomCrafting v1.3.2.0
  69. [18:33:00] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.25-SNAPSHOT (build 1733)
  70. [18:33:00] [Server thread/INFO]: [Sentinel] Loading Sentinel v1.9.2 (build 261)
  71. [18:33:00] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.17.0.0
  72. [18:33:00] [Server thread/INFO]: [BigDoors] Loading BigDoors vAlpha 0.1.8.10
  73. [18:33:00] [Server thread/INFO]: [NPC_Destinations] Loading NPC_Destinations v2.3.31
  74. [18:33:00] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.0.0
  75. [18:33:00] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.2
  76. [18:33:00] [Server thread/INFO]: [NPCDestinations_Animator] Loading NPCDestinations_Animator v2.3.9
  77. [18:33:00] [Server thread/INFO]: [BeautyQuests] Loading BeautyQuests v0.15.2
  78. [18:33:00] [Server thread/INFO]: New logger inserted: fr.skytasul.quests.QuestsLogger
  79. [18:33:00] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v2.0.15
  80. [18:33:00] [Server thread/INFO]: [dtlTraders] Loading dtlTraders v5.0.6
  81. [18:33:00] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
  82. [18:33:00] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  83. [18:33:00] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
  84. [18:33:00] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  85. [18:33:00] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  86. [18:33:00] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  87. [18:33:00] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  88. [18:33:00] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
  89. [18:33:00] [Server thread/INFO]: Preparing level "world"
  90. [18:33:00] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  91. [18:33:02] [Server thread/INFO]: Loaded 6 recipes
  92. [18:33:02] [Server thread/INFO]: -------- World Settings For [world] --------
  93. [18:33:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
  94. [18:33:02] [Server thread/INFO]: Cane Growth Modifier: 100%
  95. [18:33:02] [Server thread/INFO]: Melon Growth Modifier: 100%
  96. [18:33:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  97. [18:33:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  98. [18:33:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
  99. [18:33:02] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  100. [18:33:02] [Server thread/INFO]: Carrot Growth Modifier: 100%
  101. [18:33:02] [Server thread/INFO]: Potato Growth Modifier: 100%
  102. [18:33:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
  103. [18:33:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  104. [18:33:02] [Server thread/INFO]: Vine Growth Modifier: 100%
  105. [18:33:02] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  106. [18:33:02] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  107. [18:33:02] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  108. [18:33:02] [Server thread/INFO]: Kelp Growth Modifier: 100%
  109. [18:33:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  110. [18:33:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  111. [18:33:02] [Server thread/INFO]: Experience Merge Radius: 3.0
  112. [18:33:02] [Server thread/INFO]: Mob Spawn Range: 6
  113. [18:33:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  114. [18:33:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  115. [18:33:02] [Server thread/INFO]: Max TNT Explosions: 100
  116. [18:33:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  117. [18:33:02] [Server thread/INFO]: View Distance: 10
  118. [18:33:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
  119. [18:33:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  120. [18:33:02] [Server thread/INFO]: Item Despawn Rate: 6000
  121. [18:33:02] [Server thread/INFO]: Item Merge Radius: 2.5
  122. [18:33:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  123. [18:33:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  124. [18:33:23] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  125. [18:33:23] [Server thread/INFO]: Cactus Growth Modifier: 100%
  126. [18:33:23] [Server thread/INFO]: Cane Growth Modifier: 100%
  127. [18:33:23] [Server thread/INFO]: Melon Growth Modifier: 100%
  128. [18:33:23] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  129. [18:33:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  130. [18:33:23] [Server thread/INFO]: Sapling Growth Modifier: 100%
  131. [18:33:23] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  132. [18:33:23] [Server thread/INFO]: Carrot Growth Modifier: 100%
  133. [18:33:23] [Server thread/INFO]: Potato Growth Modifier: 100%
  134. [18:33:23] [Server thread/INFO]: Wheat Growth Modifier: 100%
  135. [18:33:23] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  136. [18:33:23] [Server thread/INFO]: Vine Growth Modifier: 100%
  137. [18:33:23] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  138. [18:33:23] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  139. [18:33:23] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  140. [18:33:23] [Server thread/INFO]: Kelp Growth Modifier: 100%
  141. [18:33:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  142. [18:33:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  143. [18:33:23] [Server thread/INFO]: Experience Merge Radius: 3.0
  144. [18:33:23] [Server thread/INFO]: Mob Spawn Range: 6
  145. [18:33:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  146. [18:33:23] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  147. [18:33:23] [Server thread/INFO]: Max TNT Explosions: 100
  148. [18:33:23] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  149. [18:33:23] [Server thread/INFO]: View Distance: 10
  150. [18:33:23] [Server thread/INFO]: Arrow Despawn Rate: 1200
  151. [18:33:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  152. [18:33:23] [Server thread/INFO]: Item Despawn Rate: 6000
  153. [18:33:23] [Server thread/INFO]: Item Merge Radius: 2.5
  154. [18:33:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  155. [18:33:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  156. [18:33:23] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  157. [18:33:23] [Server thread/INFO]: Cactus Growth Modifier: 100%
  158. [18:33:23] [Server thread/INFO]: Cane Growth Modifier: 100%
  159. [18:33:23] [Server thread/INFO]: Melon Growth Modifier: 100%
  160. [18:33:23] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  161. [18:33:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  162. [18:33:23] [Server thread/INFO]: Sapling Growth Modifier: 100%
  163. [18:33:23] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  164. [18:33:23] [Server thread/INFO]: Carrot Growth Modifier: 100%
  165. [18:33:23] [Server thread/INFO]: Potato Growth Modifier: 100%
  166. [18:33:23] [Server thread/INFO]: Wheat Growth Modifier: 100%
  167. [18:33:23] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  168. [18:33:23] [Server thread/INFO]: Vine Growth Modifier: 100%
  169. [18:33:23] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  170. [18:33:23] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  171. [18:33:23] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  172. [18:33:23] [Server thread/INFO]: Kelp Growth Modifier: 100%
  173. [18:33:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  174. [18:33:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  175. [18:33:23] [Server thread/INFO]: Experience Merge Radius: 3.0
  176. [18:33:23] [Server thread/INFO]: Mob Spawn Range: 6
  177. [18:33:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  178. [18:33:23] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  179. [18:33:23] [Server thread/INFO]: Max TNT Explosions: 100
  180. [18:33:23] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  181. [18:33:23] [Server thread/INFO]: View Distance: 10
  182. [18:33:23] [Server thread/INFO]: Arrow Despawn Rate: 1200
  183. [18:33:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  184. [18:33:23] [Server thread/INFO]: Item Despawn Rate: 6000
  185. [18:33:23] [Server thread/INFO]: Item Merge Radius: 2.5
  186. [18:33:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  187. [18:33:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  188. [18:33:23] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
  189. [18:33:24] [Server thread/INFO]: Preparing spawn area: 0%
  190. [18:33:24] [Server thread/INFO]: Preparing spawn area: 0%
  191. [18:33:24] [Server thread/INFO]: Preparing spawn area: 0%
  192. [18:33:25] [Server thread/INFO]: Preparing spawn area: 56%
  193. [18:33:25] [Server thread/INFO]: Time elapsed: 1815 ms
  194. [18:33:25] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
  195. [18:33:26] [Server thread/INFO]: Preparing spawn area: 0%
  196. [18:33:26] [Server thread/INFO]: Preparing spawn area: 0%
  197. [18:33:26] [Server thread/INFO]: Preparing spawn area: 0%
  198. [18:33:26] [Server thread/INFO]: Time elapsed: 1115 ms
  199. [18:33:26] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
  200. [18:33:26] [Server thread/INFO]: Preparing spawn area: 0%
  201. [18:33:27] [Server thread/INFO]: Time elapsed: 395 ms
  202. [18:33:27] [Server thread/INFO]: [OreCrops] Enabling OreCrops v1.1.2
  203. [18:33:27] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  204. [18:33:28] [Server thread/INFO]: Loaded 6 recipes
  205. [18:33:28] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.0-rc-2;7be00cc
  206. [18:33:28] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  207. [18:33:28] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  208. [18:33:28] [Server thread/INFO]: [Skript] Enabling Skript v2.4-alpha4
  209. [18:33:29] [Server thread/INFO]: [Skript] You're currently running custom Skript version. No updates will be automatically installed.
  210. [18:33:33] [Server thread/INFO]: [Skript] Loaded 114150 aliases in 4730ms
  211. [18:33:34] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
  212. [18:33:34] [Server thread/INFO]: [ShulkerPacks] Enabling ShulkerPacks v1.0.2
  213. [18:33:34] [Server thread/INFO]: §f§l[§9ShulkerPacks§f§l] §aShulkerPacks has been enabled!
  214. [18:33:34] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
  215. [18:33:34] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  216. [18:33:34] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  217. [18:33:34] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 75000 at X: 1101.5 Z: 3580.5
  218. [18:33:34] [Server thread/INFO]: [WorldBorder] [CONFIG] World "olympus" has border radius 500 at X: -120.4 Z: -233.3
  219. [18:33:34] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 650.0 Y: 71.0 Z: 1067.0
  220. [18:33:34] [Server thread/INFO]: [TuSKe] Enabling TuSKe v1.8.2-Pikachu-Patch-3
  221. [18:33:34] [Server thread/INFO]: [TuSKe] Enabling Metrics... Done!
  222. [18:33:34] [Server thread/INFO]: [TuSKe] Check for updates enabled. It will check in some seconds.
  223. [18:33:34] [Server thread/INFO]: [TuSKe] Documentation enabled. Some files containing all syntax of all addons will be generated.
  224. [18:33:34] [Server thread/INFO]: [TuSKe] Loaded 8 events, 12 conditions, 20 effects, 61 expressions and 0 types. Have fun!
  225. [18:33:34] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.0;02b731f
  226. [18:33:34] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  227. [18:33:34] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  228. [18:33:34] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  229. [18:33:34] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  230. [18:33:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  231. [18:33:34] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  232. [18:33:34] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  233. [18:33:34] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  234. [18:33:34] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  235. [18:33:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  236. [18:33:34] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  237. [18:33:34] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  238. [18:33:34] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  239. [18:33:34] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  240. [18:33:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  241. [18:33:34] [Server thread/INFO]: [WorldGuard] Loading region data...
  242. [18:33:34] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
  243. [18:33:34] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v2.5.0-b727" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--, dumptruckman].
  244. [18:33:34] [Server thread/INFO]: -------- World Settings For [olympus] --------
  245. [18:33:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
  246. [18:33:34] [Server thread/INFO]: Cane Growth Modifier: 100%
  247. [18:33:34] [Server thread/INFO]: Melon Growth Modifier: 100%
  248. [18:33:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  249. [18:33:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  250. [18:33:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
  251. [18:33:34] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  252. [18:33:34] [Server thread/INFO]: Carrot Growth Modifier: 100%
  253. [18:33:34] [Server thread/INFO]: Potato Growth Modifier: 100%
  254. [18:33:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
  255. [18:33:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  256. [18:33:34] [Server thread/INFO]: Vine Growth Modifier: 100%
  257. [18:33:34] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  258. [18:33:34] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  259. [18:33:34] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  260. [18:33:34] [Server thread/INFO]: Kelp Growth Modifier: 100%
  261. [18:33:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  262. [18:33:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  263. [18:33:34] [Server thread/INFO]: Experience Merge Radius: 3.0
  264. [18:33:34] [Server thread/INFO]: Mob Spawn Range: 6
  265. [18:33:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  266. [18:33:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  267. [18:33:34] [Server thread/INFO]: Max TNT Explosions: 100
  268. [18:33:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  269. [18:33:34] [Server thread/INFO]: View Distance: 10
  270. [18:33:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
  271. [18:33:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  272. [18:33:34] [Server thread/INFO]: Item Despawn Rate: 6000
  273. [18:33:34] [Server thread/INFO]: Item Merge Radius: 2.5
  274. [18:33:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  275. [18:33:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  276. [18:33:34] [Server thread/INFO]: Preparing start region for dimension 'olympus'/minecraft:overworld
  277. [18:33:35] [Server thread/INFO]: Preparing spawn area: 0%
  278. [18:33:35] [Server thread/INFO]: Preparing spawn area: 0%
  279. [18:33:35] [Server-Worker-2/INFO]: Preparing spawn area: 0%
  280. [18:33:36] [Server thread/INFO]: Preparing spawn area: 93%
  281. [18:33:36] [Server thread/INFO]: Time elapsed: 1600 ms
  282. [18:33:36] [Server thread/INFO]: [WorldGuard] (olympus) TNT ignition is PERMITTED.
  283. [18:33:36] [Server thread/INFO]: [WorldGuard] (olympus) Lighters are PERMITTED.
  284. [18:33:36] [Server thread/INFO]: [WorldGuard] (olympus) Lava fire is blocked.
  285. [18:33:36] [Server thread/INFO]: [WorldGuard] (olympus) Fire spread is UNRESTRICTED.
  286. [18:33:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'olympus'
  287. [18:33:36] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: City3
  288. [18:33:36] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  289. [18:33:36] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
  290. [18:33:36] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  291. [18:33:36] [Server thread/INFO]: [ItemsAdder] Enabling ItemsAdder v1.0.34
  292. [18:33:37] [Server thread/INFO]: ------ ItemsAdder ------
  293. [18:33:37] [Server thread/INFO]: _____ _ _ _
  294. [18:33:37] [Server thread/INFO]: |_ _| | /\ | | | |
  295. [18:33:37] [Server thread/INFO]: | | | |_ ___ _ __ ___ ___ / \ __| | __| | ___ _ __
  296. [18:33:37] [Server thread/INFO]: | | | __/ _ \ '_ ` _ \/ __| / /\ \ / _` |/ _` |/ _ \ '__|
  297. [18:33:37] [Server thread/INFO]: _| |_| || __/ | | | | \__ \/ ____ \ (_| | (_| | __/ |
  298. [18:33:37] [Server thread/INFO]: |_____|\__\___|_| |_| |_|___/_/ \_\__,_|\__,_|\___|_|
  299. [18:33:37] [Server thread/INFO]:
  300. [18:33:37] [Server thread/INFO]:
  301. [18:33:37] [Server thread/INFO]: Loading items...
  302. [18:33:38] [Server thread/INFO]: Loaded 316 custom items
  303. [18:33:38] [Server thread/INFO]: [SK-NBeeT] Enabling SK-NBeeT v2.4.2
  304. [18:33:38] [Server thread/INFO]: [Sk-NBeeT] Compatible NMS version: v1_14_R1
  305. [18:33:38] [Server thread/INFO]: [Sk-NBeeT] Successfully enabled v2.4.2
  306. [18:33:38] [Server thread/INFO]: [WolfyUtilities] Enabling WolfyUtilities v1.2.0.0
  307. [18:33:38] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  308. [18:33:38] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  309. [18:33:38] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  310. [18:33:38] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  311. [18:33:38] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  312. [18:33:38] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
  313. [18:33:38] [Server thread/INFO]: [CraftingStore] Enabling CraftingStore v2.1.5
  314. [18:33:38] [Server thread/INFO]: [skript-mirror] Enabling skript-mirror v1.0.0
  315. [18:33:38] [Server thread/INFO]: [WGCustomFlags] Enabling WGCustomFlags v1.0
  316. [18:33:38] [Server thread/ERROR]: Error occurred while enabling WGCustomFlags v1.0 (Is it up to date?)
  317. java.lang.NoSuchMethodError: com.sk89q.worldguard.bukkit.WorldGuardPlugin.getGlobalStateManager()Lcom/sk89q/worldguard/bukkit/ConfigurationManager;
  318. at com.mewin.WGCustomFlags.WGCustomFlagsPlugin.onEnable(WGCustomFlagsPlugin.java:177) ~[?:?]
  319. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:git-Spigot-9de398a-8b09d98]
  320. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [server.jar:git-Spigot-9de398a-8b09d98]
  321. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [server.jar:git-Spigot-9de398a-8b09d98]
  322. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [server.jar:git-Spigot-9de398a-8b09d98]
  323. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [server.jar:git-Spigot-9de398a-8b09d98]
  324. at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [server.jar:git-Spigot-9de398a-8b09d98]
  325. at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258) [server.jar:git-Spigot-9de398a-8b09d98]
  326. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776) [server.jar:git-Spigot-9de398a-8b09d98]
  327. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  328. [18:33:38] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v6.4
  329. [18:33:39] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.0.0
  330. [18:33:39] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
  331. [18:33:39] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
  332. [18:33:39] [Server thread/INFO]: No kits found to migrate.
  333. [18:33:39] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  334. [18:33:39] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
  335. [18:33:39] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  336. [18:33:39] [Server thread/INFO]: Loaded 20977 items from items.json.
  337. [18:33:39] [Server thread/INFO]: Using locale en_US
  338. [18:33:39] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  339. [18:33:39] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  340. [18:33:39] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
  341. [18:33:39] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
  342. [18:33:39] [Server thread/INFO]: [GPS] Enabling GPS v2.9.0
  343. [18:33:39] [Server thread/INFO]: [AdvancedEnchantments] Enabling AdvancedEnchantments v5.7.8
  344. [18:33:40] [Server thread/INFO]: [AdvancedEnchantments] Registered 'level' payment type for Enchanter from class n3kas.ae.features.enchanter.LevelsPayment
  345. [18:33:40] [Server thread/WARN]: [AdvancedEnchantments] DEATH, RIGHT_CLICK, FIRE, BOW_MOB, DEFENSE_MOB, SHIFT, FALL_DAMAGE enchantment types have been disabled for this session (No enchants utilizing it, increasing performance)
  346. [18:33:40] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_14_R1! Trying to find NMS support
  347. [18:33:40] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_14_R1' loaded!
  348. [18:33:40] [Server thread/INFO]: [WGBlockRestricter] Enabling WGBlockRestricter v1.0
  349. [18:33:40] [Server thread/INFO]: No item.csv found.
  350. [18:33:40] [Server thread/INFO]: [CustomCrafting] Enabling CustomCrafting v1.3.2.0
  351. [18:33:40] [Server thread/INFO]: _____ __ _____ _____ _
  352. [18:33:40] [Server thread/INFO]: / ___/_ _____/ /____ __ _ / ___/______ _/ _/ /_(_)__ ___ _
  353. [18:33:40] [Server thread/INFO]: / /__/ // (_-< __/ _ \/ ' \/ /__/ __/ _ `/ _/ __/ / _ \/ _ `/
  354. [18:33:40] [Server thread/INFO]: \___/\_,_/___|__/\___/_/_/_/\___/_/ \_,_/_/ \__/_/_//_/\_, /
  355. [18:33:40] [Server thread/INFO]: /___/ v1.3.2.0
  356. [18:33:40] [Server thread/INFO]:
  357. [18:33:40] [Server thread/INFO]: ------------------------------------------------------------------------
  358. [18:33:40] [Server thread/INFO]: Loading language "en_US" v2.0.0 translated by WolfyScript
  359. [18:33:40] [Server thread/INFO]: ------------------------------------------------------------------------
  360. [18:33:40] [Server thread/INFO]: [CC] Loading Player Stats
  361. [18:33:40] [Server thread/INFO]: [CC] Initiating Inventory GUIs
  362. [18:33:40] [Server thread/INFO]: [CC] ________[Loading Recipes/Items]________
  363. [18:33:40] [Server thread/INFO]: [CC]
  364. [18:33:40] [Server thread/INFO]: [CC] ---------[ITEMS]---------
  365. [18:33:40] [Server thread/INFO]: [CC] - customcrafting
  366. [18:33:40] [Server thread/INFO]: [CC] items:
  367. [18:33:40] [Server thread/INFO]: [CC] - workbench
  368. [18:33:40] [Server thread/INFO]: [CC] - folder
  369. [18:33:40] [Server thread/INFO]: [CC]
  370. [18:33:40] [Server thread/INFO]: [CC] --------[RECIPES]--------
  371. [18:33:40] [Server thread/INFO]: [CC] - customcrafting
  372. [18:33:40] [Server thread/INFO]: [CC] workbench:
  373. [18:33:40] [Server thread/INFO]: [CC] - workbench
  374. [18:33:40] [Server thread/INFO]: [CC] - folder
  375. [18:33:40] [Server thread/INFO]: [CC] workbench:
  376. [18:33:40] [Server thread/INFO]: [CC] - beacon
  377. [18:33:40] [Server thread/INFO]: ------------------------------------------------------------------------
  378. [18:33:40] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.25-SNAPSHOT (build 1733)
  379. [18:33:40] [Thread-12/INFO]: [CC] [WARN] Your version is outdated! There is a new version available! Download it here: https://www.spigotmc.org/resources/55883/
  380. [18:33:41] [Server thread/INFO]: [Sentinel] Enabling Sentinel v1.9.2 (build 261)
  381. [18:33:41] [Server thread/INFO]: [Sentinel] Sentinel loading...
  382. [18:33:41] [Server thread/INFO]: [Sentinel] Sentinel loaded!
  383. [18:33:41] [Server thread/INFO]: [Sentinel] Vault linked! Group targets will work.
  384. [18:33:41] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.17.0.0
  385. [18:33:41] [Server thread/INFO]: [BigDoors] Enabling BigDoors vAlpha 0.1.8.10
  386. [18:33:41] [Server thread/INFO]: [BigDoors] Power Block Types:
  387. [18:33:41] [Server thread/INFO]: [BigDoors] - GOLD_BLOCK
  388. [18:33:41] [Server thread/INFO]: [BigDoors] Enabling stats! Thanks, it really helps!
  389. [18:33:41] [Server thread/INFO]: [BigDoors] Successfully hooked into "WorldGuard"!
  390. [18:33:41] [Server thread/INFO]: [NPC_Destinations] Enabling NPC_Destinations v2.3.31
  391. [18:33:41] [Server thread/INFO]: [NPC_Destinations] MC Version found (MC: 1.14.4)
  392. [18:33:41] [Server thread/INFO]: [NPC_Destinations] Citizens (2.0.25-SNAPSHOT (build 1733)) found, NPC trait enabled.
  393. [18:33:41] [Server thread/INFO]: [NPC_Destinations] BetonQuest not found, quest support disabled
  394. [18:33:41] [Server thread/INFO]: [NPC_Destinations] LightAPI was not found, there will be no support for NPC torch lighting.
  395. [18:33:41] [Server thread/INFO]: [NPC_Destinations] JobsReborn was not found, there will be no support for Jobs in locations.
  396. [18:33:41] [Server thread/INFO]: [NPC_Destinations] Sentinel (1.9.2 (build 261)) was found, adding support for sentinel in locations.
  397. [18:33:41] [Server thread/INFO]: [NPC_Destinations] PlotSquared not found, plot compliance disabled
  398. [18:33:41] [Server thread/INFO]: [NPC_Destinations] Worldguard found V(7.0.0;02b731f), regions supported
  399. [18:33:41] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.0.0
  400. [18:33:41] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.2
  401. [18:33:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
  402. [18:33:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
  403. [18:33:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
  404. [18:33:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
  405. [18:33:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
  406. [18:33:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
  407. [18:33:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
  408. [18:33:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
  409. [18:33:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
  410. [18:33:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
  411. [18:33:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
  412. [18:33:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
  413. [18:33:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
  414. [18:33:41] [Server thread/INFO]: [NPCDestinations_Animator] Enabling NPCDestinations_Animator v2.3.9
  415. [18:33:41] [Server thread/INFO]: [BeautyQuests] Enabling BeautyQuests v0.15.2
  416. [18:33:41] [Server thread/INFO]: [BeautyQuests] Loaded valid version v1_14_R1
  417. [18:33:41] [Server thread/INFO]: [BeautyQuests] Loaded language file locales/en_US.yml (0.009s)!
  418. [18:33:41] [Server thread/INFO]: [BeautyQuests] Loaded start particles: REDSTONE in shape POINT with color "R255 G255 B0"
  419. [18:33:41] [Server thread/INFO]: [BeautyQuests] Loaded talk particles: VILLAGER_HAPPY in shape BAR
  420. [18:33:41] [Server thread/INFO]: [BeautyQuests] Loaded next particles: SMOKE_NORMAL in shape SPOT
  421. [18:33:41] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v2.0.15
  422. [18:33:41] [Server thread/INFO]: [CrateReloaded] Config Version: 2.X
  423. [18:33:41] [Server thread/INFO]: [CrateReloaded] v1_14_R1
  424. [18:33:41] [Server thread/INFO]: [CrateReloaded] Crate Configurations (1): crate.yml
  425. [18:33:42] [Server thread/INFO]: [CrateReloaded] Cracked by LegitSpigot@blackspigot.com
  426. [18:33:42] [Server thread/INFO]: [dtlTraders] Enabling dtlTraders v5.0.6
  427. [18:33:42] [Server thread/INFO]: [dtlTraders] Loaded 9 guis from the guis config.
  428. [18:33:42] [Server thread/INFO]: [dtlTraders] Hooking into Citizens!
  429. [18:33:42] [Server thread/INFO]: dtlTraders is managed by 4Creation. www.4Creation.pro
  430. [18:33:42] [Server thread/INFO]: Unlock premium features with dtlTradersPlus. Buy your copy at: www.4Creation.pro/dtlTradersPlus
  431. [18:33:42] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  432. [18:33:42] [Server thread/INFO]: Done (41.852s)! For help, type "help"
  433. [18:33:42] [Server thread/INFO]: [Skript] Loading variables...
  434. [18:33:43] [Thread-15/INFO]: [Skript] Loaded 121 variables so far...
  435. [18:33:43] [Server thread/INFO]: [Skript] Loaded 11642 variables in 1.2 seconds
  436. [18:33:45] [Server thread/INFO]: [Skript] All scripts loaded without errors.
  437. [18:33:45] [Server thread/INFO]: [Skript] Loaded 2 scripts with a total of 18 triggers and 8 commands in 1.58 seconds
  438. [18:33:45] [Server thread/INFO]: [Skript] Finished loading.
  439. [18:33:45] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
  440. [18:33:45] [Craft Scheduler Thread - 1/INFO]: [Vault] Checking for Updates ...
  441. [18:33:45] [Craft Scheduler Thread - 6/INFO]: [AdvancedEnchantments] Cached 14 enchantments from Market.
  442. [18:33:45] [Craft Scheduler Thread - 0/INFO]: [TuSKe] Checking for latest update...
  443. [18:33:45] [Craft Scheduler Thread - 3/INFO]: [PlayerParticles] An update (v6.5) is available! You are running v6.4
  444. [18:33:45] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into economy plugin (Vault)
  445. [18:33:46] [Craft Scheduler Thread - 1/INFO]: [Vault] No new version available
  446. [18:33:46] [pool-28-thread-1/INFO]: [CraftingStore] Please download the latest version from the website!
  447. [18:33:46] [Server thread/INFO]: [BeautyQuests] 0 quests loaded (0.011s)!
  448. [18:33:46] [Craft Scheduler Thread - 0/INFO]: [TuSKe] New update available: v1.8.2
  449. [18:33:46] [Craft Scheduler Thread - 0/INFO]: [TuSKe] Check what's new in: https://github.com/Tuke-Nuke/TuSKe/releases/tag/1.8.2
  450. [18:33:46] [Craft Scheduler Thread - 0/INFO]: [TuSKe] You can download and update it with /tuske update.
  451. [18:33:47] [Craft Scheduler Thread - 0/INFO]: [TuSKe] Generating documentation of Skript & Addons.
  452. [18:33:47] [Craft Scheduler Thread - 0/INFO]: [TuSKe] Documentation was generated successfully.
  453. [18:33:53] [User Authenticator #1/INFO]: UUID of player The_Virus_uk is 2a834d54-880f-41f5-8551-a6a0f10b12cf
  454. [18:33:54] [Server thread/INFO]: The_Virus_uk[/92.16.104.80:55795] logged in with entity id 196 at ([world]672.5337864128671, 72.0, 1068.831596435523)
  455. [18:33:54] [Server thread/INFO]: [PlayerParticles] Executed /pp command for The_Virus_uk. Output:
  456. [18:33:54] [Server thread/INFO]: [PlayerParticles] You do not have a particle applied with the ID 1!
  457. [18:34:04] [Server thread/INFO]: The_Virus_uk issued server command: /gm 1
  458. [18:34:13] [Server thread/INFO]: The_Virus_uk issued server command: /npc create test
  459. [18:34:23] [Server thread/INFO]: The_Virus_uk issued server command: /npc remove test
  460. [18:34:28] [Server thread/INFO]: The_Virus_uk issued server command: /warp spira
  461. [18:34:42] [Server thread/INFO]: [NPC_Destinations] A citizens save.yml has been backed up. See the {plugin}/CitizensBackups/ for the file.
  462. [18:35:01] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to ItemsAdder v1.0.34
  463. org.bukkit.event.EventException: null
  464. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-8b09d98]
  465. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-8b09d98]
  466. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) ~[server.jar:git-Spigot-9de398a-8b09d98]
  467. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) ~[server.jar:git-Spigot-9de398a-8b09d98]
  468. at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:429) ~[server.jar:git-Spigot-9de398a-8b09d98]
  469. at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:396) ~[server.jar:git-Spigot-9de398a-8b09d98]
  470. at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:392) ~[server.jar:git-Spigot-9de398a-8b09d98]
  471. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1679) ~[server.jar:git-Spigot-9de398a-8b09d98]
  472. at net.minecraft.server.v1_14_R1.PacketPlayInArmAnimation.a(SourceFile:32) ~[server.jar:git-Spigot-9de398a-8b09d98]
  473. at net.minecraft.server.v1_14_R1.PacketPlayInArmAnimation.a(SourceFile:9) ~[server.jar:git-Spigot-9de398a-8b09d98]
  474. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[server.jar:git-Spigot-9de398a-8b09d98]
  475. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [server.jar:git-Spigot-9de398a-8b09d98]
  476. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [server.jar:git-Spigot-9de398a-8b09d98]
  477. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [server.jar:git-Spigot-9de398a-8b09d98]
  478. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [server.jar:git-Spigot-9de398a-8b09d98]
  479. at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:910) [server.jar:git-Spigot-9de398a-8b09d98]
  480. at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:903) [server.jar:git-Spigot-9de398a-8b09d98]
  481. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeAll(SourceFile:103) [server.jar:git-Spigot-9de398a-8b09d98]
  482. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:886) [server.jar:git-Spigot-9de398a-8b09d98]
  483. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:820) [server.jar:git-Spigot-9de398a-8b09d98]
  484. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  485. Caused by: java.lang.NullPointerException
  486. at dev.lone.itemsadder.b.a.a(Unknown Source) ~[?:?]
  487. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  488. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
  489. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
  490. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
  491. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-8b09d98]
  492. ... 20 more
  493. [18:35:34] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to ItemsAdder v1.0.34
  494. org.bukkit.event.EventException: null
  495. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[server.jar:git-Spigot-9de398a-8b09d98]
  496. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[server.jar:git-Spigot-9de398a-8b09d98]
  497. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) ~[server.jar:git-Spigot-9de398a-8b09d98]
  498. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) ~[server.jar:git-Spigot-9de398a-8b09d98]
  499. at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:429) ~[server.jar:git-Spigot-9de398a-8b09d98]
  500. at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:396) ~[server.jar:git-Spigot-9de398a-8b09d98]
  501. at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:392) ~[server.jar:git-Spigot-9de398a-8b09d98]
  502. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1679) ~[server.jar:git-Spigot-9de398a-8b09d98]
  503. at net.minecraft.server.v1_14_R1.PacketPlayInArmAnimation.a(SourceFile:32) ~[server.jar:git-Spigot-9de398a-8b09d98]
  504. at net.minecraft.server.v1_14_R1.PacketPlayInArmAnimation.a(SourceFile:9) ~[server.jar:git-Spigot-9de398a-8b09d98]
  505. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[server.jar:git-Spigot-9de398a-8b09d98]
  506. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [server.jar:git-Spigot-9de398a-8b09d98]
  507. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [server.jar:git-Spigot-9de398a-8b09d98]
  508. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [server.jar:git-Spigot-9de398a-8b09d98]
  509. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [server.jar:git-Spigot-9de398a-8b09d98]
  510. at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:910) [server.jar:git-Spigot-9de398a-8b09d98]
  511. at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:903) [server.jar:git-Spigot-9de398a-8b09d98]
  512. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [server.jar:git-Spigot-9de398a-8b09d98]
  513. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:887) [server.jar:git-Spigot-9de398a-8b09d98]
  514. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:820) [server.jar:git-Spigot-9de398a-8b09d98]
  515. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  516. Caused by: java.lang.NullPointerException
  517. at dev.lone.itemsadder.b.a.a(Unknown Source) ~[?:?]
  518. at sun.reflect.GeneratedMethodAccessor112.invoke(Unknown Source) ~[?:?]
  519. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
  520. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
  521. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[server.jar:git-Spigot-9de398a-8b09d98]
  522. ... 20 more
  523. [18:36:01] [Server thread/INFO]: The_Virus_uk issued server command: /npc create Lord Spira
  524. [18:36:14] [Server thread/INFO]: The_Virus_uk issued server command: /npc create Lord
  525. [18:36:26] [Server thread/INFO]: The_Virus_uk issued server command: /npc remove lord
  526. [18:36:35] [Server thread/INFO]: The_Virus_uk issued server command: /npc list
  527. [18:36:41] [Server thread/INFO]: The_Virus_uk issued server command: /npc remove 3
  528. [18:38:09] [Server thread/INFO]: The_Virus_uk issued server command: /warp spawn
  529. [18:40:54] [Server thread/INFO]: The_Virus_uk issued server command: /rg list
  530. [18:40:59] [Server thread/INFO]: The_Virus_uk issued server command: /rg list -w world 2
  531. [18:41:06] [Server thread/INFO]: The_Virus_uk issued server command: /rg info -w world spawn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement