Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- latest.log
- -------------
- [12:53:50] [Server thread/INFO]: Starting minecraft server version 1.12.2
- [12:53:51] [Server thread/INFO]: Loading properties
- [12:53:51] [Server thread/INFO]: Default game type: SURVIVAL
- [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)
- [12:53:53] [Server thread/INFO]: Debug logging is disabled
- [12:53:53] [Server thread/INFO]: Server Ping Player Sample Count: 12
- [12:53:53] [Server thread/INFO]: Using 4 threads for Netty based IO
- [12:53:54] [Server thread/INFO]: Generating keypair
- [12:53:54] [Server thread/INFO]: Starting Minecraft server on *:25565
- [12:53:55] [Server thread/INFO]: Using default channel type
- [12:54:01] [Server thread/INFO]: Set PluginClassLoader as parallel capable
- [12:54:11] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
- [12:54:11] [Server thread/INFO]: [NoRain] Loading NoRain v1.3
- [12:54:11] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
- [12:54:11] [Server thread/INFO]: [WorldSpawn] Loading WorldSpawn v1.1
- [12:54:11] [Server thread/INFO]: [Vault] Loading Vault v1.7.1-b91
- [12:54:11] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.14.0
- [12:54:11] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
- [12:54:12] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
- [12:54:12] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.1
- [12:54:12] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v1.4
- [12:54:12] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.15.0.1
- [12:54:12] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.15.0.1
- [12:54:12] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.15.0.1
- [12:54:12] [Server thread/INFO]: [ShopChest] Loading ShopChest v1.12.3
- [12:54:12] [Server thread/ERROR]: Cannot load plugins\ShopChest\config.yml
- org.bukkit.configuration.InvalidConfigurationException: while scanning a simple key
- in 'string', line 170, column 1:
- minimum-prices:0.5
- ^
- could not find expected ':'
- in 'string', line 171, column 1:
- # "STONE:1": 0.5
- ^
- at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:178) [spigot.jar:git-Spigot-3d850ec-809c399]
- at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:160) [spigot.jar:git-Spigot-3d850ec-809c399]
- at de.epiceric.shopchest.config.Config.reload(Config.java:339) [ShopChest.jar:?]
- at de.epiceric.shopchest.config.Config.<init>(Config.java:215) [ShopChest.jar:?]
- at de.epiceric.shopchest.ShopChest.onLoad(ShopChest.java:92) [ShopChest.jar:?]
- at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:311) [spigot.jar:git-Spigot-3d850ec-809c399]
- at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-3d850ec-809c399]
- at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-3d850ec-809c399]
- at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
- Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning a simple key
- in 'string', line 170, column 1:
- minimum-prices:0.5
- ^
- could not find expected ':'
- in 'string', line 171, column 1:
- # "STONE:1": 0.5
- ^
- at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:466) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:280) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:225) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:557) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:227) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:140) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.yaml.snakeyaml.Yaml.load(Yaml.java:437) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- ... 11 more
- [12:54:13] [Server thread/INFO]: [ShopChest] Using locale "en_US"
- [12:54:13] [Server thread/INFO]: [CreativeGates] Loading CreativeGates v2.14.0
- [12:54:13] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91
- [12:54:13] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
- [12:54:14] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
- [12:54:14] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
- [12:54:14] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
- [12:54:14] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
- [12:54:14] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.14.0
- [12:54:15] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m=== ENABLE START ===[m
- [12:54:15] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m[0;33;1mLoading Cachefile datas...[m
- [12:54:16] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m[0;33;1mLoading Onlineplayer datas...[m
- [12:54:16] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m[0;33;1mLoading Registry datas...[m
- [12:54:16] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m[0;33;1mSaving Cachefile...[m
- [12:54:16] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m[0;33;1mSetup of IdUtil took [0;35;1m421[0;33;1mms.[m
- [12:54:28] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationLiabilityAreaEffectCloud[m
- [12:54:28] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationVault[m
- [12:54:29] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m15592ms[0;33;1m) ===[m
- [12:54:29] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
- [12:54:29] [Server thread/INFO]: Preparing level "world"
- [12:54:30] [Server thread/INFO]: -------- World Settings For [world] --------
- [12:54:30] [Server thread/INFO]: Mob Spawn Range: 4
- [12:54:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [12:54:30] [Server thread/INFO]: Cane Growth Modifier: 100%
- [12:54:30] [Server thread/INFO]: Melon Growth Modifier: 100%
- [12:54:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [12:54:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [12:54:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [12:54:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [12:54:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [12:54:30] [Server thread/INFO]: Vine Growth Modifier: 100%
- [12:54:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
- [12:54:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
- [12:54:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [12:54:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
- [12:54:30] [Server thread/INFO]: Random Lighting Updates: false
- [12:54:30] [Server thread/INFO]: Structure Info Saving: true
- [12:54:30] [Server thread/INFO]: Max TNT Explosions: 100
- [12:54:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [12:54:30] [Server thread/INFO]: Item Despawn Rate: 6000
- [12:54:30] [Server thread/INFO]: Item Merge Radius: 2.5
- [12:54:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [12:54:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
- [12:54:30] [Server thread/INFO]: Experience Merge Radius: 3.0
- [12:54:30] [Server thread/INFO]: View Distance: 10
- [12:54:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [12:54:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [12:54:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
- [12:54:31] [Server thread/INFO]: -------- World Settings For [world_nether] --------
- [12:54:31] [Server thread/INFO]: Mob Spawn Range: 4
- [12:54:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Cane Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Melon Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Vine Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Cocoa Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
- [12:54:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [12:54:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
- [12:54:31] [Server thread/INFO]: Random Lighting Updates: false
- [12:54:31] [Server thread/INFO]: Structure Info Saving: true
- [12:54:31] [Server thread/INFO]: Max TNT Explosions: 100
- [12:54:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [12:54:31] [Server thread/INFO]: Item Despawn Rate: 6000
- [12:54:31] [Server thread/INFO]: Item Merge Radius: 2.5
- [12:54:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [12:54:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
- [12:54:31] [Server thread/INFO]: Experience Merge Radius: 3.0
- [12:54:31] [Server thread/INFO]: View Distance: 10
- [12:54:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [12:54:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [12:54:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
- [12:54:31] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
- [12:54:31] [Server thread/INFO]: Mob Spawn Range: 4
- [12:54:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Cane Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Melon Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Vine Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Cocoa Growth Modifier: 100%
- [12:54:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
- [12:54:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [12:54:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
- [12:54:31] [Server thread/INFO]: Random Lighting Updates: false
- [12:54:31] [Server thread/INFO]: Structure Info Saving: true
- [12:54:31] [Server thread/INFO]: Max TNT Explosions: 100
- [12:54:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [12:54:31] [Server thread/INFO]: Item Despawn Rate: 6000
- [12:54:31] [Server thread/INFO]: Item Merge Radius: 2.5
- [12:54:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [12:54:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
- [12:54:31] [Server thread/INFO]: Experience Merge Radius: 3.0
- [12:54:31] [Server thread/INFO]: View Distance: 10
- [12:54:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [12:54:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [12:54:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
- [12:54:32] [Server thread/INFO]: Preparing start region for level 0 (Seed: 6193909832566893795)
- [12:54:33] [Server thread/INFO]: Preparing spawn area: 0%
- [12:54:34] [Server thread/INFO]: Preparing spawn area: 1%
- [12:54:35] [Server thread/INFO]: Preparing spawn area: 5%
- [12:54:36] [Server thread/INFO]: Preparing spawn area: 13%
- [12:54:37] [Server thread/INFO]: Preparing spawn area: 32%
- [12:54:38] [Server thread/INFO]: Preparing spawn area: 50%
- [12:54:39] [Server thread/INFO]: Preparing spawn area: 53%
- [12:54:41] [Server thread/INFO]: Preparing spawn area: 57%
- [12:54:42] [Server thread/INFO]: Preparing spawn area: 67%
- [12:54:43] [Server thread/INFO]: Preparing spawn area: 84%
- [12:54:43] [Server thread/INFO]: Preparing start region for level 1 (Seed: -6333414130930557160)
- [12:54:44] [Server thread/INFO]: Preparing spawn area: 22%
- [12:54:45] [Server thread/INFO]: Preparing spawn area: 50%
- [12:54:46] [Server thread/INFO]: Preparing spawn area: 96%
- [12:54:46] [Server thread/INFO]: Preparing start region for level 2 (Seed: -6333414130930557160)
- [12:54:47] [Server thread/INFO]: Preparing spawn area: 50%
- [12:54:48] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
- [12:54:53] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
- [12:54:53] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter
- [12:54:53] [Server thread/INFO]: [NoRain] Enabling NoRain v1.3
- [12:54:53] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.1-b332
- [12:54:54] [Server thread/INFO]: GroupManager - INFO - World Found: world
- [12:54:54] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
- [12:54:54] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
- [12:54:54] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
- [12:54:54] [Server thread/INFO]: GroupManager version 2.0.1-b332 is enabled!
- [12:54:54] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
- [12:54:54] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
- [12:54:54] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
- [12:54:54] [Server thread/INFO]: [WorldSpawn] Enabling WorldSpawn v1.1
- [12:54:54] [Server thread/INFO]: [WorldSpawn] Hello server!
- [12:54:54] [Server thread/INFO]: [WorldSpawn] World Spawn by Bluecoaster455 v1.1
- [12:54:54] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
- [12:54:56] [Server thread/INFO]: -------- World Settings For [flat] --------
- [12:54:56] [Server thread/INFO]: Mob Spawn Range: 4
- [12:54:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [12:54:56] [Server thread/INFO]: Cane Growth Modifier: 100%
- [12:54:56] [Server thread/INFO]: Melon Growth Modifier: 100%
- [12:54:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [12:54:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [12:54:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [12:54:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [12:54:56] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [12:54:56] [Server thread/INFO]: Vine Growth Modifier: 100%
- [12:54:56] [Server thread/INFO]: Cocoa Growth Modifier: 100%
- [12:54:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
- [12:54:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [12:54:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
- [12:54:56] [Server thread/INFO]: Random Lighting Updates: false
- [12:54:56] [Server thread/INFO]: Structure Info Saving: true
- [12:54:56] [Server thread/INFO]: Max TNT Explosions: 100
- [12:54:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [12:54:56] [Server thread/INFO]: Item Despawn Rate: 6000
- [12:54:56] [Server thread/INFO]: Item Merge Radius: 2.5
- [12:54:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [12:54:56] [Server thread/INFO]: Arrow Despawn Rate: 1200
- [12:54:56] [Server thread/INFO]: Experience Merge Radius: 3.0
- [12:54:56] [Server thread/INFO]: View Distance: 10
- [12:54:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [12:54:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [12:54:56] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
- [12:54:56] [Server thread/INFO]: Preparing start region for level 3 (Seed: -4198001097813130121)
- [12:54:57] [Server thread/INFO]: Preparing spawn area for flat, 32%
- [12:54:58] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
- [12:55:00] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
- [12:55:00] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
- [12:55:04] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
- [12:55:04] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
- [12:55:04] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
- [12:55:04] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
- [12:55:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
- [12:55:04] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
- [12:55:04] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
- [12:55:04] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
- [12:55:04] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
- [12:55:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
- [12:55:04] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
- [12:55:04] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
- [12:55:04] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
- [12:55:04] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
- [12:55:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
- [12:55:04] [Server thread/INFO]: [WorldGuard] (flat) TNT ignition is PERMITTED.
- [12:55:04] [Server thread/INFO]: [WorldGuard] (flat) Lighters are PERMITTED.
- [12:55:04] [Server thread/INFO]: [WorldGuard] (flat) Lava fire is blocked.
- [12:55:04] [Server thread/INFO]: [WorldGuard] (flat) Fire spread is UNRESTRICTED.
- [12:55:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flat'
- [12:55:04] [Server thread/INFO]: [WorldGuard] Loading region data...
- [12:55:05] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.1
- [12:55:06] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
- [12:55:06] [Server thread/INFO]: No kits found to migrate.
- [12:55:07] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
- [12:55:07] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
- [12:55:07] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
- [12:55:07] [Server thread/INFO]: Using locale fr_BE
- [12:55:07] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
- [12:55:08] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
- [12:55:08] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
- [12:55:08] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
- [12:55:08] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v1.4
- [12:55:08] [Server thread/INFO]: [Multiverse-Inventories 1.4] enabled.
- [12:55:08] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.15.0.1
- [12:55:08] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.15.0.1
- [12:55:10] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
- [12:55:10] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.15.0.1
- [12:55:10] [Server thread/INFO]: [ShopChest] Enabling ShopChest v1.12.3
- [12:55:10] [Server thread/INFO]: [ShopChest] Using SQLite
- [12:55:10] [Server thread/INFO]: [CreativeGates] Enabling CreativeGates v2.14.0
- [12:55:10] [Server thread/INFO]: [0;36;22m[[0;36;1mCreativeGates 2.14.0[0;36;22m] [0;33;1m=== ENABLE START ===[m
- [12:55:11] [Server thread/INFO]: [0;36;22m[[0;36;1mCreativeGates 2.14.0[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m883ms[0;33;1m) ===[m
- [12:55:11] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
- [12:55:12] [Server thread/INFO]: Done (42,202s)! For help, type "help" or "?"
- [12:55:12] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
- [12:55:12] [Craft Scheduler Thread - 7/INFO]: [Vault] Checking for Updates ...
- [12:55:15] [Craft Scheduler Thread - 5/WARN]: [ShopChest] Plugin ShopChest v1.12.3 generated an exception while executing task 28
- java.lang.NullPointerException: null
- at de.epiceric.shopchest.utils.UpdateChecker.check(UpdateChecker.java:43) ~[?:?]
- at de.epiceric.shopchest.ShopChest$4.run(ShopChest.java:321) ~[?:?]
- at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-3d850ec-809c399]
- at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-3d850ec-809c399]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_191]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_191]
- at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
- [12:55:25] [Craft Scheduler Thread - 7/INFO]: [Vault] No new version available
- [12:55:30] [Server thread/INFO]: [ShopChest] Initialized 16 Shops
- server.properties
- --------------------
- #Minecraft server properties
- #Fri Oct 19 12:53:53 CEST 2018
- spawn-protection=16
- max-tick-time=60000
- generator-settings=
- force-gamemode=false
- allow-nether=true
- gamemode=0
- broadcast-console-to-ops=true
- enable-query=false
- player-idle-timeout=0
- difficulty=2
- spawn-monsters=true
- op-permission-level=4
- pvp=true
- snooper-enabled=true
- level-type=DEFAULT
- hardcore=false
- enable-command-block=false
- max-players=20
- network-compression-threshold=256
- resource-pack-sha1=
- max-world-size=29999984
- server-port=25565
- debug=false
- server-ip=
- spawn-npcs=true
- allow-flight=false
- level-name=world
- view-distance=10
- resource-pack=
- spawn-animals=true
- white-list=true
- generate-structures=true
- online-mode=true
- max-build-height=256
- level-seed=
- prevent-proxy-connections=false
- enable-rcon=false
- motd=Familia's City
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement