ASkyBlock Soucis Résolu

Salut,

Nous dire que le plugin est en rouge c'est aussi inutile que de dire "ça marche pas" sans explication... Vérifies et donne nous toujours tes logs s'il y a une erreur.

La @DiscowZombie t'a bien dit qu'il y avait des problèmes dans ta config. Tu l'a modifié en fonction ? Tu as toujours les mêmes erreurs dans tes logs ?
Donne nous tes logs et ta configuration. Sans ça on ne va pas bien pouvoir t'aider...

J'en profite pour te dire que tu as d'autres problèmes:

Tu as "EssentialsXXMPP-2.0.1 - Copie.jar" ET "EssentialsXXMPP-2.0.1.jar"... Pourquoi mettre 2 fois le même plugin ? Surtout que je pense que tu n'a pas besoin de EssentialsXXMPP. Sais-tu au moins à quoi il sert ? Car installer un plugin dont on ne connait même pas l'utilité n'est vraiment pas une bonne idée !


Erreur fréquente expliqué dans le poste épinglé: https://minecraft.fr/forum/threads/trucs-pour-résoudre-un-problème.77248/ Il s'agit du problème "Problème de version du plugin". Je te laisse aller voir l'explication dans le poste épinglé donc.


Même chose avec MultiverseCore cette fois ci (avant c'était Essentials)


Toujours le même problème mais avec Multiverse-Inventory.


Cordialement,
Detobel36

Le problème des autres plugins sera réglé après. Alors, le plugins ne fonctionne pas voici les logs que vous attendez :

[07:52:56] [Server thread/INFO]: Starting minecraft server version 1.12
[07:52:56] [Server thread/INFO]: Loading properties
[07:52:56] [Server thread/INFO]: Default game type: SURVIVAL
[07:52:56] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-596221b-9a1fc1e (MC: 1.12) (Implementing API version 1.12-R0.1-SNAPSHOT)
[07:52:57] [Server thread/INFO]: Using 4 threads for Netty based IO
[07:52:57] [Server thread/INFO]: Server Ping Player Sample Count: 12
[07:52:57] [Server thread/INFO]: Debug logging is disabled
[07:52:57] [Server thread/INFO]: Generating keypair
[07:52:57] [Server thread/INFO]: Starting Minecraft server on 127.0.0.1:25566
[07:52:58] [Server thread/INFO]: Using epoll channel type
[07:52:58] [Server thread/WARN]: Failed to find a usable hardware address from the network interfaces; using random bytes: 02:e4:08:d7:e5:44:b1:33
[07:52:58] [Server thread/ERROR]: Ambiguous plugin name `EssentialsXMPP' for files `plugins/EssentialsXXMPP-2.0.1 - Copie.jar' and `plugins/EssentialsXXMPP-2.0.1.jar' in `plugins'
[07:52:58] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[07:52:59] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
[07:52:59] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
[07:52:59] [Server thread/INFO]: [SetSpawn] Loading SetSpawn v2.2.1
[07:52:59] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.1.1
[07:52:59] [Server thread/INFO]: [ViaVersion] ViaVersion 1.1.1 is now loaded, injecting!
[07:52:59] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.2.9
[07:52:59] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[07:52:59] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
[07:53:00] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.8.1
[07:53:00] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b468
[07:53:00] [Server thread/INFO]: [SpigotBoard] Loading SpigotBoard v2.1.8
[07:53:00] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.0.1-b468
[07:53:00] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b468
[07:53:00] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.0.1-b468
[07:53:00] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
[07:53:00] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
[07:53:00] [Server thread/INFO]: [Holograms] Loading Holograms v2.5.0-SNAPSHOT
[07:53:00] [Server thread/INFO]: [EssentialsXMPP] Loading EssentialsXMPP v2.0.1-b468
[07:53:00] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.0.1-b468
[07:53:00] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
[07:53:00] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[07:53:00] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[07:53:00] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[07:53:00] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[07:53:00] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[07:53:00] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[07:53:00] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.8.1
[07:53:02] [Server thread/ERROR]: [ASkyBlock] 'fr-EU.yml' not found in /locale folder. Using /locale/en-US.yml
[07:53:02] [Server thread/INFO]: [ASkyBlock] Loading entity limits
[07:53:02] [Server thread/INFO]: [ASkyBlock] HOPPER will be limited to 30
[07:53:02] [Server thread/ERROR]: Cannot load plugins/ASkyBlock/challenges.yml
org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
in 'string', line 130, column 7:
friendlyname: 'Les Lunettes'
^
expected <block end>, but found Scalar
in 'string', line 143, column 22:
rewardText: 'J'ai enfin le verre qui me manquer ...
^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:56) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:179) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at com.wasteofplastic.askyblock.commands.Challenges.reloadChallengeConfig(Challenges.java:2010) [askyblock.jar:?]
at com.wasteofplastic.askyblock.commands.Challenges.<init>(Challenges.java:87) [askyblock.jar:?]
at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:325) [askyblock.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
in 'string', line 130, column 7:
friendlyname: 'Les Lunettes'
^
expected <block end>, but found Scalar
in 'string', line 143, column 22:
rewardText: 'J'ai enfin le verre qui me manquer ...
^

at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:569) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:122) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:505) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:424) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
... 14 more
[07:53:02] [Server thread/ERROR]: Error occurred while enabling ASkyBlock v3.0.8.1 (Is it up to date?)
java.lang.NullPointerException: null
at com.wasteofplastic.askyblock.commands.Challenges.reloadChallengeConfig(Challenges.java:2018) ~[?:?]
at com.wasteofplastic.askyblock.commands.Challenges.<init>(Challenges.java:87) ~[?:?]
at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:325) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[07:53:02] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[07:53:02] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[07:53:02] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[07:53:02] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[07:53:02] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[07:53:02] [Server thread/INFO]: Preparing level "world"
[07:53:02] [Server thread/INFO]: -------- World Settings For [world] --------
[07:53:02] [Server thread/INFO]: Mob Spawn Range: 4
[07:53:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Vine Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:53:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:53:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[07:53:02] [Server thread/INFO]: Random Lighting Updates: false
[07:53:02] [Server thread/INFO]: Structure Info Saving: true
[07:53:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[07:53:02] [Server thread/INFO]: Max TNT Explosions: 100
[07:53:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:53:02] [Server thread/INFO]: Item Despawn Rate: 6000
[07:53:02] [Server thread/INFO]: Item Merge Radius: 2.5
[07:53:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:53:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:53:02] [Server thread/INFO]: View Distance: 10
[07:53:02] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:53:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:53:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:53:03] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[07:53:03] [Server thread/INFO]: Mob Spawn Range: 4
[07:53:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:53:03] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Vine Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:53:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:53:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[07:53:04] [Server thread/INFO]: Random Lighting Updates: false
[07:53:04] [Server thread/INFO]: Structure Info Saving: true
[07:53:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[07:53:04] [Server thread/INFO]: Max TNT Explosions: 100
[07:53:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:53:04] [Server thread/INFO]: Item Despawn Rate: 6000
[07:53:04] [Server thread/INFO]: Item Merge Radius: 2.5
[07:53:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:53:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:53:04] [Server thread/INFO]: View Distance: 10
[07:53:04] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:53:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:53:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:53:04] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[07:53:04] [Server thread/INFO]: Mob Spawn Range: 4
[07:53:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Vine Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:53:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:53:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[07:53:04] [Server thread/INFO]: Random Lighting Updates: false
[07:53:04] [Server thread/INFO]: Structure Info Saving: true
[07:53:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[07:53:04] [Server thread/INFO]: Max TNT Explosions: 100
[07:53:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:53:04] [Server thread/INFO]: Item Despawn Rate: 6000
[07:53:04] [Server thread/INFO]: Item Merge Radius: 2.5
[07:53:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:53:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:53:04] [Server thread/INFO]: View Distance: 10
[07:53:04] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:53:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:53:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:53:04] [Server thread/INFO]: Preparing start region for level 0 (Seed: 1161674897140433266)
[07:53:06] [Server thread/INFO]: Preparing spawn area: 0%
[07:53:07] [Server thread/INFO]: Preparing spawn area: 50%
[07:53:08] [Server thread/INFO]: Preparing start region for level 1 (Seed: 4219427633092313795)
[07:53:09] [Server thread/INFO]: Preparing spawn area: 45%
[07:53:10] [Server thread/INFO]: Preparing start region for level 2 (Seed: 4219427633092313795)
[07:53:10] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
[07:53:11] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[07:53:12] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R1 as the Bukkit adapter
[07:53:12] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.1-b332
[07:53:12] [Server thread/INFO]: GroupManager - INFO - World Found: world
[07:53:12] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[07:53:12] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[07:53:12] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[07:53:12] [Server thread/INFO]: GroupManager version 2.0.1-b332 is enabled!
[07:53:12] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[07:53:12] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[07:53:12] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[07:53:12] [Server thread/INFO]: [SetSpawn] Enabling SetSpawn v2.2.1
[07:53:12] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.1.1
[07:53:12] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.2.9
[07:53:12] [Server thread/INFO]: Tablist> You have to install PlaceholderAPI to use some placeholders !
[07:53:12] [Server thread/INFO]: Tablist> Tablist v1.3.2.9 enabled!!
[07:53:12] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
[07:53:12] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[07:53:12] [Server thread/INFO]: [WorldGuard] Loading region data...
[07:53:13] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b468
[07:53:13] [Server thread/WARN]: [Essentials] ?4Version mismatch! Please update EssentialsSpawn to the same version.
[07:53:13] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[07:53:14] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
[07:53:14] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[07:53:15] [Server thread/INFO]: Using locale en_US
[07:53:15] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
[07:53:15] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[07:53:15] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
[07:53:15] [Server thread/INFO]: [SpigotBoard] Enabling SpigotBoard v2.1.8
[07:53:16] [Server thread/ERROR]: [SpigotBoard] PlaceholderAPI not found, disabling support for PlaceholderAPI.
[07:53:16] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.0.1-b468
[07:53:16] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
[07:53:16] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b468
[07:53:16] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.0.1-b468
[07:53:16] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
[07:53:16] [Server thread/ERROR]: Error occurred while enabling EssentialsSpawn v2.13.1 (Is it up to date?)
java.lang.NoSuchMethodError: com.earth2me.essentials.I18n._(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
at com.earth2me.essentials.spawn.EssentialsSpawn.onEnable(EssentialsSpawn.java:34) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[07:53:16] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
[07:53:16] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
[07:53:16] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
[07:53:16] [Server thread/ERROR]: Error occurred while enabling Multiverse-Core v2.4-b527 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
at com.onarandombox.MultiverseCore.MultiverseCore.loadConfigs(MultiverseCore.java:296) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:239) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[07:53:16] [Server thread/INFO]: [Holograms] Enabling Holograms v2.5.0-SNAPSHOT
[07:53:16] [Server thread/INFO]: [Holograms] HologramEntityController set to: com.sainttx.holograms.nms.v1_12_R1.HologramEntityControllerImpl
[07:53:16] [Server thread/INFO]: [EssentialsXMPP] Enabling EssentialsXMPP v2.0.1-b468
[07:53:16] [Server thread/WARN]: config broken for xmpp
[07:53:16] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.0.1-b468
[07:53:16] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
[07:53:16] [Server thread/ERROR]: Error occurred while enabling Multiverse-Inventories v2.5-b335 (Is it up to date?)
java.lang.NullPointerException: null
at com.onarandombox.multiverseinventories.YamlInventoriesConfig.getGlobalDebug(YamlInventoriesConfig.java:193) ~[?:?]
at com.onarandombox.multiverseinventories.YamlInventoriesConfig.<init>(YamlInventoriesConfig.java:142) ~[?:?]
at com.onarandombox.multiverseinventories.MultiverseInventories.reloadConfig(MultiverseInventories.java:303) ~[?:?]
at com.onarandombox.multiverseinventories.MultiverseInventories.onEnable(MultiverseInventories.java:116) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[07:53:17] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[07:53:17] [Server thread/INFO]: Done (14.915s)! For help, type "help" or "?"
[07:53:17] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.12(335)
[07:53:17] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version, please read our resource page carefully.
[07:53:17] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[07:53:17] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ...
[07:53:18] [Craft Scheduler Thread - 4/INFO]: [Vault] No new version available
[07:53:18] [Server thread/WARN]: [ViaVersion] There is a newer version available: 1.3.0, you're on: 1.1.1
[07:56:50] [User Authenticator #1/INFO]: UUID of player Nymatow is 638cec0f-7c6d-3d92-8525-8cbf5b318d86
[07:56:51] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to Multiverse-Core v2.4-b527
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.IllegalStateException: The instance wasn't set!
at com.onarandombox.MultiverseCore.MultiverseCoreConfiguration.getInstance(MultiverseCoreConfiguration.java:30) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.staticLog(MultiverseCore.java:497) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.log(MultiverseCore.java:484) ~[?:?]
at com.onarandombox.MultiverseCore.listeners.MVPlayerListener.playerJoin(MVPlayerListener.java:137) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
... 14 more
[07:56:51] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to Multiverse-Core v2.4-b527
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:731) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:700) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:691) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:169) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.IllegalStateException: The instance wasn't set!
at com.onarandombox.MultiverseCore.MultiverseCoreConfiguration.getInstance(MultiverseCoreConfiguration.java:30) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.staticLog(MultiverseCore.java:497) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.log(MultiverseCore.java:484) ~[?:?]
at com.onarandombox.MultiverseCore.listeners.MVPlayerListener.playerTeleport(MVPlayerListener.java:173) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
... 16 more
[07:56:51] [Server thread/INFO]: Nymatow[/127.0.0.1:41802] logged in with entity id 12 at ([world]-6.190456624084955, 146.0, -7.344171106220644)
[07:56:51] [Server thread/WARN]: [Essentials] Task #30 for Essentials v2.0.1-b468 generated an exception
java.lang.NullPointerException: null
at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:148) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[07:56:57] [Server thread/INFO]: Nymatow issued server command: /plugins
[07:57:00] [Server thread/INFO]: Nymatow issued server command: /is
[07:57:03] [Server thread/INFO]: Nymatow issued server command: /island
[07:57:07] [Server thread/INFO]: Nymatow issued server command: /island help
[07:57:10] [Server thread/INFO]: Nymatow issued server command: /help 1
[07:57:17] [Server thread/INFO]: Nymatow issued server command: /help askyblovk
[07:57:21] [Server thread/INFO]: Nymatow issued server command: /help askyblock
[07:57:26] [Server thread/INFO]: Nymatow issued server command: /island
[08:06:37] [Server thread/INFO]: Nymatow lost connection: Disconnected
[08:06:37] [Server thread/INFO]: Nymatow left the game
[08:06:37] [Server thread/WARN]: [Essentials] Task #35 for Essentials v2.0.1-b468 generated an exception
java.lang.NullPointerException: null
at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:144) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$2.run(EssentialsXMPPPlayerListener.java:51) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[08:35:05] [User Authenticator #2/INFO]: UUID of player Nymatow is 638cec0f-7c6d-3d92-8525-8cbf5b318d86
[08:35:06] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to Multiverse-Core v2.4-b527
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.IllegalStateException: The instance wasn't set!
at com.onarandombox.MultiverseCore.MultiverseCoreConfiguration.getInstance(MultiverseCoreConfiguration.java:30) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.staticLog(MultiverseCore.java:497) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.log(MultiverseCore.java:484) ~[?:?]
at com.onarandombox.MultiverseCore.listeners.MVPlayerListener.playerJoin(MVPlayerListener.java:137) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
... 14 more
[08:35:06] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to Multiverse-Core v2.4-b527
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:731) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:700) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:691) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:169) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.IllegalStateException: The instance wasn't set!
at com.onarandombox.MultiverseCore.MultiverseCoreConfiguration.getInstance(MultiverseCoreConfiguration.java:30) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.staticLog(MultiverseCore.java:497) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.log(MultiverseCore.java:484) ~[?:?]
at com.onarandombox.MultiverseCore.listeners.MVPlayerListener.playerTeleport(MVPlayerListener.java:173) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
... 16 more
[08:35:06] [Server thread/INFO]: Nymatow[/127.0.0.1:41360] logged in with entity id 13 at ([world]-7.203524267284782, 145.0, 17.77970715192032)
[08:35:06] [Server thread/WARN]: [Essentials] Task #39 for Essentials v2.0.1-b468 generated an exception
java.lang.NullPointerException: null
at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:148) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[08:35:23] [Server thread/INFO]: Nymatow issued server command: /is
[08:35:24] [Server thread/INFO]: Nymatow issued server command: /is
[08:35:27] [Server thread/INFO]: Nymatow issued server command: /island help
[08:35:27] [Server thread/INFO]: Nymatow issued server command: /island help
 
Salut,

Le problème des autres plugins sera réglé après.
C'est pas une bonne idée... Il vaut mieux dans ce cas les désactiver. Car un plugin qui bug peut en faire buger d'autres (notamment avec les dépendances).

Code:
[07:53:02] [Server thread/ERROR]: Cannot load plugins/ASkyBlock/challenges.yml
org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
in 'string', line 130, column 7:
friendlyname: 'Les Lunettes'
^
expected <block end>, but found Scalar
in 'string', line 143, column 22:
rewardText: 'J'ai enfin le verre qui me manquer ...
^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:56) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
Encore les mêmes erreurs...

Ligne 143 par exemple, tu as écrit:
Code:
rewardText: 'J'ai enfin le verre qui me manquer ...'
Tu ne peux pas mettre une apostrophe dans un message. Tu dois obligatoirement avoir un nombre pair d'appostrophe. donc ici ton message devrait être:
Code:
rewardText: 'J''ai enfin le verre qui me manquer ...'

Pour l'autre erreur il me faut ton fichier de configuration (comme déjà demandé)...


Cordialement,
Detobel36
 
  • J'aime
Reactions: DiscowZombie
Salut,


C'est pas une bonne idée... Il vaut mieux dans ce cas les désactiver. Car un plugin qui bug peut en faire buger d'autres (notamment avec les dépendances).


Encore les mêmes erreurs...

Ligne 143 par exemple, tu as écrit:
Code:
rewardText: 'J'ai enfin le verre qui me manquer ...'
Tu ne peux pas mettre une apostrophe dans un message. Tu dois obligatoirement avoir un nombre pair d'appostrophe. donc ici ton message devrait être:
Code:
rewardText: 'J''ai enfin le verre qui me manquer ...'

Pour l'autre erreur il me faut ton fichier de configuration (comme déjà demandé)...


Cordialement,
Detobel36

J'ai remis à zéro le fichier challenge, rien est régler Challenge.yml :

##########################################################################################
# Challenges
# Rewards and required items have to be described using Bukkit Materials
# and be exactly correct
# Do not use Type Id's - they will not work
# Challenges can be one of three types - inventory, island or level.
# inventory - means the player must have the items on them
# island - means the items have to be on the island and within 10 blocks of the player
# entities are also supported, e.g., COW.
# level - means the island level has to be equal or over this amount.
# If level is set as nothing '', then the challenge is a free challenge and can be
# done at any time.
# Challenges can be repeatable only if they are inventory challenges
# permissions can be given as a reward
#
# Reward Commands - commands can be run when a challenge is completed and repeated
# Commands are:
# rewardcommands:
# - command1
# - command2
# repeatrewardcommands:
# - command1
# - command2
# The commands are listed and run in order. Do not put a / in front of the command.
# The token [player] will be replaced with the player's name.
# Example:
# rewardcommands:
# - pex promote [player]
# - heal [player]
# - warp winner_circle [player]
# If a command fails, it will be noted in the console.
#
# The format for POTIONS is as follows:
#
# Format POTION:NAME:<LEVEL>:<EXTENDED>:<SPLASH/LINGER>:QTY
# LEVEL, EXTENDED, SPLASH, LINGER are optional.
# LEVEL is a number, 1 or 2
# LINGER is for V1.9 servers and later
# Examples:
# POTION:STRENGTH:1:EXTENDED:SPLASH:1
# POTION:INSTANT_DAMAGE:2::LINGER:2
# POTION:JUMP:2:NOTEXTENDED:NOSPLASH:1
# POTION:WEAKNESS::::1 - any weakness potion
#
# Valid potion names are:
# WATER, REGEN, SPEED, FIRE_RESISTANCE, POISON, INSTANT_HEAL, NIGHT_VISION, WEAKNESS,
# STRENGTH, SLOWNESS, JUMP, INSTANT_DAMAGE, WATER_BREATHING, INVISIBILITY
# For V1.9 these are also available:
# LUCK, MUNDANE, THICK, AWKWARD
#
#
# Reseting islands and challenges - usually challenges are reset when a player resets
# their island (see resetchallenges in config.yml). You can stop some challenges from
# being reset by using resetallowed:false in the challenge.
##########################################################################################

challenges:
# Challenge levels - list as many as you like. If a challenge's level is '' it can
# be done anytime. You cannot name a challenge the same as a level.
levels: 'Novice Competent Expert Advanced Elite'

# The number of undone tasks that can be left on a level before unlocking next level
waiveramount: 1

# Free levels - which levels above should be auto done when reached, therefore unlocking next level.
# Example:
# freelevels: 'Novice' will immediately put player onto Competent level challenges
# freelevels: 'Novice Competent' will make all Novice, Competent and Expert challenges available immediately.
# freelevels: 'Competent' will open Competent and Expert levels once Novice is complete
freelevels: ''

# This section determines what happens when a player unlocks a new level
# The subname should correspond to the levels listed above
# Note that there is no section for the first level as it is automatically unlocked
levelUnlock:
Competent:
# What additional message to send player
message: 'Congratulations - you unlocked the &9Competent level!'
rewardDesc: 'A diamond!'
itemReward: 'DIAMOND:1'
moneyReward: 100
expReward: 100
# List permissions separated by spaces
permissionReward: ''
# Commands to run on this player. Use [player] for their name.
commands:
#- kit tools [player]
#- some other command
Expert:
# What additional message to send player
message: 'Congratulations - you unlocked the &aExpert level!'
rewardDesc: '3 diamonds!'
itemReward: 'DIAMOND:3'
moneyReward: 100
expReward: 100
permissionReward: ''
# Commands to run on this player. Use [player] for their name.
commands:
#- kit tools [player]
#- some other command
Advanced:
# What additional message to send player
message: 'Congratulations - you unlocked the &bAdvanced level!'
rewardDesc: '5 diamonds!'
itemReward: 'DIAMOND:5'
moneyReward: 100
expReward: 100
permissionReward: ''
# Commands to run on this player. Use [player] for their name.
commands:
#- kit tools [player]
#- some other command
Elite:
# What additional message to send player
message: 'Congratulations - you unlocked the &dElite level!'
rewardDesc: '7 diamonds!'
itemReward: 'DIAMOND:7'
moneyReward: 100
expReward: 100
permissionReward: ''
# Commands to run on this player. Use [player] for their name.
commands:
#- kit tools [player]
#- some other command

# Challenge list
# Challenge names must be in lowercase. Do not use the same name as a level!
challengeList:
glassmaker:
friendlyname: 'Glass Maker'
description: 'Create 1 block of glass'
icon: GLASS
level: 'Novice'
type: inventory
requiredItems: 'GLASS:1'
# You can require the player has a certain amount of money for inventory challenges.
# Remember to mention it in the description!
# If takeItems is true, the money will be removed, so you may want to give it
# back in the reward.
#requiredMoney: 10
takeItems: true
itemReward: 'ICE:1'
rewardText: '1 block of ice'
#rewardcommands:
#- kit tools [player]
moneyReward: 10
expReward: 30
permissionReward: ''
repeatable: true
repeatItemReward: 'ICE:1'
repeatRewardText: '1 block of ice'
repeatMoneyReward: 5
repeatExpReward: 10
#repeatrewardcommands:
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 2
# Allow this challenge to reset when the player resets their island
# Default is true. Set to false to keep this challenge completed.
# Admins can always reset challenges even if this is set to false.
resetallowed: true
breadmaker:
friendlyname: 'Bread Maker'
description: 'Bake 21 loaves of bread'
icon: BREAD
level: 'Novice'
type: inventory
requiredItems: 'BREAD:21'
takeItems: true
itemReward: 'DIRT:5'
rewardText: '5 dirt'
moneyReward: 10
expReward: 30
permissionReward: ''
repeatable: true
repeatItemReward: 'DIRT:1'
repeatRewardText: '1 dirt'
repeatMoneyReward: 5
repeatExpReward: 10
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
dyemaker:
friendlyname: 'Dye Maker'
description: 'Craft 32 cactus green dyes'
icon: INK_SACK:2
level: 'Novice'
type: inventory
requiredItems: 'INK_SACK:2:32'
takeItems: true
itemReward: 'SAPLING:0:2 SAPLING:1:2 SAPLING:2:2 SAPLING:3:2'
rewardText: '2 oak, 2 birch, 2 jungle and 2 spruce saplings'
moneyReward: 10
expReward: 30
permissionReward: ''
repeatable: true
repeatItemReward: 'SAPLING:0:1 SAPLING:1:1 SAPLING:2:1 SAPLING:3:1 SAPLING:4:1 SAPLING:5:1'
repeatRewardText: '1 of each kind of sapling'
repeatMoneyReward: 5
repeatExpReward: 10
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
papermaker:
friendlyname: 'Paper Maker'
description: 'Create 21 pages of paper'
icon: PAPER
level: 'Novice'
type: inventory
requiredItems: 'PAPER:21'
takeItems: true
itemReward: 'DIRT:5 CLAY:15'
rewardText: '5 dirt and 15 clay blocks'
moneyReward: 15
expReward: 30
permissionReward: ''
repeatable: true
repeatItemReward: 'SAND:2'
repeatRewardText: '2 sand blocks'
repeatMoneyReward: 5
repeatExpReward: 10
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
cobblemaker:
friendlyname: 'Cobble Maker'
description: 'Create a cobblestone generator and mine 64 cobblestone.'
icon: COBBLESTONE
level: 'Novice'
type: inventory
requiredItems: 'COBBLESTONE:64'
takeItems: true
itemReward: 'LEATHER:4'
permissionReward: ''
rewardText: '4 leather - boots or a book perhaps?'
moneyReward: 10
expReward: 30
repeatable: true
repeatItemReward: 'LEATHER:1'
repeatRewardText: '1 leather'
repeatMoneyReward: 5
repeatExpReward: 10
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
seedbank:
friendlyname: 'Seedbank'
description: 'Collect 64 melon seeds, 64 pumpkin seeds and 64 wheat seeds'
icon: PUMPKIN_SEEDS
level: 'Novice'
type: inventory
requiredItems: 'MELON_SEEDS:64 PUMPKIN_SEEDS:64 SEEDS:64'
takeItems: true
itemReward: 'DIRT:5 VINE:20'
rewardText: '5 dirt blocks and 20 vines'
moneyReward: 15
expReward: 30
permissionReward: ''
repeatable: true
repeatItemReward: 'DIRT:2 VINE:20'
repeatRewardText: '2 dirt blocks and 5 vines'
repeatMoneyReward: 5
repeatExpReward: 10
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
stewmaker:
friendlyname: 'Stew Maker'
description: 'Cook up 18 bowls of mushroom stew'
icon: MUSHROOM_SOUP
level: 'Novice'
type: inventory
requiredItems: 'MUSHROOM_SOUP:18'
takeItems: true
itemReward: 'MYCEL:2'
rewardText: '2 mycelium blocks'
moneyReward: 15
expReward: 30
permissionReward: ''
repeatable: true
repeatItemReward: 'MYCEL:1'
repeatRewardText: '1 mycelium block'
repeatMoneyReward: 5
repeatExpReward: 10
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
builder:
friendlyname: 'Builder'
description: 'Reach island level 10 (/[label] level).'
icon: WOOD
level: 'Novice'
type: level
requiredItems: 10
takeItems: false
itemReward: 'IRON_PICKAXE:1 DIRT:5 SPONGE:1'
rewardText: '1 iron pickaxe, 5 dirt and a Sponge'
moneyReward: 50
expReward: 50
permissionReward: ''
repeatable: false
repeatItemReward: ''
repeatRewardText: ''
repeatMoneyReward: 0
repeatExpReward: 0
grinder:
description: 'Kill monsters and collect 64 rotten flesh, 32 skeleton bones, 32 string, 32 arrows, 16 gunpowder, 5 spider eyes'
icon: BONE
level: 'Competent'
type: inventory
requiredItems: 'ROTTEN_FLESH:64 STRING:32 SULPHUR:16 ARROW:32 BONE:32 SPIDER_EYE:5'
takeItems: true
itemReward: 'REDSTONE:16 IRON_ORE:5 FLINT:1 POTION:WATER_BREATHING:1 POTION:NIGHT_VISION:1'
rewardText: '16 redstone dust, 1 flint, 1 water breathing potion, 1 night vision potion and 5 iron(ore)'
moneyReward: 75
expReward: 75
permissionReward: ''
repeatable: true
repeatItemReward: 'REDSTONE:2 IRON_ORE:1 FLINT:1 POTION:WATER_BREATHING:1'
repeatRewardText: '2 redstone dust, 1 flint, 1 water breathing potion and 1 iron(ore)'
repeatMoneyReward: 15
repeatExpReward: 15
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
farmer:
description: 'Harvest 64 units of the following: wheat, sugar, melon, carrots, potatoes, pumpkin'
icon: WHEAT
level: 'Competent'
type: inventory
requiredItems: 'WHEAT:64 SUGAR:64 MELON:64 CARROT_ITEM:64 POTATO_ITEM:64 PUMPKIN:64'
takeItems: true
itemReward: 'REDSTONE:16 INK_SACK:3:1 MONSTER_EGG:pIG:1 MONSTER_EGG:COW:1 MONSTER_EGG:CHICKEN:1'
rewardText: '16 redstone dust, 1 cocoa bean, 1 spawn egg(chicken,cow,pig)'
moneyReward: 75
expReward: 75
permissionReward: ''
repeatable: true
repeatItemReward: 'INK_SACK:3:1 MONSTER_EGG:pIG:1 MONSTER_EGG:COW:1 MONSTER_EGG:CHICKEN:1'
repeatRewardText: '1 cocoa bean, 1 spawn egg(chicken,cow,pig)'
repeatMoneyReward: 20
repeatExpReward: 20
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
angler:
friendlyname: 'Angler'
description: 'Catch and cook 10 standard fish (no salmon)'
icon: COOKED_FISH
level: 'Competent'
type: inventory
requiredItems: 'COOKED_FISH:10'
takeItems: true
itemReward: 'REDSTONE:16 IRON_ORE:5 INK_SACK:5'
rewardText: '16 redstone dust, 5 inksacs, 5 iron (ore)'
moneyReward: 75
expReward: 75
permissionReward: ''
repeatable: true
repeatItemReward: 'REDSTONE:2 IRON_ORE:1 INK_SACK:1'
repeatRewardText: '2 redstone dust, 1 inksac, 1 iron (ore)'
repeatMoneyReward: 15
repeatExpReward: 15
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
treecutter:
friendlyname: 'Treecutter'
description: 'Create a tree farm and collect 16 oak, birch, jungle, and spruce logs'
icon: LOG
level: 'Competent'
type: inventory
requiredItems: 'LOG:0:16 LOG:1:16 LOG:2:16 LOG:3:16'
takeItems: true
itemReward: 'REDSTONE:16 IRON_ORE:5 MONSTER_EGG:WOLF:1'
rewardText: '16 redstone dust, 5 iron (ore), 1 wolf spawn egg'
moneyReward: 75
expReward: 75
permissionReward: ''
repeatable: true
repeatItemReward: 'REDSTONE:2 IRON_ORE:1'
repeatRewardText: '2 redstone dust, 1 iron (ore)'
repeatMoneyReward: 15
repeatExpReward: 15
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
cookiemaker:
friendlyname: 'Cookie Maker'
description: 'Make 128 cookies and a bucket of milk'
icon: COOKIE
level: 'Competent'
type: inventory
requiredItems: 'MILK_BUCKET:1 COOKIE:128'
takeItems: true
itemReward: 'REDSTONE:16 IRON_ORE:5'
rewardText: '16 redstone dust, 5 iron (ore)'
moneyReward: 75
expReward: 75
permissionReward: ''
repeatable: true
repeatItemReward: 'REDSTONE:2 IRON_ORE:1'
repeatRewardText: '2 redstone dust, 1 iron (ore)'
repeatMoneyReward: 15
repeatExpReward: 15
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
craftsman:
friendlyname: 'Craftsman'
description: 'Reach island level 75 (/[label] level).'
icon: IRON_BLOCK
level: 'Competent'
type: level
requiredItems: 75
takeItems: false
itemReward: 'OBSIDIAN:10'
rewardText: '10 obsidian blocks'
moneyReward: 50
expReward: 50
permissionReward: ''
repeatable: false
repeatItemReward: ''
repeatRewardText: ''
repeatMoneyReward: 0
repeatExpReward: 0
homestead:
friendlyname: 'Homestead'
description: 'Build a house that contains at least 1 wooden door, bed, bookshelf, crafting table, furnace, glass-block window, and torch.'
icon: BED
level: 'Competent'
type: island
requiredItems: 'BED_BLOCK:1 WORKBENCH:1 GLASS:1 WOODEN_DOOR:1 FURNACE:1 BOOKSHELF:1 TORCH:1'
# Search radius - the number of blocks that will be searched around the player
# Minimum 10, which searches from -10 to +10 blocks around the player in x,y,z
# Max is 50 because big searches cause lag
searchRadius: 10
takeItems: false
itemReward: 'JUKEBOX:1 RECORD_12:1 LAPIS_BLOCK:10'
rewardText: '1 jukebox, 1 music disk, 10 lapis lazuli blocks'
moneyReward: 100
expReward: 100
permissionReward: ''
repeatable: false
repeatItemReward: ''
repeatRewardText: ''
repeatMoneyReward: 0
repeatExpReward: 0
nether:
friendlyname: 'Nether'
description: 'Build a nether portal on your island and activate it.'
icon: NETHERRACK
level: 'Expert'
type: island
requiredItems: 'OBSIDIAN:10 PORTAL:1'
takeItems: false
itemReward: 'DIAMOND_SWORD:1'
rewardText: '1 diamond sword'
moneyReward: 100
expReward: 100
permissionReward: ''
repeatable: false
repeatItemReward: ''
repeatRewardText: ''
repeatMoneyReward: 0
repeatExpReward: 0
enderpearls:
friendlyname: 'Enderpearls'
description: 'Collect 15 enderpearls from endermen'
icon: ENDER_PEARL
level: 'Expert'
type: inventory
requiredItems: 'ENDER_PEARL:15'
takeItems: true
itemReward: 'GOLD_INGOT:5 BLAZE_ROD:1'
rewardText: '5 gold ingots and 1 blaze rod'
moneyReward: 50
expReward: 100
permissionReward: ''
repeatable: true
repeatItemReward: 'GOLD_INGOT:1 BLAZE_ROD:1'
repeatRewardText: '1 gold ingot and 1 blaze rod'
repeatMoneyReward: 15
repeatExpReward: 15
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
slimeballfarmer:
friendlyname: 'Slimeball Farmer'
description: 'Collect 40 slimeballs from slimes'
icon: SLIME_BALL
level: 'Expert'
type: inventory
requiredItems: 'SLIME_BALL:40'
takeItems: true
itemReward: 'GOLD_INGOT:5 IRON_ORE:5'
rewardText: '5 gold ingots and 5 blocks of iron ore'
moneyReward: 50
expReward: 100
permissionReward: ''
repeatable: true
repeatItemReward: 'REDSTONE:8'
repeatRewardText: '8 redstone dust'
repeatMoneyReward: 15
repeatExpReward: 15
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
baker:
friendlyname: 'baker'
description: 'Bake 5 cakes and 5 pumpkin pies'
icon: CAKE
level: 'Expert'
type: inventory
requiredItems: 'CAKE:5 PUMPKIN_PIE:5'
takeItems: true
itemReward: 'GOLD_INGOT:5 DIAMOND:1'
rewardText: '5 gold ingots and 1 diamond'
moneyReward: 50
expReward: 100
permissionReward: ''
repeatable: true
repeatItemReward: 'IRON_ORE:1'
repeatRewardText: '1 iron (ore)'
repeatMoneyReward: 15
repeatExpReward: 15
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
pioneer:
friendlyname: 'Pioneer'
description: 'Make 1 map and use it, a compass, a clock and collect 64 netherrack, 16 soulsand, and 1 ghast tear'
icon: MAP
level: 'Expert'
type: inventory
requiredItems: 'NETHERRACK:64 SOUL_SAND:16 GHAST_TEAR:1 MAP:1 COMPASS:1 WATCH:1'
takeItems: true
itemReward: 'POWERED_RAIL:32 RAILS:256 DIAMOND:1 MONSTER_EGG:OCELOT:1'
rewardText: '256 rails, 32 powered rails, 1 ocelot spawn egg, 1 diamond'
moneyReward: 100
expReward: 100
permissionReward: ''
repeatable: true
repeatItemReward: 'IRON_ORE:1'
repeatRewardText: '1 iron (ore)'
repeatMoneyReward: 20
repeatExpReward: 20
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
mason:
friendlyname: 'Mason'
description: 'Reach island level 150 (/[label] level).'
icon: GOLD_BLOCK
level: 'Expert'
type: level
requiredItems: 150
takeItems: false
itemReward: 'DIAMOND:1 DIRT:20 GOLD_BLOCK:2'
rewardText: '1 diamond, 20 dirt, and 2 gold blocks'
moneyReward: 150
expReward: 150
permissionReward: ''
repeatable: false
repeatItemReward: ''
repeatRewardText: ''
repeatMoneyReward: 0
repeatExpReward: 0
shepherd:
friendlyname: 'Shepherd'
description: 'Collect 5 of every color of wool'
icon: WOOL:2
level: 'Advanced'
type: inventory
requiredItems: 'WOOL:0:5 WOOL:1:5 WOOL:2:5 WOOL:3:5 WOOL:4:5 WOOL:5:5 WOOL:6:5 WOOL:7:5 WOOL:8:5 WOOL:9:5 WOOL:10:5 WOOL:11:5 WOOL:12:5 WOOL:13:5 WOOL:14:5 WOOL:15:5'
takeItems: true
itemReward: 'DIAMOND:2 RECORD_7:1 RECORD_8:1 RECORD_6:1 MONSTER_EGG:SHEEP:1 EMERALD:5'
rewardText: '2 diamonds, 5 emeralds, 3 music disks, 1 sheep spawn egg'
moneyReward: 200
expReward: 200
permissionReward: ''
repeatable: true
repeatItemReward: 'EMERALD:1 MONSTER_EGG:SHEEP:1'
repeatRewardText: '1 emerald, 1 sheep spawn egg'
repeatMoneyReward: 20
repeatExpReward: 20
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
alchemist:
friendlyname: 'Alchemist'
description: 'Brew 1 potion of Fire Resistance, Slowness, Swiftness, Healing, Harming, Invisibility, Strength and Regeneration'
icon: BREWING_STAND_ITEM
level: 'Advanced'
type: inventory
requiredItems: 'POTION:FIRE_RESISTANCE::::1 POTION:SLOWNESS::::1 POTION:SPEED::::1 POTION:INSTANT_HEAL::::1 POTION:INSTANT_DAMAGE::::1 POTION:INVISIBILITY::::1 POTION:STRENGTH::::1 POTION:REGEN::::1'
takeItems: true
itemReward: 'ENCHANTMENT_TABLE:1'
rewardText: 'Enchantment Table'
moneyReward: 200
expReward: 200
permissionReward: ''
repeatable: true
repeatItemReward: 'DIAMOND:1'
repeatRewardText: '1 diamond'
repeatMoneyReward: 20
repeatExpReward: 20
dj:
friendlyname: 'DJ'
description: 'Craft a jukebox and collect all music discs'
icon: RECORD_5
level: 'Advanced'
type: inventory
requiredItems: 'GOLD_RECORD:1 GREEN_RECORD:1 RECORD_3:1 RECORD_4:1 RECORD_5:1 RECORD_6:1 RECORD_7:1 RECORD_8:1 RECORD_9:1 RECORD_10:1 RECORD_11:1 RECORD_12:1 JUKEBOX:1'
takeItems: true
itemReward: 'DIAMOND:3 EMERALD:10 GOLD_INGOT:5'
rewardText: '3 diamonds, 10 emeralds and 5 gold ingots'
moneyReward: 200
expReward: 200
permissionReward: ''
repeatable: true
repeatItemReward: 'DIAMOND:1 EMERALD:5 GOLD_INGOT:2'
repeatRewardText: '1 diamond, 5 emeralds and 2 gold bars'
repeatMoneyReward: 20
repeatExpReward: 20
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
gemcollector:
friendlyname: 'Gem Collector'
description: 'Collect 50 emeralds'
icon: EMERALD
level: 'Advanced'
type: inventory
requiredItems: 'EMERALD:50'
takeItems: true
itemReward: 'DIAMOND:10'
rewardText: '10 diamonds'
moneyReward: 200
expReward: 200
permissionReward: ''
repeatable: true
repeatItemReward: 'GOLD_INGOT:2'
repeatRewardText: '2 gold ingots'
repeatMoneyReward: 20
repeatExpReward: 20
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
culinaryartist:
friendlyname: 'Culinary Artist'
description: 'Collect 1 of every kind of cooked or crafted edible food (no raw food, zombie flesh, or super golden apples)'
icon: GOLDEN_APPLE
level: 'Advanced'
type: inventory
requiredItems: 'BAKED_POTATO:1 BREAD:1 CAKE:1 COOKED_CHICKEN:1 COOKED_FISH:1 GRILLED_PORK:1 COOKIE:1 GOLDEN_APPLE:0:1 GOLDEN_CARROT:1 MUSHROOM_SOUP:1 PUMPKIN_PIE:1 COOKED_BEEF:1'
# If you are running 1.8 change to this:
# requiredItems: 'BAKED_POTATO:1 BREAD:1 CAKE:1 COOKED_CHICKEN:1 COOKED_FISH:1 GRILLED_PORK:1 COOKIE:1 GOLDEN_APPLE:0:1 GOLDEN_CARROT:1 MUSHROOM_SOUP:1 PUMPKIN_PIE:1 COOKED_BEEF:1 COOKED_RABBIT:1 RABBIT_STEW:1 COOKED_MUTTON:1'
takeItems: true
itemReward: 'GOLD_BLOCK:2 GREEN_RECORD:1 RECORD_3:1 RECORD_5:1 MONSTER_EGG:MUSHROOM_COW:1 EMERALD:5'
rewardText: '2 gold blocks, 3 music discs, 1 mooshroom spawn egg, and 5 emeralds'
moneyReward: 200
expReward: 200
permissionReward: ''
repeatable: true
repeatItemReward: 'GOLD_INGOT:10 MONSTER_EGG:MUSHROOM_COW:1 EMERALD:1'
repeatRewardText: '10 gold ingots, 1 mooshroom spawn egg, 1 emerald'
repeatMoneyReward: 20
repeatExpReward: 20
# Max times limits how many times a challenge can be done. Comment out to make unlimited
maxtimes: 100
beaconator:
friendlyname: 'Beaconator'
description: 'Build a beacon and let it shine!'
icon: BEACON
level: 'Advanced'
type: island
requiredItems: 'BEACON:1'
takeItems: false
itemReward: 'SMOOTH_BRICK:20 SMOOTH_BRICK:1:20 SMOOTH_BRICK:2:20 SMOOTH_BRICK:3:20'
rewardText: '20 blocks of every kind of stone brick'
moneyReward: 300
expReward: 300
permissionReward: ''
repeatable: false
repeatItemReward: ''
repeatRewardText: ''
repeatMoneyReward: 0
repeatExpReward: 0
ittakesavillage:
friendlyname: 'It Takes A Village'
description: 'Hold a village meeting with 10 villagers!'
icon: STONE
level: 'Advanced'
type: island
requiredItems: 'VILLAGER:10'
takeItems: false
itemReward: 'HOPPER:4'
rewardText: '4 hoppers'
moneyReward: 300
expReward: 300
permissionReward: ''
repeatable: false
repeatItemReward: ''
repeatRewardText: ''
repeatMoneyReward: 0
repeatExpReward: 0
myprecious:
friendlyname: 'My Precious'
description: 'Build an iron golem'
icon: NAME_TAG
level: 'Advanced'
type: island
requiredItems: 'IRON_GOLEM:1'
takeItems: false
itemReward: 'NAME_TAG:1 ANVIL:1 CAULDRON_ITEM:1 IRON_BLOCK:2'
rewardText: 'A name tag, an anvil, a cauldron and 2 iron blocks'
moneyReward: 300
expReward: 300
permissionReward: ''
repeatable: false
repeatItemReward: ''
repeatRewardText: ''
repeatMoneyReward: 0
repeatExpReward: 0
snowplay:
friendlyname: 'Snow Play!'
description: 'Build a snow golem'
icon: SNOW_BALL
level: 'Advanced'
type: island
requiredItems: 'SNOWMAN:1'
takeItems: false
itemReward: 'DIAMOND_SPADE:1'
rewardText: 'A diamond spade - get shoveling!'
moneyReward: 300
expReward: 300
permissionReward: ''
repeatable: false
repeatItemReward: ''
repeatRewardText: ''
repeatMoneyReward: 0
repeatExpReward: 0
itsaparty:
friendlyname: "It's a party"
description: 'Have a party! Invite 4 friends.'
icon: PUMPKIN_PIE
level: 'Advanced'
type: island
requiredItems: 'PLAYER:5'
takeItems: false
itemReward: 'EMERALD:6 PUMPKIN_PIE:6'
rewardText: '6 Emeralds, 6 pumpkin pies'
moneyReward: 200
expReward: 200
permissionReward: ''
repeatable: false
repeatItemReward: ''
repeatRewardText: ''
repeatMoneyReward: 0
repeatExpReward: 0
itsamonsterparty:
friendlyname: "It's a Monster Party"
description: 'Have a party - all monsters invited! Get close to a Skeleton, Zombie, Spider, Creeper and Enderman all at the same time.'
icon: SKULL_ITEM
level: 'Advanced'
type: island
requiredItems: 'SKELETON:1 ZOMBIE:1 SPIDER:1 CREEPER:1 ENDERMAN:1'
takeItems: false
itemReward: 'SKULL_ITEM:0:2 SKULL_ITEM:2:2 SKULL_ITEM:3:2'
rewardText: 'Skulls!'
moneyReward: 200
expReward: 400
permissionReward: ''
repeatable: false
repeatItemReward: ''
repeatRewardText: ''
repeatMoneyReward: 0
repeatExpReward: 0
acidduke:
friendlyname: 'Arch Duke'
description: 'Achieve an island level of 1000'
icon: DIAMOND_BLOCK
level: 'Elite'
type: level
requiredItems: 1000
takeItems: false
itemReward: 'DIAMOND:1'
rewardText: '1 diamond'
moneyReward: 250
expReward: 250
permissionReward: ''
repeatable: false
repeatItemReward: ''
repeatRewardText: ''
repeatMoneyReward: 0
repeatExpReward: 0
 
Salut,

Le fichier que tu me donne la n'est pas le fichier utilisé lorsque tu as lancé ton serveur...
Les logs sont très claire. Donc si c'est ce fichier la qu'il y a maintenant, redémarre ton serveur et donne nous les nouvelles logs.


Cordialement,
Detobel36
 
Salut,

Le fichier que tu me donne la n'est pas le fichier utilisé lorsque tu as lancé ton serveur...
Les logs sont très claire. Donc si c'est ce fichier la qu'il y a maintenant, redémarre ton serveur et donne nous les nouvelles logs.


Cordialement,
Detobel36


J'ai l'impression que ces les mêmes pourtant quand j'actualise sa me donne une nouvelle version mais la même d'après moi :/
Nouvelles logs :

[07:52:56] [Server thread/INFO]: Starting minecraft server version 1.12
[07:52:56] [Server thread/INFO]: Loading properties
[07:52:56] [Server thread/INFO]: Default game type: SURVIVAL
[07:52:56] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-596221b-9a1fc1e (MC: 1.12) (Implementing API version 1.12-R0.1-SNAPSHOT)
[07:52:57] [Server thread/INFO]: Using 4 threads for Netty based IO
[07:52:57] [Server thread/INFO]: Server Ping Player Sample Count: 12
[07:52:57] [Server thread/INFO]: Debug logging is disabled
[07:52:57] [Server thread/INFO]: Generating keypair
[07:52:57] [Server thread/INFO]: Starting Minecraft server on 127.0.0.1:25566
[07:52:58] [Server thread/INFO]: Using epoll channel type
[07:52:58] [Server thread/WARN]: Failed to find a usable hardware address from the network interfaces; using random bytes: 02:e4:08:d7:e5:44:b1:33
[07:52:58] [Server thread/ERROR]: Ambiguous plugin name `EssentialsXMPP' for files `plugins/EssentialsXXMPP-2.0.1 - Copie.jar' and `plugins/EssentialsXXMPP-2.0.1.jar' in `plugins'
[07:52:58] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[07:52:59] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
[07:52:59] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
[07:52:59] [Server thread/INFO]: [SetSpawn] Loading SetSpawn v2.2.1
[07:52:59] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.1.1
[07:52:59] [Server thread/INFO]: [ViaVersion] ViaVersion 1.1.1 is now loaded, injecting!
[07:52:59] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.2.9
[07:52:59] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[07:52:59] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
[07:53:00] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.8.1
[07:53:00] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b468
[07:53:00] [Server thread/INFO]: [SpigotBoard] Loading SpigotBoard v2.1.8
[07:53:00] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.0.1-b468
[07:53:00] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b468
[07:53:00] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.0.1-b468
[07:53:00] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
[07:53:00] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
[07:53:00] [Server thread/INFO]: [Holograms] Loading Holograms v2.5.0-SNAPSHOT
[07:53:00] [Server thread/INFO]: [EssentialsXMPP] Loading EssentialsXMPP v2.0.1-b468
[07:53:00] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.0.1-b468
[07:53:00] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
[07:53:00] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[07:53:00] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[07:53:00] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[07:53:00] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[07:53:00] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[07:53:00] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[07:53:00] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.8.1
[07:53:02] [Server thread/ERROR]: [ASkyBlock] 'fr-EU.yml' not found in /locale folder. Using /locale/en-US.yml
[07:53:02] [Server thread/INFO]: [ASkyBlock] Loading entity limits
[07:53:02] [Server thread/INFO]: [ASkyBlock] HOPPER will be limited to 30
[07:53:02] [Server thread/ERROR]: Cannot load plugins/ASkyBlock/challenges.yml
org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
in 'string', line 130, column 7:
friendlyname: 'Les Lunettes'
^
expected <block end>, but found Scalar
in 'string', line 143, column 22:
rewardText: 'J'ai enfin le verre qui me manquer ...
^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:56) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:179) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at com.wasteofplastic.askyblock.commands.Challenges.reloadChallengeConfig(Challenges.java:2010) [askyblock.jar:?]
at com.wasteofplastic.askyblock.commands.Challenges.<init>(Challenges.java:87) [askyblock.jar:?]
at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:325) [askyblock.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
in 'string', line 130, column 7:
friendlyname: 'Les Lunettes'
^
expected <block end>, but found Scalar
in 'string', line 143, column 22:
rewardText: 'J'ai enfin le verre qui me manquer ...
^

at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:569) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:122) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:505) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:424) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
... 14 more
[07:53:02] [Server thread/ERROR]: Error occurred while enabling ASkyBlock v3.0.8.1 (Is it up to date?)
java.lang.NullPointerException: null
at com.wasteofplastic.askyblock.commands.Challenges.reloadChallengeConfig(Challenges.java:2018) ~[?:?]
at com.wasteofplastic.askyblock.commands.Challenges.<init>(Challenges.java:87) ~[?:?]
at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:325) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[07:53:02] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[07:53:02] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[07:53:02] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[07:53:02] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[07:53:02] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[07:53:02] [Server thread/INFO]: Preparing level "world"
[07:53:02] [Server thread/INFO]: -------- World Settings For [world] --------
[07:53:02] [Server thread/INFO]: Mob Spawn Range: 4
[07:53:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Vine Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[07:53:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:53:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:53:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[07:53:02] [Server thread/INFO]: Random Lighting Updates: false
[07:53:02] [Server thread/INFO]: Structure Info Saving: true
[07:53:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[07:53:02] [Server thread/INFO]: Max TNT Explosions: 100
[07:53:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:53:02] [Server thread/INFO]: Item Despawn Rate: 6000
[07:53:02] [Server thread/INFO]: Item Merge Radius: 2.5
[07:53:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:53:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:53:02] [Server thread/INFO]: View Distance: 10
[07:53:02] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:53:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:53:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:53:03] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[07:53:03] [Server thread/INFO]: Mob Spawn Range: 4
[07:53:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:53:03] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Vine Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:53:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:53:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[07:53:04] [Server thread/INFO]: Random Lighting Updates: false
[07:53:04] [Server thread/INFO]: Structure Info Saving: true
[07:53:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[07:53:04] [Server thread/INFO]: Max TNT Explosions: 100
[07:53:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:53:04] [Server thread/INFO]: Item Despawn Rate: 6000
[07:53:04] [Server thread/INFO]: Item Merge Radius: 2.5
[07:53:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:53:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:53:04] [Server thread/INFO]: View Distance: 10
[07:53:04] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:53:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:53:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:53:04] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[07:53:04] [Server thread/INFO]: Mob Spawn Range: 4
[07:53:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Vine Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[07:53:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:53:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:53:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[07:53:04] [Server thread/INFO]: Random Lighting Updates: false
[07:53:04] [Server thread/INFO]: Structure Info Saving: true
[07:53:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[07:53:04] [Server thread/INFO]: Max TNT Explosions: 100
[07:53:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:53:04] [Server thread/INFO]: Item Despawn Rate: 6000
[07:53:04] [Server thread/INFO]: Item Merge Radius: 2.5
[07:53:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:53:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:53:04] [Server thread/INFO]: View Distance: 10
[07:53:04] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:53:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:53:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:53:04] [Server thread/INFO]: Preparing start region for level 0 (Seed: 1161674897140433266)
[07:53:06] [Server thread/INFO]: Preparing spawn area: 0%
[07:53:07] [Server thread/INFO]: Preparing spawn area: 50%
[07:53:08] [Server thread/INFO]: Preparing start region for level 1 (Seed: 4219427633092313795)
[07:53:09] [Server thread/INFO]: Preparing spawn area: 45%
[07:53:10] [Server thread/INFO]: Preparing start region for level 2 (Seed: 4219427633092313795)
[07:53:10] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
[07:53:11] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[07:53:12] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R1 as the Bukkit adapter
[07:53:12] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.1-b332
[07:53:12] [Server thread/INFO]: GroupManager - INFO - World Found: world
[07:53:12] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[07:53:12] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[07:53:12] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[07:53:12] [Server thread/INFO]: GroupManager version 2.0.1-b332 is enabled!
[07:53:12] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[07:53:12] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[07:53:12] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[07:53:12] [Server thread/INFO]: [SetSpawn] Enabling SetSpawn v2.2.1
[07:53:12] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.1.1
[07:53:12] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.2.9
[07:53:12] [Server thread/INFO]: Tablist> You have to install PlaceholderAPI to use some placeholders !
[07:53:12] [Server thread/INFO]: Tablist> Tablist v1.3.2.9 enabled!!
[07:53:12] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
[07:53:12] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[07:53:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[07:53:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[07:53:12] [Server thread/INFO]: [WorldGuard] Loading region data...
[07:53:13] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b468
[07:53:13] [Server thread/WARN]: [Essentials] ?4Version mismatch! Please update EssentialsSpawn to the same version.
[07:53:13] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[07:53:14] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
[07:53:14] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[07:53:15] [Server thread/INFO]: Using locale en_US
[07:53:15] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
[07:53:15] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[07:53:15] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
[07:53:15] [Server thread/INFO]: [SpigotBoard] Enabling SpigotBoard v2.1.8
[07:53:16] [Server thread/ERROR]: [SpigotBoard] PlaceholderAPI not found, disabling support for PlaceholderAPI.
[07:53:16] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.0.1-b468
[07:53:16] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
[07:53:16] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b468
[07:53:16] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.0.1-b468
[07:53:16] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
[07:53:16] [Server thread/ERROR]: Error occurred while enabling EssentialsSpawn v2.13.1 (Is it up to date?)
java.lang.NoSuchMethodError: com.earth2me.essentials.I18n._(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
at com.earth2me.essentials.spawn.EssentialsSpawn.onEnable(EssentialsSpawn.java:34) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[07:53:16] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
[07:53:16] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
[07:53:16] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
[07:53:16] [Server thread/ERROR]: Error occurred while enabling Multiverse-Core v2.4-b527 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
at com.onarandombox.MultiverseCore.MultiverseCore.loadConfigs(MultiverseCore.java:296) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:239) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[07:53:16] [Server thread/INFO]: [Holograms] Enabling Holograms v2.5.0-SNAPSHOT
[07:53:16] [Server thread/INFO]: [Holograms] HologramEntityController set to: com.sainttx.holograms.nms.v1_12_R1.HologramEntityControllerImpl
[07:53:16] [Server thread/INFO]: [EssentialsXMPP] Enabling EssentialsXMPP v2.0.1-b468
[07:53:16] [Server thread/WARN]: config broken for xmpp
[07:53:16] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.0.1-b468
[07:53:16] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
[07:53:16] [Server thread/ERROR]: Error occurred while enabling Multiverse-Inventories v2.5-b335 (Is it up to date?)
java.lang.NullPointerException: null
at com.onarandombox.multiverseinventories.YamlInventoriesConfig.getGlobalDebug(YamlInventoriesConfig.java:193) ~[?:?]
at com.onarandombox.multiverseinventories.YamlInventoriesConfig.<init>(YamlInventoriesConfig.java:142) ~[?:?]
at com.onarandombox.multiverseinventories.MultiverseInventories.reloadConfig(MultiverseInventories.java:303) ~[?:?]
at com.onarandombox.multiverseinventories.MultiverseInventories.onEnable(MultiverseInventories.java:116) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[07:53:17] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[07:53:17] [Server thread/INFO]: Done (14.915s)! For help, type "help" or "?"
[07:53:17] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.12(335)
[07:53:17] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version, please read our resource page carefully.
[07:53:17] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[07:53:17] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ...
[07:53:18] [Craft Scheduler Thread - 4/INFO]: [Vault] No new version available
[07:53:18] [Server thread/WARN]: [ViaVersion] There is a newer version available: 1.3.0, you're on: 1.1.1
[07:56:50] [User Authenticator #1/INFO]: UUID of player Nymatow is 638cec0f-7c6d-3d92-8525-8cbf5b318d86
[07:56:51] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to Multiverse-Core v2.4-b527
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.IllegalStateException: The instance wasn't set!
at com.onarandombox.MultiverseCore.MultiverseCoreConfiguration.getInstance(MultiverseCoreConfiguration.java:30) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.staticLog(MultiverseCore.java:497) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.log(MultiverseCore.java:484) ~[?:?]
at com.onarandombox.MultiverseCore.listeners.MVPlayerListener.playerJoin(MVPlayerListener.java:137) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
... 14 more
[07:56:51] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to Multiverse-Core v2.4-b527
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:731) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:700) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:691) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:169) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.IllegalStateException: The instance wasn't set!
at com.onarandombox.MultiverseCore.MultiverseCoreConfiguration.getInstance(MultiverseCoreConfiguration.java:30) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.staticLog(MultiverseCore.java:497) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.log(MultiverseCore.java:484) ~[?:?]
at com.onarandombox.MultiverseCore.listeners.MVPlayerListener.playerTeleport(MVPlayerListener.java:173) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
... 16 more
[07:56:51] [Server thread/INFO]: Nymatow[/127.0.0.1:41802] logged in with entity id 12 at ([world]-6.190456624084955, 146.0, -7.344171106220644)
[07:56:51] [Server thread/WARN]: [Essentials] Task #30 for Essentials v2.0.1-b468 generated an exception
java.lang.NullPointerException: null
at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:148) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[07:56:57] [Server thread/INFO]: Nymatow issued server command: /plugins
[07:57:00] [Server thread/INFO]: Nymatow issued server command: /is
[07:57:03] [Server thread/INFO]: Nymatow issued server command: /island
[07:57:07] [Server thread/INFO]: Nymatow issued server command: /island help
[07:57:10] [Server thread/INFO]: Nymatow issued server command: /help 1
[07:57:17] [Server thread/INFO]: Nymatow issued server command: /help askyblovk
[07:57:21] [Server thread/INFO]: Nymatow issued server command: /help askyblock
[07:57:26] [Server thread/INFO]: Nymatow issued server command: /island
[08:06:37] [Server thread/INFO]: Nymatow lost connection: Disconnected
[08:06:37] [Server thread/INFO]: Nymatow left the game
[08:06:37] [Server thread/WARN]: [Essentials] Task #35 for Essentials v2.0.1-b468 generated an exception
java.lang.NullPointerException: null
at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:144) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$2.run(EssentialsXMPPPlayerListener.java:51) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[08:35:05] [User Authenticator #2/INFO]: UUID of player Nymatow is 638cec0f-7c6d-3d92-8525-8cbf5b318d86
[08:35:06] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to Multiverse-Core v2.4-b527
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.IllegalStateException: The instance wasn't set!
at com.onarandombox.MultiverseCore.MultiverseCoreConfiguration.getInstance(MultiverseCoreConfiguration.java:30) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.staticLog(MultiverseCore.java:497) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.log(MultiverseCore.java:484) ~[?:?]
at com.onarandombox.MultiverseCore.listeners.MVPlayerListener.playerJoin(MVPlayerListener.java:137) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
... 14 more
[08:35:06] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to Multiverse-Core v2.4-b527
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:731) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:700) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:691) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:169) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.IllegalStateException: The instance wasn't set!
at com.onarandombox.MultiverseCore.MultiverseCoreConfiguration.getInstance(MultiverseCoreConfiguration.java:30) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.staticLog(MultiverseCore.java:497) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.log(MultiverseCore.java:484) ~[?:?]
at com.onarandombox.MultiverseCore.listeners.MVPlayerListener.playerTeleport(MVPlayerListener.java:173) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
... 16 more
[08:35:06] [Server thread/INFO]: Nymatow[/127.0.0.1:41360] logged in with entity id 13 at ([world]-7.203524267284782, 145.0, 17.77970715192032)
[08:35:06] [Server thread/WARN]: [Essentials] Task #39 for Essentials v2.0.1-b468 generated an exception
java.lang.NullPointerException: null
at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:148) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[08:35:23] [Server thread/INFO]: Nymatow issued server command: /is
[08:35:24] [Server thread/INFO]: Nymatow issued server command: /is
[08:35:27] [Server thread/INFO]: Nymatow issued server command: /island help
[08:35:27] [Server thread/INFO]: Nymatow issued server command: /island help
 
Sa doit être sa ->

[09:57:12] [Server thread/INFO]: Starting minecraft server version 1.12
[09:57:12] [Server thread/INFO]: Loading properties
[09:57:12] [Server thread/INFO]: Default game type: SURVIVAL
[09:57:12] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-596221b-9a1fc1e (MC: 1.12) (Implementing API version 1.12-R0.1-SNAPSHOT)
[09:57:12] [Server thread/INFO]: Using 4 threads for Netty based IO
[09:57:12] [Server thread/INFO]: Server Ping Player Sample Count: 12
[09:57:12] [Server thread/INFO]: Debug logging is disabled
[09:57:13] [Server thread/INFO]: Generating keypair
[09:57:13] [Server thread/INFO]: Starting Minecraft server on 127.0.0.1:25566
[09:57:13] [Server thread/INFO]: Using epoll channel type
[09:57:13] [Server thread/WARN]: Failed to find a usable hardware address from the network interfaces; using random bytes: 1d:9a:c9:94:68:10:aa:ca
[09:57:14] [Server thread/ERROR]: Ambiguous plugin name `EssentialsXMPP' for files `plugins/EssentialsXXMPP-2.0.1 - Copie.jar' and `plugins/EssentialsXXMPP-2.0.1.jar' in `plugins'
[09:57:14] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[09:57:15] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
[09:57:15] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
[09:57:15] [Server thread/INFO]: [SetSpawn] Loading SetSpawn v2.2.1
[09:57:15] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.1.1
[09:57:15] [Server thread/INFO]: [ViaVersion] ViaVersion 1.1.1 is now loaded, injecting!
[09:57:15] [User Authenticator #1/INFO]: UUID of player Nymatow is 638cec0f-7c6d-3d92-8525-8cbf5b318d86
[09:57:16] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.2.9
[09:57:16] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[09:57:16] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
[09:57:16] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.8.1
[09:57:16] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b468
[09:57:16] [Server thread/INFO]: [SpigotBoard] Loading SpigotBoard v2.1.8
[09:57:16] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.0.1-b468
[09:57:16] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b468
[09:57:16] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.0.1-b468
[09:57:16] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
[09:57:16] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
[09:57:16] [Server thread/INFO]: [Holograms] Loading Holograms v2.5.0-SNAPSHOT
[09:57:16] [Server thread/INFO]: [EssentialsXMPP] Loading EssentialsXMPP v2.0.1-b468
[09:57:16] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.0.1-b468
[09:57:16] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
[09:57:16] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[09:57:16] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[09:57:16] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[09:57:16] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[09:57:16] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[09:57:16] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[09:57:16] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.8.1
[09:57:18] [Server thread/INFO]: [ASkyBlock] Loading entity limits
[09:57:18] [Server thread/INFO]: [ASkyBlock] HOPPER will be limited to 30
[09:57:18] [Server thread/INFO]: [ASkyBlock] Loaded default island schematic.
[09:57:18] [Server thread/INFO]: [ASkyBlock] Loaded default nether schematic.
[09:57:18] [Server thread/INFO]: [ASkyBlock] Loading schematic The Original (island.schematic) for all players, order 1
[09:57:18] [Server thread/INFO]: [ASkyBlock] Loading schematic NetherBlock Island (nether.schematic) for all players, order 0
[09:57:18] [Server thread/INFO]: [ASkyBlock] Loading schematic Island Duo (double.schematic) for all players, order 2
[09:57:18] [Server thread/INFO]: [ASkyBlock] Loading schematic ?lBlack ?bDiamonds (harder.schematic) for all players, order 3
[09:57:18] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
[09:57:18] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[09:57:18] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[09:57:18] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[09:57:18] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[09:57:18] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[09:57:19] [Server thread/INFO]: Preparing level "world"
[09:57:19] [Server thread/INFO]: -------- World Settings For [world] --------
[09:57:19] [Server thread/INFO]: Mob Spawn Range: 4
[09:57:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
[09:57:19] [Server thread/INFO]: Cane Growth Modifier: 100%
[09:57:19] [Server thread/INFO]: Melon Growth Modifier: 100%
[09:57:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[09:57:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[09:57:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
[09:57:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
[09:57:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[09:57:19] [Server thread/INFO]: Vine Growth Modifier: 100%
[09:57:19] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[09:57:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[09:57:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:57:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[09:57:19] [Server thread/INFO]: Random Lighting Updates: false
[09:57:19] [Server thread/INFO]: Structure Info Saving: true
[09:57:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[09:57:19] [Server thread/INFO]: Max TNT Explosions: 100
[09:57:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[09:57:19] [Server thread/INFO]: Item Despawn Rate: 6000
[09:57:19] [Server thread/INFO]: Item Merge Radius: 2.5
[09:57:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
[09:57:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:57:19] [Server thread/INFO]: View Distance: 10
[09:57:19] [Server thread/INFO]: Experience Merge Radius: 3.0
[09:57:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[09:57:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[09:57:20] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[09:57:20] [Server thread/INFO]: Mob Spawn Range: 4
[09:57:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Cane Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Melon Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Vine Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[09:57:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:57:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[09:57:20] [Server thread/INFO]: Random Lighting Updates: false
[09:57:20] [Server thread/INFO]: Structure Info Saving: true
[09:57:20] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[09:57:20] [Server thread/INFO]: Max TNT Explosions: 100
[09:57:20] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[09:57:20] [Server thread/INFO]: Item Despawn Rate: 6000
[09:57:20] [Server thread/INFO]: Item Merge Radius: 2.5
[09:57:20] [Server thread/INFO]: Arrow Despawn Rate: 1200
[09:57:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:57:20] [Server thread/INFO]: View Distance: 10
[09:57:20] [Server thread/INFO]: Experience Merge Radius: 3.0
[09:57:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[09:57:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[09:57:20] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[09:57:20] [Server thread/INFO]: Mob Spawn Range: 4
[09:57:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Cane Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Melon Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Vine Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[09:57:20] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[09:57:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:57:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[09:57:20] [Server thread/INFO]: Random Lighting Updates: false
[09:57:20] [Server thread/INFO]: Structure Info Saving: true
[09:57:20] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[09:57:20] [Server thread/INFO]: Max TNT Explosions: 100
[09:57:20] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[09:57:20] [Server thread/INFO]: Item Despawn Rate: 6000
[09:57:20] [Server thread/INFO]: Item Merge Radius: 2.5
[09:57:20] [Server thread/INFO]: Arrow Despawn Rate: 1200
[09:57:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:57:20] [Server thread/INFO]: View Distance: 10
[09:57:20] [Server thread/INFO]: Experience Merge Radius: 3.0
[09:57:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[09:57:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[09:57:21] [Server thread/INFO]: Preparing start region for level 0 (Seed: 1161674897140433266)
[09:57:22] [Server thread/INFO]: Preparing spawn area: 0%
[09:57:23] [Server thread/INFO]: Preparing spawn area: 50%
[09:57:24] [Server thread/INFO]: Preparing start region for level 1 (Seed: 4219427633092313795)
[09:57:25] [Server thread/INFO]: Preparing spawn area: 44%
[09:57:26] [Server thread/INFO]: Preparing spawn area: 94%
[09:57:26] [Server thread/INFO]: Preparing start region for level 2 (Seed: 4219427633092313795)
[09:57:26] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
[09:57:27] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[09:57:27] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R1 as the Bukkit adapter
[09:57:27] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.1-b332
[09:57:28] [Server thread/INFO]: GroupManager - INFO - World Found: world
[09:57:28] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[09:57:28] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[09:57:28] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[09:57:28] [Server thread/INFO]: GroupManager version 2.0.1-b332 is enabled!
[09:57:28] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[09:57:28] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[09:57:28] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[09:57:28] [Server thread/INFO]: [SetSpawn] Enabling SetSpawn v2.2.1
[09:57:28] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.1.1
[09:57:28] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.2.9
[09:57:28] [Server thread/INFO]: Tablist> You have to install PlaceholderAPI to use some placeholders !
[09:57:28] [Server thread/INFO]: Tablist> Tablist v1.3.2.9 enabled!!
[09:57:28] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
[09:57:28] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[09:57:28] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[09:57:28] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[09:57:28] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[09:57:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[09:57:28] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[09:57:28] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[09:57:28] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[09:57:28] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[09:57:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[09:57:28] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[09:57:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[09:57:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[09:57:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[09:57:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[09:57:28] [Server thread/INFO]: [WorldGuard] Loading region data...
[09:57:29] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b468
[09:57:29] [Server thread/WARN]: [Essentials] ?4Version mismatch! Please update EssentialsSpawn to the same version.
[09:57:29] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[09:57:30] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
[09:57:30] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[09:57:30] [Server thread/INFO]: Using locale en_US
[09:57:31] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
[09:57:31] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[09:57:31] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
[09:57:31] [Server thread/INFO]: [SpigotBoard] Enabling SpigotBoard v2.1.8
[09:57:32] [Server thread/ERROR]: [SpigotBoard] PlaceholderAPI not found, disabling support for PlaceholderAPI.
[09:57:32] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.0.1-b468
[09:57:32] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
[09:57:32] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b468
[09:57:32] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.0.1-b468
[09:57:32] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
[09:57:32] [Server thread/ERROR]: Error occurred while enabling EssentialsSpawn v2.13.1 (Is it up to date?)
java.lang.NoSuchMethodError: com.earth2me.essentials.I18n._(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
at com.earth2me.essentials.spawn.EssentialsSpawn.onEnable(EssentialsSpawn.java:34) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[09:57:32] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
[09:57:32] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
[09:57:32] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
[09:57:33] [Server thread/ERROR]: Error occurred while enabling Multiverse-Core v2.4-b527 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
at com.onarandombox.MultiverseCore.MultiverseCore.loadConfigs(MultiverseCore.java:296) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:239) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[09:57:33] [Server thread/INFO]: [Holograms] Enabling Holograms v2.5.0-SNAPSHOT
[09:57:33] [Server thread/INFO]: [Holograms] HologramEntityController set to: com.sainttx.holograms.nms.v1_12_R1.HologramEntityControllerImpl
[09:57:33] [Server thread/INFO]: [EssentialsXMPP] Enabling EssentialsXMPP v2.0.1-b468
[09:57:33] [Server thread/WARN]: config broken for xmpp
[09:57:33] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.0.1-b468
[09:57:33] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
[09:57:33] [Server thread/ERROR]: Error occurred while enabling Multiverse-Inventories v2.5-b335 (Is it up to date?)
java.lang.NullPointerException: null
at com.onarandombox.multiverseinventories.YamlInventoriesConfig.getGlobalDebug(YamlInventoriesConfig.java:193) ~[?:?]
at com.onarandombox.multiverseinventories.YamlInventoriesConfig.<init>(YamlInventoriesConfig.java:142) ~[?:?]
at com.onarandombox.multiverseinventories.MultiverseInventories.reloadConfig(MultiverseInventories.java:303) ~[?:?]
at com.onarandombox.multiverseinventories.MultiverseInventories.onEnable(MultiverseInventories.java:116) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[09:57:33] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[09:57:33] [Server thread/INFO]: Done (14.766s)! For help, type "help" or "?"
[09:57:33] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
[09:57:33] [Server thread/INFO]: Mob Spawn Range: 4
[09:57:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
[09:57:33] [Server thread/INFO]: Cane Growth Modifier: 100%
[09:57:33] [Server thread/INFO]: Melon Growth Modifier: 100%
[09:57:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[09:57:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[09:57:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
[09:57:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
[09:57:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[09:57:33] [Server thread/INFO]: Vine Growth Modifier: 100%
[09:57:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[09:57:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[09:57:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:57:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[09:57:33] [Server thread/INFO]: Random Lighting Updates: false
[09:57:33] [Server thread/INFO]: Structure Info Saving: true
[09:57:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[09:57:33] [Server thread/INFO]: Max TNT Explosions: 100
[09:57:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[09:57:33] [Server thread/INFO]: Item Despawn Rate: 6000
[09:57:33] [Server thread/INFO]: Item Merge Radius: 2.5
[09:57:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
[09:57:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:57:33] [Server thread/INFO]: View Distance: 10
[09:57:33] [Server thread/INFO]: Experience Merge Radius: 3.0
[09:57:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[09:57:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[09:57:34] [Server thread/INFO]: Preparing start region for level 3 (Seed: 2364882367294184282)
[09:57:34] [Server thread/INFO]: [WorldGuard] (ASkyBlock) TNT ignition is PERMITTED.
[09:57:34] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lighters are PERMITTED.
[09:57:34] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lava fire is blocked.
[09:57:34] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Fire spread is UNRESTRICTED.
[09:57:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock'
[09:57:34] [Server thread/INFO]: Creating ASkyBlock's Nether...
[09:57:34] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[09:57:34] [Server thread/INFO]: Mob Spawn Range: 4
[09:57:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
[09:57:34] [Server thread/INFO]: Cane Growth Modifier: 100%
[09:57:34] [Server thread/INFO]: Melon Growth Modifier: 100%
[09:57:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[09:57:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[09:57:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
[09:57:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
[09:57:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[09:57:34] [Server thread/INFO]: Vine Growth Modifier: 100%
[09:57:34] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[09:57:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[09:57:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:57:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[09:57:34] [Server thread/INFO]: Random Lighting Updates: false
[09:57:34] [Server thread/INFO]: Structure Info Saving: true
[09:57:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[09:57:34] [Server thread/INFO]: Max TNT Explosions: 100
[09:57:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[09:57:34] [Server thread/INFO]: Item Despawn Rate: 6000
[09:57:34] [Server thread/INFO]: Item Merge Radius: 2.5
[09:57:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
[09:57:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:57:34] [Server thread/INFO]: View Distance: 10
[09:57:34] [Server thread/INFO]: Experience Merge Radius: 3.0
[09:57:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[09:57:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[09:57:35] [Server thread/INFO]: Preparing start region for level 4 (Seed: -1882859790631267903)
[09:57:35] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) TNT ignition is PERMITTED.
[09:57:35] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lighters are PERMITTED.
[09:57:35] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lava fire is blocked.
[09:57:35] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Fire spread is UNRESTRICTED.
[09:57:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock_nether'
[09:57:35] [Server thread/INFO]: Trying to register generator with Multiverse
[09:57:35] [Server thread/ERROR]: Not successfull! Disabling ASkyBlock!
[09:57:35] [Server thread/WARN]: org.bukkit.command.CommandException: Unhandled exception executing command 'mv' in plugin Multiverse-Core v2.4-b527
[09:57:35] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
[09:57:35] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
[09:57:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:641)
[09:57:35] [Server thread/WARN]: at com.wasteofplastic.askyblock.ASkyBlock.getIslandWorld(ASkyBlock.java:167)
[09:57:35] [Server thread/WARN]: at com.wasteofplastic.askyblock.ASkyBlock$1.run(ASkyBlock.java:380)
[09:57:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71)
[09:57:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353)
[09:57:35] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738)
[09:57:35] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405)
[09:57:35] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678)
[09:57:35] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576)
[09:57:35] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
[09:57:35] [Server thread/WARN]: Caused by: java.lang.NullPointerException
[09:57:35] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:476)
[09:57:35] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[09:57:35] [Server thread/WARN]: ... 11 more
[09:57:35] [Server thread/INFO]: [ASkyBlock] Disabling ASkyBlock v3.0.8.1
[09:57:35] [Server thread/INFO]: [ASkyBlock] Saving offline messages...
[09:57:35] [Server thread/INFO]: [ASkyBlock] Saving top ten list
[09:57:35] [Server thread/INFO]: [ASkyBlock] Saved top ten list
[09:57:36] [Server thread/INFO]: [ASkyBlock] Silencing command feedback for Ops...
[09:57:36] [Server thread/INFO]: Game rule sendCommandFeedback has been updated to false
[09:57:36] [Server thread/INFO]: [ASkyBlock] If you do not want this, do /gamerule sendCommandFeedback true
[09:57:36] [Server thread/WARN]: [ASkyBlock] Task #4 for ASkyBlock v3.0.8.1 generated an exception
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.validate(CraftScheduler.java:403) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:126) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.runTaskLater(CraftScheduler.java:109) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.runTask(CraftScheduler.java:92) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at com.wasteofplastic.askyblock.ASkyBlock$1.run(ASkyBlock.java:414) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[09:57:36] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.12(335)
[09:57:36] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version, please read our resource page carefully.
[09:57:36] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[09:57:36] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ...
[09:57:36] [Craft Scheduler Thread - 4/INFO]: [Vault] No new version available
[09:57:37] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to Multiverse-Core v2.4-b527
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.IllegalStateException: The instance wasn't set!
at com.onarandombox.MultiverseCore.MultiverseCoreConfiguration.getInstance(MultiverseCoreConfiguration.java:30) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.staticLog(MultiverseCore.java:497) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.log(MultiverseCore.java:484) ~[?:?]
at com.onarandombox.MultiverseCore.listeners.MVPlayerListener.playerJoin(MVPlayerListener.java:137) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
... 14 more
[09:57:37] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to Multiverse-Core v2.4-b527
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:731) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:700) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:691) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:169) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.IllegalStateException: The instance wasn't set!
at com.onarandombox.MultiverseCore.MultiverseCoreConfiguration.getInstance(MultiverseCoreConfiguration.java:30) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.staticLog(MultiverseCore.java:497) ~[?:?]
at com.onarandombox.MultiverseCore.MultiverseCore.log(MultiverseCore.java:484) ~[?:?]
at com.onarandombox.MultiverseCore.listeners.MVPlayerListener.playerTeleport(MVPlayerListener.java:173) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
... 16 more
[09:57:37] [Server thread/INFO]: Nymatow[/127.0.0.1:47721] logged in with entity id 12 at ([world]-0.5347986285110558, 146.0, -3.076955228994057)
[09:57:37] [Server thread/WARN]: [ViaVersion] There is a newer version available: 1.3.0, you're on: 1.1.1
[09:57:37] [Server thread/WARN]: [Essentials] Task #33 for Essentials v2.0.1-b468 generated an exception
java.lang.NullPointerException: null
at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:148) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[09:57:56] [Server thread/INFO]: Nymatow issued server command: /pl
[09:58:01] [Server thread/INFO]: Nymatow issued server command: /island
[09:58:05] [Server thread/INFO]: Nymatow issued server command: /c
[09:58:08] [Server thread/INFO]: Nymatow issued server command: /island invite
[09:58:11] [Server thread/INFO]: Nymatow lost connection: Disconnected
[09:58:11] [Server thread/INFO]: Nymatow left the game
[09:58:11] [Server thread/WARN]: [Essentials] Task #38 for Essentials v2.0.1-b468 generated an exception
java.lang.NullPointerException: null
at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:144) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$2.run(EssentialsXMPPPlayerListener.java:51) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[10:15:06] [Server thread/INFO]: Stopping the server
[10:15:06] [Server thread/INFO]: Stopping server
[10:15:06] [Server thread/INFO]: [Multiverse-Inventories] Disabling Multiverse-Inventories v2.5-b335
[10:15:06] [Server thread/ERROR]: Error occurred while disabling Multiverse-Inventories v2.5-b335 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
at com.onarandombox.multiverseinventories.MultiverseInventories.onDisable(MultiverseInventories.java:76) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:361) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:421) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:414) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.disablePlugins(CraftServer.java:342) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.stop(MinecraftServer.java:464) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:612) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
[10:15:06] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.0.1-b468
[10:15:06] [Server thread/INFO]: [EssentialsXMPP] Disabling EssentialsXMPP v2.0.1-b468
[10:15:06] [Server thread/INFO]: [Holograms] Disabling Holograms v2.5.0-SNAPSHOT
[10:15:06] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
[10:15:06] [Server thread/INFO]: [Multiverse-Core] - Disabled
[10:15:06] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.13.1
[10:15:06] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild v2.0.1-b468
[10:15:06] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.0.1-b468
[10:15:06] [Server thread/INFO]: [EssentialsGeoIP] Disabling EssentialsGeoIP v2.0.1-b468
[10:15:06] [Server thread/INFO]: [SpigotBoard] Disabling SpigotBoard v2.1.8
[10:15:06] [Server thread/INFO]: [Essentials] Disabling Essentials v2.0.1-b468
[10:15:06] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
[10:15:06] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.2.1;84bc322
[10:15:06] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
[10:15:06] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
[10:15:06] [Server thread/INFO]: [Tablist] Disabling Tablist v1.3.2.9
[10:15:06] [Server thread/INFO]: Tablist> Tablist v1.3.2.9 disabled!!
[10:15:06] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v1.1.1
[10:15:06] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[10:15:06] [Server thread/INFO]: [SetSpawn] Disabling SetSpawn v2.2.1
[10:15:06] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0.1-b332
[10:15:06] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[10:15:06] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
[10:15:06] [Server thread/INFO]: GroupManager version 2.0.1-b332 is disabled!
[10:15:06] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
[10:15:06] [Server thread/INFO]: Saving players
[10:15:06] [Server thread/INFO]: Saving worlds
[10:15:06] [Server thread/INFO]: Saving chunks for level 'world'/overworld
[10:15:06] [Server thread/INFO]: Saving chunks for level 'world_nether'/the_nether
[10:15:06] [Server thread/INFO]: Saving chunks for level 'world_the_end'/the_end
[10:15:06] [Server thread/INFO]: Saving chunks for level 'ASkyBlock'/overworld
[10:15:06] [Server thread/INFO]: Saving chunks for level 'ASkyBlock_nether'/the_nether
 
Salut,

Effectivement c'est mieux...
Et la on voit que mon conseil précédent à de l'importance... ASkyBlock fonctionne avec Multiverse. Multiverse bug, du coup ASkyBlock bug...

Le problème vient de la. Il faut la bonne version de multiverse (celle adaptée pour ton serveur).


Cordialement,
Detobel36
 
  • J'aime
Reactions: DiscowZombie
Tu viens de résoudre mon soucis, je te remercie vraiment, je suis désolé j'ai du être un petit peu "chiant", en revanche voilà merci beaucoup !