Problème plugin practice

Alex Fatta

Commandant de la Flotte et de la Horde
13 Août 2014
1 391
1
191
187
Bonjour !

As-tu des erreurs dans tes logs ? Si oui peux tu les envoyer grâce aux balises "code" que tu trouveras dans le '+' de la barre d'outil de ton message ;)

AlexFatta
 

Starx_

Architecte en herbe
2 Mai 2016
118
1
124
23
Bonjour , non car le plugin ne se lance meme pas dans les logs ..

Personne ne sais comment régler ?
 
Dernière édition par un modérateur:

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 536
24
2 247
347
28
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

Un fichier .jar mis dans le dossier "Plugins" produit "obligatoirement" des messages dans les logs.
Sans ces messages dans les logs, non on ne peut rien faire pour toi.


Cordialement,
Detobel36
 

Starx_

Architecte en herbe
2 Mai 2016
118
1
124
23
Salut,

Un fichier .jar mis dans le dossier "Plugins" produit "obligatoirement" des messages dans les logs.
Sans ces messages dans les logs, non on ne peut rien faire pour toi.


Cordialement,
Detobel36
Bonjour , y a t il un moyen pour communiquer vocalement ? ( discord , teamspeak ou skype )
 

Alex Fatta

Commandant de la Flotte et de la Horde
13 Août 2014
1 391
1
191
187
Bonjour !

Bon ! Commençons par le commencement :

Code:
[13:49:40] [Server thread/ERROR]: Could not load 'plugins/FastPot.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: privatebukkitschedulerinterface/PublicBukkitSchedulerInterface : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-PaperSpigot-1f7d532]
Caused by: java.lang.UnsupportedClassVersionError: privatebukkitschedulerinterface/PublicBukkitSchedulerInterface : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_171]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_171]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_171]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_171]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_171]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_171]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_171]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_171]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    ... 6 more

Erreur lors du lancement de FastPot. Tu devrais changer de version.

Code:
[13:49:40] [Server thread/ERROR]: Could not load 'plugins/Screenshare.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: net/frozendev/screenshare/Screenshare : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-PaperSpigot-1f7d532]
Caused by: java.lang.UnsupportedClassVersionError: net/frozendev/screenshare/Screenshare : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_171]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_171]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_171]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_171]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_171]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_171]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_171]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_171]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    ... 6 more

Erreur lors du lancement de Screenshare. Il semblerai là aussi qu'il y ai un problème de version.

Code:
[13:49:40] [Server thread/ERROR]: Could not load 'plugins/FastAsyncWorldEdit-bukkit-18.04.29-d32bcaa-1096-19.7.1.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/boydti/fawe/bukkit/BukkitMain : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-PaperSpigot-1f7d532]
Caused by: java.lang.UnsupportedClassVersionError: com/boydti/fawe/bukkit/BukkitMain : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_171]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_171]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_171]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_171]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_171]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_171]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_171]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_171]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    ... 6 more

Même erreurs avec FastAsyncWorldEdit (donc FAWE ne se lance pas, voilà d'où vient ton problème).

Code:
[13:49:40] [Server thread/ERROR]: Could not load 'plugins/ProPractice(1).jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: FastAsyncWorldEdit
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:223) [Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-PaperSpigot-1f7d532]

ProPractice ne se lance pas car FAWE ne s'est pas lancé.

Code:
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 166! (aliases-english.sk, line 202: barrier = 166')
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 179! (aliases-english.sk, line 356: red sand[ ]stone?s = 179')
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 182! (aliases-english.sk, line 600: {default} = 44, 126, 182')
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 182! (aliases-english.sk, line 601: single = 44, 126, 182')
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 181! (aliases-english.sk, line 602: double = 43, 125, 181')
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 182! (aliases-english.sk, line 608: {default} = 182')
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 182! (aliases-english.sk, line 609: single = 182')
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 181! (aliases-english.sk, line 610: double = 181')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 180! (aliases-english.sk, line 735: red sand[ ]stone = 180')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 193! (aliases-english.sk, line 802: {default} = 64, 71, 193, 194, 195, 196, 197')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 193! (aliases-english.sk, line 803: wood[en] = 64, 193, 194, 195, 196, 197')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 193! (aliases-english.sk, line 806: (pine|redwood|fir|spruce) [wood] = 193')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 194! (aliases-english.sk, line 807: birch [wood] = 194')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 195! (aliases-english.sk, line 808: jungle [wood] = 195')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 196! (aliases-english.sk, line 809: acacia [wood] = 196')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 197! (aliases-english.sk, line 810: dark oak [wood] = 197')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 427! (aliases-english.sk, line 817: {default} = 324, 330, 427, 428, 429, 430, 431')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 427! (aliases-english.sk, line 818: wood[en] = 324, 427, 428, 429, 430, 431')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 427! (aliases-english.sk, line 821: (pine|redwood|fir|spruce) [wood] = 427')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 428! (aliases-english.sk, line 822: birch [wood] = 428')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 429! (aliases-english.sk, line 823: jungle [wood] = 429')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 430! (aliases-english.sk, line 824: acacia [wood] = 430')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 431! (aliases-english.sk, line 825: dark oak [wood] = 431')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 193! (aliases-english.sk, line 828: {default} = 64, 71, 193, 194, 195, 196, 197, 324, 330, 427, 428, 429, 430, 431')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 193! (aliases-english.sk, line 829: wood[en] = 64, 193, 194, 195, 196, 197, 324, 427, 428, 429, 430, 431')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 193! (aliases-english.sk, line 832: (pine|redwood|fir|spruce) [wood] = 193, 427')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 194! (aliases-english.sk, line 833: birch [wood] = 194, 428')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 195! (aliases-english.sk, line 834: jungle [wood] = 195, 429')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 196! (aliases-english.sk, line 835: acacia [wood] = 196, 430')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 197! (aliases-english.sk, line 836: dark oak [wood] = 197, 431')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 193! (aliases-english.sk, line 838: door?s = 64, 71, 193, 194, 195, 196, 197, 324, 330, 427, 428, 429, 430, 431')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 167! (aliases-english.sk, line 844: iron trapdoor = 167')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 167! (aliases-english.sk, line 845: iron open[ed] trapdoor?s = 167:4-7')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 167! (aliases-english.sk, line 846: iron closed trapdoor?s = 167:0-3')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 183! (aliases-english.sk, line 848: fence gate?s = 107, 183, 184, 185, 186, 187')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 183! (aliases-english.sk, line 850: {default} = 107, 183, 184, 185, 186, 187')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 183! (aliases-english.sk, line 851: wooden = 107, 183, 184, 185, 186, 187')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 183! (aliases-english.sk, line 853: (pine|redwood|fir|spruce) [wood] = 183')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 184! (aliases-english.sk, line 854: birch [wood] = 184')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 185! (aliases-english.sk, line 855: jungle [wood] = 185')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 186! (aliases-english.sk, line 856: acacia [wood] = 186')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 187! (aliases-english.sk, line 857: dark oak [wood] = 187')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 178! (aliases-english.sk, line 990: inverted daylight sensor?s = 178')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 188! (aliases-english.sk, line 1030: {default} = 85, 113, 188, 189, 190, 191, 192')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 188! (aliases-english.sk, line 1032: wooden = 85, 188, 189, 190, 191, 192')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 188! (aliases-english.sk, line 1034: (pine|redwood|fir|spruce) [wood] = 188')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 189! (aliases-english.sk, line 1035: birch [wood] = 189')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 190! (aliases-english.sk, line 1036: jungle [wood] = 190')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 191! (aliases-english.sk, line 1037: acacia [wood] = 191')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 192! (aliases-english.sk, line 1038: dark oak [wood] = 192')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 165! (aliases-english.sk, line 1278: slime block = 165')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 168! (aliases-english.sk, line 1281: prismarine block?s = 168:0')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 168! (aliases-english.sk, line 1282: prismarine brick?s = 168:1')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 168! (aliases-english.sk, line 1283: dark prismarine block?s = 168:2')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 168! (aliases-english.sk, line 1284: any prismarine block?s = 168:0-2')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 169! (aliases-english.sk, line 1285: sea lantern?s = 169')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 409! (aliases-english.sk, line 1286: prismarine shard?s = 409')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 410! (aliases-english.sk, line 1287: prismarine crystal?s = 410')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 176! (aliases-english.sk, line 1290: {wool} banner = 176, 177, 425')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 425! (aliases-english.sk, line 1291: {wool} banner item = 425')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 176! (aliases-english.sk, line 1292: {wool} banner block = 176, 177')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 176! (aliases-english.sk, line 1293: {wool} standing banner [block] = 176')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 177! (aliases-english.sk, line 1294: {wool} wall banner [block] = 177')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 411! (aliases-english.sk, line 1851: [<any>] rabbit meat = 411, 412')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 411! (aliases-english.sk, line 1852: raw rabbit?s = 411')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 411! (aliases-english.sk, line 1853: raw rabbit meat = 411')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 412! (aliases-english.sk, line 1854: cooked rabbit?s = 412')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 412! (aliases-english.sk, line 1855: cooked rabbit meat = 412')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 413! (aliases-english.sk, line 1856: rabbit stew?s = 413')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 414! (aliases-english.sk, line 1857: rabbit foot?s = 414')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 415! (aliases-english.sk, line 1858: rabbit hide?s = 415')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 415! (aliases-english.sk, line 1859: rabbit skin = 415')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 415! (aliases-english.sk, line 1860: rabbit leather = 415')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 416! (aliases-english.sk, line 1864: armo[u]r stand = 416')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 423! (aliases-english.sk, line 1885: [<any>] mutton = 423, 424')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 423! (aliases-english.sk, line 1886: [<any>] sheep meat = 423, 424')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 423! (aliases-english.sk, line 1887: raw mutton = 423')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 423! (aliases-english.sk, line 1888: raw sheep meat = 423')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 424! (aliases-english.sk, line 1889: cooked mutton = 424')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 424! (aliases-english.sk, line 1890: cooked sheep meat = 424')
[13:49:46] [Server thread/ERROR]: [Skript] 'cooked rabbit' is not an item type (aliases-english.sk, line 124: healthy food?s = any apple, mushroom soup, bread, cooked porkchop, cooked fish, cookie, melon slice, steak, cooked chicken, any carrot, potato, baked potato, pumpkin pie, cooked rabbit, rabbit stew, cooked mutton')

Skript qui vient gueuler comme quoi il reconnait pas les matériaux.

Code:
[13:49:53] [Server thread/ERROR]: Error occurred while enabling skRayFall v1.9.12 (Is it up to date?)
java.lang.UnsupportedClassVersionError: net/rayfall/eyesniper2/skrayfall/SyntaxManagerInterface : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_171]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_171]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_171]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_171]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_171]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_171]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:193) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_171]
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_171]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_171]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_171]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_171]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_171]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_171]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:193) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_171]
    at net.rayfall.eyesniper2.skrayfall.Core.onEnable(Core.java:66) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:354) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:328) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:284) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-PaperSpigot-1f7d532]

SkRayFall qui ne se lance pas : problème de version du plugin.

Code:
[13:49:54] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (FixedDuel.sk, line 36: ReportItem6:')
[13:49:54] [Server thread/ERROR]: [Skript] invalid line in options (FixedDuel.sk, line 36: ReportItem6:')
[13:49:55] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running a [3mbeta[m version of Skript, and no new [3mstable[m version is available. Please note that you have to update to newer beta versions manually![m
[13:50:00] [Server thread/ERROR]: [Skript] undefined option {@ReportItem4} (FixedDuel.sk, line 857: format slot 3 of player with {@ReportItem4} named "{@ReportOption4}" to close then run [make player execute command "/reportset %arg 1% {@ReportOption4}"]')
[13:50:00] [Server thread/ERROR]: [Skript] undefined option {@ReportOption4} (FixedDuel.sk, line 857: format slot 3 of player with {@ReportItem4} named "{@ReportOption4}" to close then run [make player execute command "/reportset %arg 1% {@ReportOption4}"]')
[13:50:00] [Server thread/ERROR]: [Skript] undefined option {@ReportOption4} (FixedDuel.sk, line 857: format slot 3 of player with {@ReportItem4} named "{@ReportOption4}" to close then run [make player execute command "/reportset %arg 1% {@ReportOption4}"]')
[13:50:00] [Server thread/ERROR]: [Skript] undefined option {@ReportItem5} (FixedDuel.sk, line 858: format slot 4 of player with {@ReportItem5} named "{@ReportOption5}" to close then run [make player execute command "/reportset %arg 1% {@ReportOption5}"]')
[13:50:00] [Server thread/ERROR]: [Skript] undefined option {@ReportOption5} (FixedDuel.sk, line 858: format slot 4 of player with {@ReportItem5} named "{@ReportOption5}" to close then run [make player execute command "/reportset %arg 1% {@ReportOption5}"]')
[13:50:00] [Server thread/ERROR]: [Skript] undefined option {@ReportOption5} (FixedDuel.sk, line 858: format slot 4 of player with {@ReportItem5} named "{@ReportOption5}" to close then run [make player execute command "/reportset %arg 1% {@ReportOption5}"]')
[13:50:00] [Server thread/ERROR]: [Skript] undefined option {@ReportItem6} (FixedDuel.sk, line 859: format slot 5 of player with {@ReportItem6} named "{@ReportOption6}" to close then run [make player execute command "/reportset %arg 1% {@ReportOption6}"]')
[13:50:01] [Server thread/INFO]: [Skript] Loaded 3 scripts with a total of 43 triggers and 19 commands in 7.46 seconds
[13:50:01] [Server thread/INFO]: [Skript] Finished loading.
[13:50:01] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[13:50:02] [Craft Scheduler Thread - 5/WARN]: Exception in thread "Craft Scheduler Thread - 5"
[13:50:02] [Craft Scheduler Thread - 5/WARN]: org.apache.commons.lang.UnhandledException: Plugin Skript v2.2-Fixes-V8 generated an exception while executing task 12
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:622)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
    at ch.njol.skript.Skript$4.run(Skript.java:520)
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

Puis quelques erreurs dans les skript codés.

Bon voilà ca fait un paquet d'erreurs. Concernant ProPractice, tu dois trouver une version de FAWE qui se lance sans erreur. Si tu as encore des erreurs dans la console concernant FAWE change de version jusqu'à ce que tu en trouve une qui fonctionne ;)

AlexFatta
 

Starx_

Architecte en herbe
2 Mai 2016
118
1
124
23
Bonjour !

Bon ! Commençons par le commencement :

Code:
[13:49:40] [Server thread/ERROR]: Could not load 'plugins/FastPot.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: privatebukkitschedulerinterface/PublicBukkitSchedulerInterface : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-PaperSpigot-1f7d532]
Caused by: java.lang.UnsupportedClassVersionError: privatebukkitschedulerinterface/PublicBukkitSchedulerInterface : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_171]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_171]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_171]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_171]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_171]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_171]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_171]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_171]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    ... 6 more

Erreur lors du lancement de FastPot. Tu devrais changer de version.

Code:
[13:49:40] [Server thread/ERROR]: Could not load 'plugins/Screenshare.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: net/frozendev/screenshare/Screenshare : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-PaperSpigot-1f7d532]
Caused by: java.lang.UnsupportedClassVersionError: net/frozendev/screenshare/Screenshare : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_171]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_171]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_171]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_171]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_171]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_171]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_171]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_171]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    ... 6 more

Erreur lors du lancement de Screenshare. Il semblerai là aussi qu'il y ai un problème de version.

Code:
[13:49:40] [Server thread/ERROR]: Could not load 'plugins/FastAsyncWorldEdit-bukkit-18.04.29-d32bcaa-1096-19.7.1.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/boydti/fawe/bukkit/BukkitMain : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-PaperSpigot-1f7d532]
Caused by: java.lang.UnsupportedClassVersionError: com/boydti/fawe/bukkit/BukkitMain : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_171]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_171]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_171]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_171]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_171]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_171]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_171]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_171]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    ... 6 more

Même erreurs avec FastAsyncWorldEdit (donc FAWE ne se lance pas, voilà d'où vient ton problème).

Code:
[13:49:40] [Server thread/ERROR]: Could not load 'plugins/ProPractice(1).jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: FastAsyncWorldEdit
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:223) [Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-PaperSpigot-1f7d532]

ProPractice ne se lance pas car FAWE ne s'est pas lancé.

Code:
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 166! (aliases-english.sk, line 202: barrier = 166')
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 179! (aliases-english.sk, line 356: red sand[ ]stone?s = 179')
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 182! (aliases-english.sk, line 600: {default} = 44, 126, 182')
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 182! (aliases-english.sk, line 601: single = 44, 126, 182')
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 181! (aliases-english.sk, line 602: double = 43, 125, 181')
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 182! (aliases-english.sk, line 608: {default} = 182')
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 182! (aliases-english.sk, line 609: single = 182')
[13:49:44] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 181! (aliases-english.sk, line 610: double = 181')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 180! (aliases-english.sk, line 735: red sand[ ]stone = 180')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 193! (aliases-english.sk, line 802: {default} = 64, 71, 193, 194, 195, 196, 197')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 193! (aliases-english.sk, line 803: wood[en] = 64, 193, 194, 195, 196, 197')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 193! (aliases-english.sk, line 806: (pine|redwood|fir|spruce) [wood] = 193')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 194! (aliases-english.sk, line 807: birch [wood] = 194')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 195! (aliases-english.sk, line 808: jungle [wood] = 195')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 196! (aliases-english.sk, line 809: acacia [wood] = 196')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 197! (aliases-english.sk, line 810: dark oak [wood] = 197')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 427! (aliases-english.sk, line 817: {default} = 324, 330, 427, 428, 429, 430, 431')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 427! (aliases-english.sk, line 818: wood[en] = 324, 427, 428, 429, 430, 431')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 427! (aliases-english.sk, line 821: (pine|redwood|fir|spruce) [wood] = 427')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 428! (aliases-english.sk, line 822: birch [wood] = 428')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 429! (aliases-english.sk, line 823: jungle [wood] = 429')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 430! (aliases-english.sk, line 824: acacia [wood] = 430')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 431! (aliases-english.sk, line 825: dark oak [wood] = 431')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 193! (aliases-english.sk, line 828: {default} = 64, 71, 193, 194, 195, 196, 197, 324, 330, 427, 428, 429, 430, 431')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 193! (aliases-english.sk, line 829: wood[en] = 64, 193, 194, 195, 196, 197, 324, 427, 428, 429, 430, 431')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 193! (aliases-english.sk, line 832: (pine|redwood|fir|spruce) [wood] = 193, 427')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 194! (aliases-english.sk, line 833: birch [wood] = 194, 428')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 195! (aliases-english.sk, line 834: jungle [wood] = 195, 429')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 196! (aliases-english.sk, line 835: acacia [wood] = 196, 430')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 197! (aliases-english.sk, line 836: dark oak [wood] = 197, 431')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 193! (aliases-english.sk, line 838: door?s = 64, 71, 193, 194, 195, 196, 197, 324, 330, 427, 428, 429, 430, 431')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 167! (aliases-english.sk, line 844: iron trapdoor = 167')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 167! (aliases-english.sk, line 845: iron open[ed] trapdoor?s = 167:4-7')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 167! (aliases-english.sk, line 846: iron closed trapdoor?s = 167:0-3')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 183! (aliases-english.sk, line 848: fence gate?s = 107, 183, 184, 185, 186, 187')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 183! (aliases-english.sk, line 850: {default} = 107, 183, 184, 185, 186, 187')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 183! (aliases-english.sk, line 851: wooden = 107, 183, 184, 185, 186, 187')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 183! (aliases-english.sk, line 853: (pine|redwood|fir|spruce) [wood] = 183')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 184! (aliases-english.sk, line 854: birch [wood] = 184')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 185! (aliases-english.sk, line 855: jungle [wood] = 185')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 186! (aliases-english.sk, line 856: acacia [wood] = 186')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 187! (aliases-english.sk, line 857: dark oak [wood] = 187')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 178! (aliases-english.sk, line 990: inverted daylight sensor?s = 178')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 188! (aliases-english.sk, line 1030: {default} = 85, 113, 188, 189, 190, 191, 192')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 188! (aliases-english.sk, line 1032: wooden = 85, 188, 189, 190, 191, 192')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 188! (aliases-english.sk, line 1034: (pine|redwood|fir|spruce) [wood] = 188')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 189! (aliases-english.sk, line 1035: birch [wood] = 189')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 190! (aliases-english.sk, line 1036: jungle [wood] = 190')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 191! (aliases-english.sk, line 1037: acacia [wood] = 191')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 192! (aliases-english.sk, line 1038: dark oak [wood] = 192')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 165! (aliases-english.sk, line 1278: slime block = 165')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 168! (aliases-english.sk, line 1281: prismarine block?s = 168:0')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 168! (aliases-english.sk, line 1282: prismarine brick?s = 168:1')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 168! (aliases-english.sk, line 1283: dark prismarine block?s = 168:2')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 168! (aliases-english.sk, line 1284: any prismarine block?s = 168:0-2')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 169! (aliases-english.sk, line 1285: sea lantern?s = 169')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 409! (aliases-english.sk, line 1286: prismarine shard?s = 409')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 410! (aliases-english.sk, line 1287: prismarine crystal?s = 410')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 176! (aliases-english.sk, line 1290: {wool} banner = 176, 177, 425')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 425! (aliases-english.sk, line 1291: {wool} banner item = 425')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 176! (aliases-english.sk, line 1292: {wool} banner block = 176, 177')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 176! (aliases-english.sk, line 1293: {wool} standing banner [block] = 176')
[13:49:45] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 177! (aliases-english.sk, line 1294: {wool} wall banner [block] = 177')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 411! (aliases-english.sk, line 1851: [<any>] rabbit meat = 411, 412')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 411! (aliases-english.sk, line 1852: raw rabbit?s = 411')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 411! (aliases-english.sk, line 1853: raw rabbit meat = 411')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 412! (aliases-english.sk, line 1854: cooked rabbit?s = 412')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 412! (aliases-english.sk, line 1855: cooked rabbit meat = 412')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 413! (aliases-english.sk, line 1856: rabbit stew?s = 413')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 414! (aliases-english.sk, line 1857: rabbit foot?s = 414')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 415! (aliases-english.sk, line 1858: rabbit hide?s = 415')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 415! (aliases-english.sk, line 1859: rabbit skin = 415')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 415! (aliases-english.sk, line 1860: rabbit leather = 415')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 416! (aliases-english.sk, line 1864: armo[u]r stand = 416')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 423! (aliases-english.sk, line 1885: [<any>] mutton = 423, 424')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 423! (aliases-english.sk, line 1886: [<any>] sheep meat = 423, 424')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 423! (aliases-english.sk, line 1887: raw mutton = 423')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 423! (aliases-english.sk, line 1888: raw sheep meat = 423')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 424! (aliases-english.sk, line 1889: cooked mutton = 424')
[13:49:46] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 424! (aliases-english.sk, line 1890: cooked sheep meat = 424')
[13:49:46] [Server thread/ERROR]: [Skript] 'cooked rabbit' is not an item type (aliases-english.sk, line 124: healthy food?s = any apple, mushroom soup, bread, cooked porkchop, cooked fish, cookie, melon slice, steak, cooked chicken, any carrot, potato, baked potato, pumpkin pie, cooked rabbit, rabbit stew, cooked mutton')

Skript qui vient gueuler comme quoi il reconnait pas les matériaux.

Code:
[13:49:53] [Server thread/ERROR]: Error occurred while enabling skRayFall v1.9.12 (Is it up to date?)
java.lang.UnsupportedClassVersionError: net/rayfall/eyesniper2/skrayfall/SyntaxManagerInterface : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_171]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_171]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_171]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_171]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_171]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_171]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:193) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_171]
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_171]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_171]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_171]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_171]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_171]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_171]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_171]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_171]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:193) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_171]
    at net.rayfall.eyesniper2.skrayfall.Core.onEnable(Core.java:66) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [Spigot.jar:git-PaperSpigot-1f7d532]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:354) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:328) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:284) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [Spigot.jar:git-PaperSpigot-1f7d532]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-PaperSpigot-1f7d532]

SkRayFall qui ne se lance pas : problème de version du plugin.

Code:
[13:49:54] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (FixedDuel.sk, line 36: ReportItem6:')
[13:49:54] [Server thread/ERROR]: [Skript] invalid line in options (FixedDuel.sk, line 36: ReportItem6:')
[13:49:55] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running a [3mbeta[m version of Skript, and no new [3mstable[m version is available. Please note that you have to update to newer beta versions manually![m
[13:50:00] [Server thread/ERROR]: [Skript] undefined option {@ReportItem4} (FixedDuel.sk, line 857: format slot 3 of player with {@ReportItem4} named "{@ReportOption4}" to close then run [make player execute command "/reportset %arg 1% {@ReportOption4}"]')
[13:50:00] [Server thread/ERROR]: [Skript] undefined option {@ReportOption4} (FixedDuel.sk, line 857: format slot 3 of player with {@ReportItem4} named "{@ReportOption4}" to close then run [make player execute command "/reportset %arg 1% {@ReportOption4}"]')
[13:50:00] [Server thread/ERROR]: [Skript] undefined option {@ReportOption4} (FixedDuel.sk, line 857: format slot 3 of player with {@ReportItem4} named "{@ReportOption4}" to close then run [make player execute command "/reportset %arg 1% {@ReportOption4}"]')
[13:50:00] [Server thread/ERROR]: [Skript] undefined option {@ReportItem5} (FixedDuel.sk, line 858: format slot 4 of player with {@ReportItem5} named "{@ReportOption5}" to close then run [make player execute command "/reportset %arg 1% {@ReportOption5}"]')
[13:50:00] [Server thread/ERROR]: [Skript] undefined option {@ReportOption5} (FixedDuel.sk, line 858: format slot 4 of player with {@ReportItem5} named "{@ReportOption5}" to close then run [make player execute command "/reportset %arg 1% {@ReportOption5}"]')
[13:50:00] [Server thread/ERROR]: [Skript] undefined option {@ReportOption5} (FixedDuel.sk, line 858: format slot 4 of player with {@ReportItem5} named "{@ReportOption5}" to close then run [make player execute command "/reportset %arg 1% {@ReportOption5}"]')
[13:50:00] [Server thread/ERROR]: [Skript] undefined option {@ReportItem6} (FixedDuel.sk, line 859: format slot 5 of player with {@ReportItem6} named "{@ReportOption6}" to close then run [make player execute command "/reportset %arg 1% {@ReportOption6}"]')
[13:50:01] [Server thread/INFO]: [Skript] Loaded 3 scripts with a total of 43 triggers and 19 commands in 7.46 seconds
[13:50:01] [Server thread/INFO]: [Skript] Finished loading.
[13:50:01] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[13:50:02] [Craft Scheduler Thread - 5/WARN]: Exception in thread "Craft Scheduler Thread - 5"
[13:50:02] [Craft Scheduler Thread - 5/WARN]: org.apache.commons.lang.UnhandledException: Plugin Skript v2.2-Fixes-V8 generated an exception while executing task 12
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:622)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
    at ch.njol.skript.Skript$4.run(Skript.java:520)
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

Puis quelques erreurs dans les skript codés.

Bon voilà ca fait un paquet d'erreurs. Concernant ProPractice, tu dois trouver une version de FAWE qui se lance sans erreur. Si tu as encore des erreurs dans la console concernant FAWE change de version jusqu'à ce que tu en trouve une qui fonctionne ;)

AlexFatta
WOAW merci ! je vais del les pl sauf propractice et FAWE pour m'occuper d'eux principalement , et pour la version de FAWE il y en a qu'une ( les autres je sais pas où elles sont ) .Donc si vous savez ou trouvez celles-ci ?