Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.93 KB | None | 0 0
  1. latest.log
  2. -------------
  3. [12:53:50] [Server thread/INFO]: Starting minecraft server version 1.12.2
  4. [12:53:51] [Server thread/INFO]: Loading properties
  5. [12:53:51] [Server thread/INFO]: Default game type: SURVIVAL
  6. [12:53:52] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-3d850ec-809c399 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
  7. [12:53:53] [Server thread/INFO]: Debug logging is disabled
  8. [12:53:53] [Server thread/INFO]: Server Ping Player Sample Count: 12
  9. [12:53:53] [Server thread/INFO]: Using 4 threads for Netty based IO
  10. [12:53:54] [Server thread/INFO]: Generating keypair
  11. [12:53:54] [Server thread/INFO]: Starting Minecraft server on *:25565
  12. [12:53:55] [Server thread/INFO]: Using default channel type
  13. [12:54:01] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  14. [12:54:11] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
  15. [12:54:11] [Server thread/INFO]: [NoRain] Loading NoRain v1.3
  16. [12:54:11] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
  17. [12:54:11] [Server thread/INFO]: [WorldSpawn] Loading WorldSpawn v1.1
  18. [12:54:11] [Server thread/INFO]: [Vault] Loading Vault v1.7.1-b91
  19. [12:54:11] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.14.0
  20. [12:54:11] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
  21. [12:54:12] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
  22. [12:54:12] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.1
  23. [12:54:12] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v1.4
  24. [12:54:12] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.15.0.1
  25. [12:54:12] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.15.0.1
  26. [12:54:12] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.15.0.1
  27. [12:54:12] [Server thread/INFO]: [ShopChest] Loading ShopChest v1.12.3
  28. [12:54:12] [Server thread/ERROR]: Cannot load plugins\ShopChest\config.yml
  29. org.bukkit.configuration.InvalidConfigurationException: while scanning a simple key
  30. in 'string', line 170, column 1:
  31. minimum-prices:0.5
  32. ^
  33. could not find expected ':'
  34. in 'string', line 171, column 1:
  35. # "STONE:1": 0.5
  36. ^
  37.  
  38. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  39. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  40. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  41. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:178) [spigot.jar:git-Spigot-3d850ec-809c399]
  42. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:160) [spigot.jar:git-Spigot-3d850ec-809c399]
  43. at de.epiceric.shopchest.config.Config.reload(Config.java:339) [ShopChest.jar:?]
  44. at de.epiceric.shopchest.config.Config.<init>(Config.java:215) [ShopChest.jar:?]
  45. at de.epiceric.shopchest.ShopChest.onLoad(ShopChest.java:92) [ShopChest.jar:?]
  46. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:311) [spigot.jar:git-Spigot-3d850ec-809c399]
  47. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-3d850ec-809c399]
  48. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-3d850ec-809c399]
  49. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  50. Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning a simple key
  51. in 'string', line 170, column 1:
  52. minimum-prices:0.5
  53. ^
  54. could not find expected ':'
  55. in 'string', line 171, column 1:
  56. # "STONE:1": 0.5
  57. ^
  58.  
  59. at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:466) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  60. at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:280) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  61. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:225) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  62. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:557) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  63. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  64. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  65. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:227) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  66. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  67. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  68. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  69. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:140) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  70. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  71. at org.yaml.snakeyaml.Yaml.load(Yaml.java:437) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  72. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  73. ... 11 more
  74. [12:54:13] [Server thread/INFO]: [ShopChest] Using locale "en_US"
  75. [12:54:13] [Server thread/INFO]: [CreativeGates] Loading CreativeGates v2.14.0
  76. [12:54:13] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91
  77. [12:54:13] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  78. [12:54:14] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
  79. [12:54:14] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  80. [12:54:14] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
  81. [12:54:14] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
  82. [12:54:14] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.14.0
  83. [12:54:15] [Server thread/INFO]: [MassiveCore 2.14.0] === ENABLE START ===
  84. [12:54:15] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Cachefile datas...
  85. [12:54:16] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Onlineplayer datas...
  86. [12:54:16] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Registry datas...
  87. [12:54:16] [Server thread/INFO]: [MassiveCore 2.14.0] Saving Cachefile...
  88. [12:54:16] [Server thread/INFO]: [MassiveCore 2.14.0] Setup of IdUtil took 421ms.
  89. [12:54:28] [Server thread/INFO]: [MassiveCore 2.14.0] Integration Activated IntegrationLiabilityAreaEffectCloud
  90. [12:54:28] [Server thread/INFO]: [MassiveCore 2.14.0] Integration Activated IntegrationVault
  91. [12:54:29] [Server thread/INFO]: [MassiveCore 2.14.0] === ENABLE COMPLETE (Took 15592ms) ===
  92. [12:54:29] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  93. [12:54:29] [Server thread/INFO]: Preparing level "world"
  94. [12:54:30] [Server thread/INFO]: -------- World Settings For [world] --------
  95. [12:54:30] [Server thread/INFO]: Mob Spawn Range: 4
  96. [12:54:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
  97. [12:54:30] [Server thread/INFO]: Cane Growth Modifier: 100%
  98. [12:54:30] [Server thread/INFO]: Melon Growth Modifier: 100%
  99. [12:54:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  100. [12:54:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  101. [12:54:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
  102. [12:54:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
  103. [12:54:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  104. [12:54:30] [Server thread/INFO]: Vine Growth Modifier: 100%
  105. [12:54:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  106. [12:54:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  107. [12:54:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  108. [12:54:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  109. [12:54:30] [Server thread/INFO]: Random Lighting Updates: false
  110. [12:54:30] [Server thread/INFO]: Structure Info Saving: true
  111. [12:54:30] [Server thread/INFO]: Max TNT Explosions: 100
  112. [12:54:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  113. [12:54:30] [Server thread/INFO]: Item Despawn Rate: 6000
  114. [12:54:30] [Server thread/INFO]: Item Merge Radius: 2.5
  115. [12:54:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  116. [12:54:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
  117. [12:54:30] [Server thread/INFO]: Experience Merge Radius: 3.0
  118. [12:54:30] [Server thread/INFO]: View Distance: 10
  119. [12:54:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  120. [12:54:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  121. [12:54:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  122. [12:54:31] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  123. [12:54:31] [Server thread/INFO]: Mob Spawn Range: 4
  124. [12:54:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
  125. [12:54:31] [Server thread/INFO]: Cane Growth Modifier: 100%
  126. [12:54:31] [Server thread/INFO]: Melon Growth Modifier: 100%
  127. [12:54:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  128. [12:54:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  129. [12:54:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
  130. [12:54:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
  131. [12:54:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  132. [12:54:31] [Server thread/INFO]: Vine Growth Modifier: 100%
  133. [12:54:31] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  134. [12:54:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  135. [12:54:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  136. [12:54:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  137. [12:54:31] [Server thread/INFO]: Random Lighting Updates: false
  138. [12:54:31] [Server thread/INFO]: Structure Info Saving: true
  139. [12:54:31] [Server thread/INFO]: Max TNT Explosions: 100
  140. [12:54:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  141. [12:54:31] [Server thread/INFO]: Item Despawn Rate: 6000
  142. [12:54:31] [Server thread/INFO]: Item Merge Radius: 2.5
  143. [12:54:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  144. [12:54:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
  145. [12:54:31] [Server thread/INFO]: Experience Merge Radius: 3.0
  146. [12:54:31] [Server thread/INFO]: View Distance: 10
  147. [12:54:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  148. [12:54:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  149. [12:54:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  150. [12:54:31] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  151. [12:54:31] [Server thread/INFO]: Mob Spawn Range: 4
  152. [12:54:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
  153. [12:54:31] [Server thread/INFO]: Cane Growth Modifier: 100%
  154. [12:54:31] [Server thread/INFO]: Melon Growth Modifier: 100%
  155. [12:54:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  156. [12:54:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  157. [12:54:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
  158. [12:54:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
  159. [12:54:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  160. [12:54:31] [Server thread/INFO]: Vine Growth Modifier: 100%
  161. [12:54:31] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  162. [12:54:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  163. [12:54:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  164. [12:54:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  165. [12:54:31] [Server thread/INFO]: Random Lighting Updates: false
  166. [12:54:31] [Server thread/INFO]: Structure Info Saving: true
  167. [12:54:31] [Server thread/INFO]: Max TNT Explosions: 100
  168. [12:54:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  169. [12:54:31] [Server thread/INFO]: Item Despawn Rate: 6000
  170. [12:54:31] [Server thread/INFO]: Item Merge Radius: 2.5
  171. [12:54:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  172. [12:54:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
  173. [12:54:31] [Server thread/INFO]: Experience Merge Radius: 3.0
  174. [12:54:31] [Server thread/INFO]: View Distance: 10
  175. [12:54:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  176. [12:54:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  177. [12:54:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  178. [12:54:32] [Server thread/INFO]: Preparing start region for level 0 (Seed: 6193909832566893795)
  179. [12:54:33] [Server thread/INFO]: Preparing spawn area: 0%
  180. [12:54:34] [Server thread/INFO]: Preparing spawn area: 1%
  181. [12:54:35] [Server thread/INFO]: Preparing spawn area: 5%
  182. [12:54:36] [Server thread/INFO]: Preparing spawn area: 13%
  183. [12:54:37] [Server thread/INFO]: Preparing spawn area: 32%
  184. [12:54:38] [Server thread/INFO]: Preparing spawn area: 50%
  185. [12:54:39] [Server thread/INFO]: Preparing spawn area: 53%
  186. [12:54:41] [Server thread/INFO]: Preparing spawn area: 57%
  187. [12:54:42] [Server thread/INFO]: Preparing spawn area: 67%
  188. [12:54:43] [Server thread/INFO]: Preparing spawn area: 84%
  189. [12:54:43] [Server thread/INFO]: Preparing start region for level 1 (Seed: -6333414130930557160)
  190. [12:54:44] [Server thread/INFO]: Preparing spawn area: 22%
  191. [12:54:45] [Server thread/INFO]: Preparing spawn area: 50%
  192. [12:54:46] [Server thread/INFO]: Preparing spawn area: 96%
  193. [12:54:46] [Server thread/INFO]: Preparing start region for level 2 (Seed: -6333414130930557160)
  194. [12:54:47] [Server thread/INFO]: Preparing spawn area: 50%
  195. [12:54:48] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
  196. [12:54:53] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  197. [12:54:53] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter
  198. [12:54:53] [Server thread/INFO]: [NoRain] Enabling NoRain v1.3
  199. [12:54:53] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.1-b332
  200. [12:54:54] [Server thread/INFO]: GroupManager - INFO - World Found: world
  201. [12:54:54] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  202. [12:54:54] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  203. [12:54:54] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  204. [12:54:54] [Server thread/INFO]: GroupManager version 2.0.1-b332 is enabled!
  205. [12:54:54] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  206. [12:54:54] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
  207. [12:54:54] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
  208. [12:54:54] [Server thread/INFO]: [WorldSpawn] Enabling WorldSpawn v1.1
  209. [12:54:54] [Server thread/INFO]: [WorldSpawn] Hello server!
  210. [12:54:54] [Server thread/INFO]: [WorldSpawn] World Spawn by Bluecoaster455 v1.1
  211. [12:54:54] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
  212. [12:54:56] [Server thread/INFO]: -------- World Settings For [flat] --------
  213. [12:54:56] [Server thread/INFO]: Mob Spawn Range: 4
  214. [12:54:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
  215. [12:54:56] [Server thread/INFO]: Cane Growth Modifier: 100%
  216. [12:54:56] [Server thread/INFO]: Melon Growth Modifier: 100%
  217. [12:54:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  218. [12:54:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  219. [12:54:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
  220. [12:54:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
  221. [12:54:56] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  222. [12:54:56] [Server thread/INFO]: Vine Growth Modifier: 100%
  223. [12:54:56] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  224. [12:54:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  225. [12:54:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  226. [12:54:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  227. [12:54:56] [Server thread/INFO]: Random Lighting Updates: false
  228. [12:54:56] [Server thread/INFO]: Structure Info Saving: true
  229. [12:54:56] [Server thread/INFO]: Max TNT Explosions: 100
  230. [12:54:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  231. [12:54:56] [Server thread/INFO]: Item Despawn Rate: 6000
  232. [12:54:56] [Server thread/INFO]: Item Merge Radius: 2.5
  233. [12:54:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  234. [12:54:56] [Server thread/INFO]: Arrow Despawn Rate: 1200
  235. [12:54:56] [Server thread/INFO]: Experience Merge Radius: 3.0
  236. [12:54:56] [Server thread/INFO]: View Distance: 10
  237. [12:54:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  238. [12:54:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  239. [12:54:56] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  240. [12:54:56] [Server thread/INFO]: Preparing start region for level 3 (Seed: -4198001097813130121)
  241. [12:54:57] [Server thread/INFO]: Preparing spawn area for flat, 32%
  242. [12:54:58] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
  243. [12:55:00] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  244. [12:55:00] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
  245. [12:55:04] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  246. [12:55:04] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  247. [12:55:04] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  248. [12:55:04] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  249. [12:55:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  250. [12:55:04] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  251. [12:55:04] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  252. [12:55:04] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  253. [12:55:04] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  254. [12:55:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  255. [12:55:04] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  256. [12:55:04] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  257. [12:55:04] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  258. [12:55:04] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  259. [12:55:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  260. [12:55:04] [Server thread/INFO]: [WorldGuard] (flat) TNT ignition is PERMITTED.
  261. [12:55:04] [Server thread/INFO]: [WorldGuard] (flat) Lighters are PERMITTED.
  262. [12:55:04] [Server thread/INFO]: [WorldGuard] (flat) Lava fire is blocked.
  263. [12:55:04] [Server thread/INFO]: [WorldGuard] (flat) Fire spread is UNRESTRICTED.
  264. [12:55:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flat'
  265. [12:55:04] [Server thread/INFO]: [WorldGuard] Loading region data...
  266. [12:55:05] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.1
  267. [12:55:06] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
  268. [12:55:06] [Server thread/INFO]: No kits found to migrate.
  269. [12:55:07] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  270. [12:55:07] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
  271. [12:55:07] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  272. [12:55:07] [Server thread/INFO]: Using locale fr_BE
  273. [12:55:07] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
  274. [12:55:08] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  275. [12:55:08] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  276. [12:55:08] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
  277. [12:55:08] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v1.4
  278. [12:55:08] [Server thread/INFO]: [Multiverse-Inventories 1.4] enabled.
  279. [12:55:08] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.15.0.1
  280. [12:55:08] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.15.0.1
  281. [12:55:10] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
  282. [12:55:10] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.15.0.1
  283. [12:55:10] [Server thread/INFO]: [ShopChest] Enabling ShopChest v1.12.3
  284. [12:55:10] [Server thread/INFO]: [ShopChest] Using SQLite
  285. [12:55:10] [Server thread/INFO]: [CreativeGates] Enabling CreativeGates v2.14.0
  286. [12:55:10] [Server thread/INFO]: [CreativeGates 2.14.0] === ENABLE START ===
  287. [12:55:11] [Server thread/INFO]: [CreativeGates 2.14.0] === ENABLE COMPLETE (Took 883ms) ===
  288. [12:55:11] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  289. [12:55:12] [Server thread/INFO]: Done (42,202s)! For help, type "help" or "?"
  290. [12:55:12] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  291. [12:55:12] [Craft Scheduler Thread - 7/INFO]: [Vault] Checking for Updates ...
  292. [12:55:15] [Craft Scheduler Thread - 5/WARN]: [ShopChest] Plugin ShopChest v1.12.3 generated an exception while executing task 28
  293. java.lang.NullPointerException: null
  294. at de.epiceric.shopchest.utils.UpdateChecker.check(UpdateChecker.java:43) ~[?:?]
  295. at de.epiceric.shopchest.ShopChest$4.run(ShopChest.java:321) ~[?:?]
  296. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  297. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
  298. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_191]
  299. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_191]
  300. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  301. [12:55:25] [Craft Scheduler Thread - 7/INFO]: [Vault] No new version available
  302. [12:55:30] [Server thread/INFO]: [ShopChest] Initialized 16 Shops
  303.  
  304. server.properties
  305. --------------------
  306. #Minecraft server properties
  307. #Fri Oct 19 12:53:53 CEST 2018
  308. spawn-protection=16
  309. max-tick-time=60000
  310. generator-settings=
  311. force-gamemode=false
  312. allow-nether=true
  313. gamemode=0
  314. broadcast-console-to-ops=true
  315. enable-query=false
  316. player-idle-timeout=0
  317. difficulty=2
  318. spawn-monsters=true
  319. op-permission-level=4
  320. pvp=true
  321. snooper-enabled=true
  322. level-type=DEFAULT
  323. hardcore=false
  324. enable-command-block=false
  325. max-players=20
  326. network-compression-threshold=256
  327. resource-pack-sha1=
  328. max-world-size=29999984
  329. server-port=25565
  330. debug=false
  331. server-ip=
  332. spawn-npcs=true
  333. allow-flight=false
  334. level-name=world
  335. view-distance=10
  336. resource-pack=
  337. spawn-animals=true
  338. white-list=true
  339. generate-structures=true
  340. online-mode=true
  341. max-build-height=256
  342. level-seed=
  343. prevent-proxy-connections=false
  344. enable-rcon=false
  345. motd=Familia's City
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement