Aller au contenu
Project69XXX

résolu ✔ Problème de version

Messages recommandés

Version de Minecraft : 1.12.2

Type du skript : Le problème est que de base je skript en 1.8 mais que je voulais faire des skripts en 1.12.2 les skript marchent en 1.8 aucun problème mais un 1.12.2 ça ne marche pas quelqu'un pourrais m'aider svp ?

Description du script :

aliases:
    rouleau = 280

Command /sethealth <player> <number>:
    trigger:
        set the maximum health of the arg 1 to arg 2
        send "&eMise en place de la vie D'%arg 1% à &b%arg 2% &epoints de vie !"


 

aliases:
    kunai = 262
    
on right click with kunai:
        if {kunai.%player%} isn't set:
                set {kunai.%player%} to now
                remove 13 seconds from {kunai.%player%}
        if difference between {kunai.%player%} and now >= 2 seconds:
                set {kunai.%player%} to now
                send "&6Lancement de kunai !"
                make player execute command "/§kunai"
        else:
                cancel event
                set {_now} to "%difference between {kunai.%player%} and now%"
                set {_time} to difference between {kunai.%player%} and now
                set {_wait} to 2 seconds
                subtract {_time} from {wait}
                send "&e%{_now}%&6 Tu ne peux pas lancer autant de kunai si vite !" to player
            
            
command /§kunai:
    trigger:
        make player shoot a arrow at speed 4
        remove 1 kunai from player's inventory
        
        

on pickup of arrow:
    cancel event





command /rename <text>:
    trigger:
        if player is op:
            set {_name} to arg-1
            replace all "&" with "ยง" in {_name}
            set the name of the player's tool to "ยงr%{_name}%"
            send "&5Item renom?" to player
        else:
            send "&4Tu n'as pas la perm" to player

Modifié par Project69XXX

Partager ce message


Lien à poster
Partager sur d’autres sites

"Oui" n'est pas une réponse ???

Pour savoir ta version : /ver Skript et encore une fois, qu'est ce qui ne marche pas? On ne peut pas t'aider si tu nous aides pas.

Partager ce message


Lien à poster
Partager sur d’autres sites
à l’instant, Project69XXX a dit :

> [19:37:01] [Server thread/INFO]: Skript version 2.2-dev32c

D'accord, tu peux essayer cette version s'il te plaît : 

Contenu masqué

    Réagissez ou répondez à ce message afin de consulter le contenu masqué.

Ensuite, je te le redemande pour la 3ème fois : Qu'est ce qui ne marche pas?

Partager ce message


Lien à poster
Partager sur d’autres sites

Bah enfaite quand je met les skript ça ne met pas d'erreur mais sa fais comme si il n'y à pas le skript (jsuis entrain de telecharger le lien que tu vien de m'envoyer la)

EDIT: Genre par exemple quand je click droit sur les arrow (skript de kunai) rien ne se passe pourtant il n'y à pas d'erreur

Partager ce message


Lien à poster
Partager sur d’autres sites
à l’instant, Project69XXX a dit :

ça fait sa avec la version que tu ma donner

2020-10-14_19.43.29.png

Tu es bien en 1.12.2 ? 

Sinon essaye celle-ci : 

Contenu masqué

    Réagissez ou répondez à ce message afin de consulter le contenu masqué.

Si sur la 2.3.7 cela ne fonctionne pas, je te laisse m'envoyer tes logs s'il te plaît (le fichier latest.log disponible dans le dossier logs).

Partager ce message


Lien à poster
Partager sur d’autres sites

[19:52:06] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:52:06] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:52:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:52:06] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2854 for Minecraft 1.12.2 loading
[19:52:06] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_262, running on Linux:amd64:4.9.0-12-amd64, installed at /usr/local/openjdk-8
[19:52:06] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed!
[19:52:06] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed!
[19:52:06] [main/WARN] [FML]: The coremod CatCorePlugin (catserver.server.CatCorePlugin) is not signed!
[19:52:06] [main/INFO] [FML]: Searching /home/container/./mods for mods
[19:52:06] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:52:06] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[19:52:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:52:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:52:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:52:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:52:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:52:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[19:52:09] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[19:52:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[19:52:09] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[19:52:14] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[19:52:14] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2854 Initialized
[19:52:14] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[19:52:14] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
[19:52:14] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
[19:52:14] [Server thread/INFO] [FML]: Searching /home/container/./mods for mods
[19:52:16] [Server thread/INFO] [FML]: Forge Mod Loader has identified 12 mods to load
[19:52:16] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[19:52:16] [Server thread/WARN] [FML]: Missing English translation for hidenames: assets/hidenames/lang/en_us.lang
[19:52:16] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, rtnarmeinvocateur, bibliocraft, customnpcs, rtnelement, rtnfoodplus, hidenames, narutoitem_utilities, rtnobjetplus] at CLIENT
[19:52:16] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, rtnarmeinvocateur, bibliocraft, customnpcs, rtnelement, rtnfoodplus, hidenames, narutoitem_utilities, rtnobjetplus] at SERVER
[19:52:17] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[19:52:18] [Server thread/INFO] [FML]: Found 1443 ObjectHolder annotations
[19:52:18] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[19:52:18] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[19:52:18] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bookcase`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `shelf`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `markerpole`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clipboard`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bibliolight`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furniturepaneler`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `potionshelf`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `toolrack`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `label`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `desk`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `table`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `seat`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fancysign`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fancyworkbench`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `framedchest`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mapframe`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `case`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clock`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframeborderless`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframefancy`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframeflat`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframemiddle`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframesimple`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingpress`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `armorstand`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `typesettingtable`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `printingpress`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cookiejar`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dinnerplate`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `discrack`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `swordpedestal`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bell`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `typewriter`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileredstoneblock`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileblockanvil`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilemailbox`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilewaypoint`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpcscripted`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpcscripteddoor`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpcbuilder`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpccopy`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilenpcborder`, expected `customnpcs`. This could be a intended override, but in most cases indicates a broken mod.
[19:52:19] [Server thread/INFO] [FML]: Applying holder lookups
[19:52:19] [Server thread/INFO] [FML]: Holder lookups applied
[19:52:19] [Server thread/INFO] [FML]: Applying holder lookups
[19:52:19] [Server thread/INFO] [FML]: Holder lookups applied
[19:52:19] [Server thread/INFO] [FML]: Applying holder lookups
[19:52:19] [Server thread/INFO] [FML]: Holder lookups applied
[19:52:19] [Server thread/INFO] [FML]: Applying holder lookups
[19:52:19] [Server thread/INFO] [FML]: Holder lookups applied
[19:52:19] [Server thread/INFO] [FML]: Injecting itemstacks
[19:52:19] [Server thread/INFO] [FML]: Itemstack injection complete
[19:52:19] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
[19:52:19] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
[19:52:20] [Server thread/INFO] [Minecraft]: This server is running CatServer version git-CatServer-1.12.2-a118ddc (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[19:52:20] [Server thread/INFO] []: Server Ping Player Sample Count: 12
[19:52:20] [Server thread/INFO] [Minecraft]: Using 4 threads for Netty based IO
[19:52:20] [Server thread/INFO] [Minecraft]: Debug logging is enabled
[19:52:20] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
[19:52:20] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on 0.0.0.0:25817
[19:52:20] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using epoll channel type
[19:52:21] [Server thread/ERROR] [FML]: Parsing error loading recipe bibliocraft:markerpole
com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:488) ~[CraftingHelper.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:git-CatServer-1.12.2-a118ddc]
    at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_262]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107) [FMLServerHandler.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:340) [FMLCommonHandler.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:275) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:596) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
[19:52:21] [Server thread/ERROR] [FML]: Parsing error loading recipe bibliocraft:clipboard
com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:488) ~[CraftingHelper.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) ~[CraftingHelper.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) ~[CraftingHelper.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) ~[CraftingHelper.class:git-CatServer-1.12.2-a118ddc]
    at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_262]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107) [FMLServerHandler.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:340) [FMLCommonHandler.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:275) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:596) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
[19:52:21] [Server thread/INFO] [FML]: Applying holder lookups
[19:52:21] [Server thread/INFO] [FML]: Holder lookups applied
[19:52:21] [Server thread/WARN] []: [19:52:21][FINE/CustomNPCs][noppes.npcs.LogWriter:71] Wed Oct 14 19:52:21 CEST 2020

[19:52:21] [Server thread/WARN] []: [19:52:21][FINE/CustomNPCs][noppes.npcs.controllers.ScriptController:87] Script Engines Available:

[19:52:22] [Server thread/WARN] []: [19:52:22][FINE/CustomNPCs][noppes.npcs.controllers.ScriptController:96] ECMAScript: .js

[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: CustomNPC Permissions available:
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.edit.blocks
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.edit.villager
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.bank
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.dialog
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.faction
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.linked
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.naturalspawn
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.playerdata
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.quest
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.recipe
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.global.transport
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.advanced
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.ai
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.clone
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.create
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.delete
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.display
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.freeze
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.gui
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.inventory
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.reset
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.npc.stats
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.scenes
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.soulstone.all
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.spawner.create
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.spawner.mob
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.tool.mounter
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.tool.nbtbook
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.tool.pather
[19:52:23] [Server thread/INFO] [noppes.npcs.CustomNpcs]: customnpcs.tool.scripter
[19:52:23] [Server thread/INFO] []: HN Event Handler started on side SERVER
[19:52:23] [Server thread/INFO] [FML]: Injecting itemstacks
[19:52:23] [Server thread/INFO] [FML]: Itemstack injection complete
[19:52:23] [Server thread/INFO] [Minecraft]: HideNames 1.4 loaded!
[19:52:23] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 12 mods
[19:52:23] [Server thread/WARN] []: [19:52:23][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:42] Loading Linked Npcs

[19:52:23] [Server thread/WARN] []: [19:52:23][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:62] Done loading Linked Npcs

[19:52:23] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
[19:52:24] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
[19:52:24] [Server thread/INFO] [FML]: Applying holder lookups
[19:52:24] [Server thread/INFO] [FML]: Holder lookups applied
[19:52:28] [Server thread/INFO] [Ploxh4D.NinjaAttack.Main]: [NinjaAttack] Loading NinjaAttack v0.1.3
[19:52:28] [Server thread/INFO] [com.barancode.mc.myitems.Main]: [MyItems] Loading MyItems v1.7
[19:52:28] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin]: [WorldEdit] Loading WorldEdit v6.1.9;caf0ad9
[19:52:28] [Server thread/INFO] [com.gmail.theposhogamer.DoubleJump]: [DoubleJump] Loading DoubleJump v1.9
[19:52:28] [Server thread/INFO] [ch.njol.skript.Skript]: [Skript] Loading Skript v2.3.7
[19:52:28] [Server thread/INFO] [com.earth2me.essentials.Essentials]: [Essentials] Loading Essentials v2.18.1.0
[19:52:28] [Server thread/INFO] [com.earth2me.essentials.protect.EssentialsProtect]: [EssentialsProtect] Loading EssentialsProtect v2.18.1.0
[19:52:28] [Server thread/INFO] [com.earth2me.essentials.chat.EssentialsChat]: [EssentialsChat] Loading EssentialsChat v2.18.1.0
[19:52:28] [Server thread/INFO] [com.earth2me.essentials.antibuild.EssentialsAntiBuild]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.18.1.0
[19:52:28] [Server thread/INFO] [de.slikey.effectlib.EffectLib]: [Effect Library] Loading EffectLib v6.1
[19:52:28] [Server thread/INFO] [us.myles.ViaVersion.ViaVersionPlugin]: [ViaVersion] Loading ViaVersion v3.1.1
[19:52:28] [Server thread/INFO] [us.myles.ViaVersion.ViaVersionPlugin]: [ViaVersion] ViaVersion 3.1.1 is now loaded, injecting!
[19:52:31] [Via-Mappingloader-0/INFO] [us.myles.ViaVersion.ViaVersionPlugin]: [ViaVersion] Loading 1.12.2 -> 1.13 mappings...
[19:52:32] [Via-Mappingloader-1/INFO] [us.myles.ViaVersion.ViaVersionPlugin]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
[19:52:32] [Via-Mappingloader-2/INFO] [us.myles.ViaVersion.ViaVersionPlugin]: [ViaVersion] Loading 1.14.4 -> 1.15 mappings...
[19:52:33] [Via-Mappingloader-3/INFO] [us.myles.ViaVersion.ViaVersionPlugin]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
[19:52:33] [Via-Mappingloader-4/INFO] [us.myles.ViaVersion.ViaVersionPlugin]: [ViaVersion] Loading 1.16.1 -> 1.16.2 mappings...
[19:52:33] [Server thread/INFO] [com.earth2me.essentials.spawn.EssentialsSpawn]: [EssentialsSpawn] Loading EssentialsSpawn v2.18.1.0
[19:52:33] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] Loading MagicSpells v3.5-Release
[19:52:33] [Server thread/INFO] [com.earth2me.essentials.xmpp.EssentialsXMPP]: [EssentialsXMPP] Loading EssentialsXMPP v2.18.1.0
[19:52:33] [Server thread/INFO] [Minecraft]: -------- World Settings For [world] --------
[19:52:33] [Server thread/INFO] [Minecraft]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[19:52:33] [Server thread/INFO] [Minecraft]: Random Lighting Updates: false
[19:52:33] [Server thread/INFO] [Minecraft]: Structure Info Saving: true
[19:52:33] [Server thread/INFO] [Minecraft]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[19:52:33] [Server thread/INFO] [Minecraft]: Max TNT Explosions: 100
[19:52:33] [Server thread/INFO] [Minecraft]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:52:33] [Server thread/INFO] [Minecraft]: Cactus Growth Modifier: 100%
[19:52:33] [Server thread/INFO] [Minecraft]: Cane Growth Modifier: 100%
[19:52:33] [Server thread/INFO] [Minecraft]: Melon Growth Modifier: 100%
[19:52:33] [Server thread/INFO] [Minecraft]: Mushroom Growth Modifier: 100%
[19:52:33] [Server thread/INFO] [Minecraft]: Pumpkin Growth Modifier: 100%
[19:52:33] [Server thread/INFO] [Minecraft]: Sapling Growth Modifier: 100%
[19:52:33] [Server thread/INFO] [Minecraft]: Wheat Growth Modifier: 100%
[19:52:33] [Server thread/INFO] [Minecraft]: NetherWart Growth Modifier: 100%
[19:52:33] [Server thread/INFO] [Minecraft]: Vine Growth Modifier: 100%
[19:52:33] [Server thread/INFO] [Minecraft]: Cocoa Growth Modifier: 100%
[19:52:33] [Server thread/INFO] [Minecraft]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[19:52:33] [Server thread/INFO] [Minecraft]: Mob Spawn Range: 4
[19:52:33] [Server thread/INFO] [Minecraft]: Experience Merge Radius: 3.0
[19:52:33] [Server thread/INFO] [Minecraft]: Item Despawn Rate: 6000
[19:52:33] [Server thread/INFO] [Minecraft]: Item Merge Radius: 2.5
[19:52:33] [Server thread/INFO] [Minecraft]: Arrow Despawn Rate: 1200
[19:52:33] [Server thread/INFO] [Minecraft]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:52:33] [Server thread/INFO] [Minecraft]: View Distance: 7
[19:52:33] [Server thread/INFO] [Minecraft]: Zombie Aggressive Towards Villager: true
[19:52:33] [Server thread/INFO] [Minecraft]: Nerfing mobs spawned from spawners: false
[19:52:33] [Server thread/INFO] [Minecraft]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:52:34] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@11b2dd56)
[19:52:34] [Via-Mappingloader-0/INFO] [us.myles.ViaVersion.ViaVersionPlugin]: [ViaVersion] Loading block connection mappings ...
[19:52:35] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 488 advancements
[19:52:35] [Server thread/INFO] [Minecraft]: -------- World Settings For [DIM-1] --------
[19:52:35] [Server thread/INFO] [Minecraft]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[19:52:35] [Server thread/INFO] [Minecraft]: Random Lighting Updates: false
[19:52:35] [Server thread/INFO] [Minecraft]: Structure Info Saving: true
[19:52:35] [Server thread/INFO] [Minecraft]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[19:52:35] [Server thread/INFO] [Minecraft]: Max TNT Explosions: 100
[19:52:35] [Server thread/INFO] [Minecraft]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:52:35] [Server thread/INFO] [Minecraft]: Cactus Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Cane Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Melon Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Mushroom Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Pumpkin Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Sapling Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Wheat Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: NetherWart Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Vine Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Cocoa Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[19:52:35] [Server thread/INFO] [Minecraft]: Mob Spawn Range: 4
[19:52:35] [Server thread/INFO] [Minecraft]: Experience Merge Radius: 3.0
[19:52:35] [Server thread/INFO] [Minecraft]: Item Despawn Rate: 6000
[19:52:35] [Server thread/INFO] [Minecraft]: Item Merge Radius: 2.5
[19:52:35] [Server thread/INFO] [Minecraft]: Arrow Despawn Rate: 1200
[19:52:35] [Server thread/INFO] [Minecraft]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:52:35] [Server thread/INFO] [Minecraft]: View Distance: 7
[19:52:35] [Server thread/INFO] [Minecraft]: Zombie Aggressive Towards Villager: true
[19:52:35] [Server thread/INFO] [Minecraft]: Nerfing mobs spawned from spawners: false
[19:52:35] [Server thread/INFO] [Minecraft]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:52:35] [Server thread/INFO] [FML]: Loading dimension -1 (DIM-1) (net.minecraft.server.dedicated.DedicatedServer@11b2dd56)
[19:52:35] [Server thread/INFO] [Minecraft]: -------- World Settings For [DIM1] --------
[19:52:35] [Server thread/INFO] [Minecraft]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[19:52:35] [Server thread/INFO] [Minecraft]: Random Lighting Updates: false
[19:52:35] [Server thread/INFO] [Minecraft]: Structure Info Saving: true
[19:52:35] [Server thread/INFO] [Minecraft]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[19:52:35] [Server thread/INFO] [Minecraft]: Max TNT Explosions: 100
[19:52:35] [Server thread/INFO] [Minecraft]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:52:35] [Server thread/INFO] [Minecraft]: Cactus Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Cane Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Melon Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Mushroom Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Pumpkin Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Sapling Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Wheat Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: NetherWart Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Vine Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Cocoa Growth Modifier: 100%
[19:52:35] [Server thread/INFO] [Minecraft]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[19:52:35] [Server thread/INFO] [Minecraft]: Mob Spawn Range: 4
[19:52:35] [Server thread/INFO] [Minecraft]: Experience Merge Radius: 3.0
[19:52:35] [Server thread/INFO] [Minecraft]: Item Despawn Rate: 6000
[19:52:35] [Server thread/INFO] [Minecraft]: Item Merge Radius: 2.5
[19:52:35] [Server thread/INFO] [Minecraft]: Arrow Despawn Rate: 1200
[19:52:35] [Server thread/INFO] [Minecraft]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:52:35] [Server thread/INFO] [Minecraft]: View Distance: 7
[19:52:35] [Server thread/INFO] [Minecraft]: Zombie Aggressive Towards Villager: true
[19:52:35] [Server thread/INFO] [Minecraft]: Nerfing mobs spawned from spawners: false
[19:52:35] [Server thread/INFO] [Minecraft]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:52:35] [Server thread/INFO] [FML]: Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@11b2dd56)
[19:52:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0 (Seed: -1414689515519490218)
[19:52:37] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 0%
[19:52:38] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 43%
[19:52:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 1 (Seed: -1414689515519490218)
[19:52:40] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 2 (Seed: -1414689515519490218)
[19:52:40] [Server thread/INFO] [Ploxh4D.NinjaAttack.Main]: [NinjaAttack] Enabling NinjaAttack v0.1.3
[19:52:40] [Server thread/ERROR] [Minecraft]: Error occurred while enabling NinjaAttack v0.1.3 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/v1_10_R1/World
    at Ploxh4D.NinjaAttack.Main.onEnable(Main.java:33) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[JavaPlugin.class:git-CatServer-1.12.2-a118ddc]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328) [JavaPluginLoader.class:git-CatServer-1.12.2-a118ddc]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [SimplePluginManager.class:git-CatServer-1.12.2-a118ddc]
    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:437) [CraftServer.class:git-CatServer-1.12.2-a118ddc]
    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:385) [CraftServer.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:384) [MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:596) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_10_R1.World
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:140) ~[PluginClassLoader.class:git-CatServer-1.12.2-a118ddc]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:108) ~[PluginClassLoader.class:git-CatServer-1.12.2-a118ddc]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_262]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_262]
    ... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_10_R1.World
    at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_262]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_262]
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) ~[?:1.8.0_262]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_262]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:138) ~[PluginClassLoader.class:git-CatServer-1.12.2-a118ddc]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:108) ~[PluginClassLoader.class:git-CatServer-1.12.2-a118ddc]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_262]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_262]
    ... 10 more
[19:52:40] [Server thread/INFO] [com.barancode.mc.myitems.Main]: [MyItems] Enabling MyItems v1.7
[19:52:40] [Server thread/INFO] [com.barancode.mc.myitems.Main]: [MyItems] Loaded items:
[19:52:40] [Server thread/INFO] [com.barancode.mc.myitems.Main]: [MyItems] - demo
[19:52:40] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin]: [WorldEdit] Enabling WorldEdit v6.1.9;caf0ad9
[19:52:42] [Server thread/INFO] [com.sk89q.wepif.PermissionsResolverManager]: WEPIF: Using the Bukkit Permissions API.
[19:52:42] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter
[19:52:42] [Server thread/INFO] [com.gmail.theposhogamer.DoubleJump]: [DoubleJump] Enabling DoubleJump v1.9
[19:52:42] [Server thread/INFO] []: [DoubleJump] Starting up & loading plugin data.
[19:52:42] [Server thread/INFO] [ch.njol.skript.Skript]: [Skript] Enabling Skript v2.3.7
[19:52:43] [Server thread/INFO] [Minecraft]: [Skript] Successfully generated the config and the example scripts.
[19:52:43] [Server thread/ERROR] [Minecraft]: Error occurred while enabling Skript v2.3.7 (Is it up to date?)
java.lang.AssertionError: java.lang.NoSuchFieldException: BIBLIOCRAFT_CASE
    at com.google.gson.internal.bind.TypeAdapters$EnumTypeAdapter.<init>(TypeAdapters.java:808) ~[TypeAdapters$EnumTypeAdapter.class:?]
    at com.google.gson.internal.bind.TypeAdapters$30.create(TypeAdapters.java:834) ~[TypeAdapters$30.class:?]
    at com.google.gson.Gson.getAdapter(Gson.java:423) ~[Gson.class:?]
    at com.google.gson.internal.bind.MapTypeAdapterFactory.create(MapTypeAdapterFactory.java:126) ~[MapTypeAdapterFactory.class:?]
    at com.google.gson.Gson.getAdapter(Gson.java:423) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:886) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:852) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:801) ~[Gson.class:?]
    at ch.njol.skript.bukkitutil.BukkitUnsafe.loadMaterialMap(BukkitUnsafe.java:175) ~[?:?]
    at ch.njol.skript.bukkitutil.BukkitUnsafe.initialize(BukkitUnsafe.java:116) ~[?:?]
    at ch.njol.skript.Skript.onEnable(Skript.java:396) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[JavaPlugin.class:git-CatServer-1.12.2-a118ddc]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328) [JavaPluginLoader.class:git-CatServer-1.12.2-a118ddc]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [SimplePluginManager.class:git-CatServer-1.12.2-a118ddc]
    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:437) [CraftServer.class:git-CatServer-1.12.2-a118ddc]
    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:385) [CraftServer.class:git-CatServer-1.12.2-a118ddc]
    at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:384) [MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:596) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
Caused by: java.lang.NoSuchFieldException: BIBLIOCRAFT_CASE
    at java.lang.Class.getField(Class.java:1703) ~[?:1.8.0_262]
    at com.google.gson.internal.bind.TypeAdapters$EnumTypeAdapter.<init>(TypeAdapters.java:797) ~[TypeAdapters$EnumTypeAdapter.class:?]
    ... 19 more
[19:52:43] [Server thread/INFO] [com.earth2me.essentials.Essentials]: [Essentials] Enabling Essentials v2.18.1.0
[19:52:44] [ForkJoinPool.commonPool-worker-1/INFO] []: [Skript] A new version of Skript is available: 2.5 (you're currently running 2.3.7)
[19:52:44] [ForkJoinPool.commonPool-worker-1/INFO] []: Download it at: <aqua><u><link:https://github.com/SkriptLang/Skript/releases/download/2.5/Skript.jar>https://github.com/SkriptLang/Skript/releases/download/2.5/Skript.jar
[19:52:44] [Server thread/INFO] [Essentials]: Attempting to convert old kits in config.yml to new kits.yml
[19:52:44] [Server thread/INFO] [Essentials]: No kits found to migrate.
[19:52:45] [Server thread/INFO] [Essentials]: Loaded 852 items from items.csv.
[19:52:45] [Server thread/INFO] [Essentials]: Using locale en
[19:52:45] [Server thread/INFO] [com.earth2me.essentials.Essentials]: [Essentials] ServerListPingEvent: Spigot iterator API
[19:52:45] [Server thread/INFO] [com.earth2me.essentials.Essentials]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[19:52:45] [Server thread/INFO] [com.earth2me.essentials.Essentials]: [Essentials] Using superperms-based permissions.
[19:52:45] [Server thread/INFO] [com.earth2me.essentials.protect.EssentialsProtect]: [EssentialsProtect] Enabling EssentialsProtect v2.18.1.0
[19:52:45] [Server thread/INFO] [com.earth2me.essentials.protect.EssentialsProtect]: [EssentialsProtect] Continuing to enable Protect.
[19:52:45] [Server thread/INFO] [com.earth2me.essentials.protect.EssentialsProtect]: [EssentialsProtect] Starting Metrics. Opt-out using the global bStats config.
[19:52:45] [Server thread/INFO] [com.earth2me.essentials.chat.EssentialsChat]: [EssentialsChat] Enabling EssentialsChat v2.18.1.0
[19:52:46] [Server thread/INFO] [com.earth2me.essentials.chat.EssentialsChat]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[19:52:46] [Server thread/INFO] [com.earth2me.essentials.antibuild.EssentialsAntiBuild]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.18.1.0
[19:52:46] [Server thread/INFO] [com.earth2me.essentials.antibuild.EssentialsAntiBuild]: [EssentialsAntiBuild] Starting Metrics. Opt-out using the global bStats config.
[19:52:46] [Server thread/INFO] [de.slikey.effectlib.EffectLib]: [Effect Library] Enabling EffectLib v6.1
[19:52:46] [Server thread/INFO] [us.myles.ViaVersion.ViaVersionPlugin]: [ViaVersion] Enabling ViaVersion v3.1.1
[19:52:46] [Server thread/INFO] [com.earth2me.essentials.spawn.EssentialsSpawn]: [EssentialsSpawn] Enabling EssentialsSpawn v2.18.1.0
[19:52:46] [Server thread/INFO] [com.earth2me.essentials.spawn.EssentialsSpawn]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[19:52:46] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] Enabling MagicSpells v3.5-Release
[19:52:46] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] Initializing permissions
[19:52:46] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] Loading predefined items...
[19:52:46] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] ...0 predefined items loaded
[19:52:46] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] Loading variables...
[19:52:46] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] ...39 variables loaded
[19:52:46] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] Loading spells...
[19:52:47] [Server thread/WARN] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] LONG SPELL LOAD TIME: list: 188ms
[19:52:47] [Server thread/WARN] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] LONG SPELL LOAD TIME: FoxFire: 294ms
[19:52:47] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] ...spells loaded: 30
[19:52:47] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] Finalizing perms...
[19:52:47] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] ...done
[19:52:47] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] Initializing spells...
[19:52:48] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] ...done
[19:52:48] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] Loading online player spellbooks...
[19:52:48] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] ...done
[19:52:48] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] Initializing passive manager...
[19:52:48] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] ...done
[19:52:48] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] Restored cooldowns
[19:52:48] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] Enabling mana bars...
[19:52:48] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] ...done
[19:52:48] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] Loading cast listeners...
[19:52:48] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] ...done
[19:52:48] [Server thread/INFO] [com.nisovin.magicspells.MagicSpells]: [MagicSpells] MagicSpells loading complete!
[19:52:48] [Server thread/INFO] [com.earth2me.essentials.xmpp.EssentialsXMPP]: [EssentialsXMPP] Enabling EssentialsXMPP v2.18.1.0
[19:52:48] [Server thread/WARN] [EssentialsXMPP]: XMPP is not configured properly. If you do not know what XMPP is, you may wish to remove the EssentialsXXMPP plugin from your server.
[19:52:48] [Server thread/INFO] [com.earth2me.essentials.xmpp.EssentialsXMPP]: [EssentialsXMPP] Starting Metrics. Opt-out using the global bStats config.
[19:52:48] [Server thread/INFO] [Minecraft]: Server permissions file permissions.yml is empty, ignoring it
[19:52:48] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (25.623s)! For help, type "help" or "?"
[19:52:48] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting GS4 status listener
[19:52:48] [Query Listener #1/INFO] [net.minecraft.server.MinecraftServer]: Query running on 0.0.0.0:25817
[19:52:49] [Server thread/WARN] []: [19:52:49][FINE/CustomNPCs][noppes.npcs.controllers.DialogController:44] Loading Dialogs

[19:52:49] [Server thread/WARN] []: [19:52:49][FINE/CustomNPCs][noppes.npcs.controllers.DialogController:46] Done loading Dialogs

[19:52:49] [Server thread/INFO] [us.myles.ViaVersion.ViaVersionPlugin]: [ViaVersion] ViaVersion detected server version: 1.12.2(340)
[19:53:44] [User Authenticator #1/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player OverShoot1 is d6d14a62-4a49-4ffc-853f-5982ad2bc75f
[19:53:45] [Netty Epoll Server IO #1/INFO] [FML]: Client protocol version 2
[19:53:45] [Netty Epoll Server IO #1/INFO] [FML]: Client attempting to join with 13 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[19:53:45] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[19:53:46] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: OverShoot1[/109.20.186.85:60725] logged in with entity id 197 at ([world]-12.272284577371723, 72.0, -59.92734351541717)
[19:53:46] [Server thread/WARN] [com.earth2me.essentials.Essentials]: [Essentials] XMPP is not configured properly. If you do not know what XMPP is, you may wish to remove the EssentialsXXMPP plugin from your server.
[19:53:50] [Timer-3/INFO] [CatServer]: Check CatServer has a new version(eb3ed0a), you can download the update from

Contenu masqué

    Réagissez ou répondez à ce message afin de consulter le contenu masqué.
or turn off the version check in catserver.yml
[19:53:58] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: OverShoot1 issued server command: /skript

 

Partager ce message


Lien à poster
Partager sur d’autres sites
Invité
Ce sujet ne peut plus recevoir de nouvelles réponses.

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.