Aller au contenu

Rechercher dans la communauté

Affichage des résultats pour les étiquettes 'erreur skript'.



Plus d’options de recherche

  • Rechercher par étiquettes

    Saisir les étiquettes en les séparant par une virgule.
  • Rechercher par auteur

Type du contenu


Forums

  • Staff
  • Accueil
    • Annonces
    • Règles du forum
    • Evènements
  • Skript
    • Suggestions
    • Demandes de skripts
    • Aide
    • Tutoriels
    • Skripts
    • Boites à outils
  • Maid Café de Onii-anime
  • Anime ou manga - Debat de Onii-anime
  • Qui es-tu exactement Onii-chan? de Onii-anime
  • Vos recommendations de Onii-anime
  • Meme :D de SupClub
  • Memes de Meme center
  • Discussion de Meme center
  • La street de Meme center
  • Skript de Meme center
  • Comment on fait pour dev de GravenCommu
  • Discussion de Séries et films
  • Prévisions/Spoil de Séries et films
  • Au coin du feu de Séries et films
  • Films de Séries et films
  • Général de Undertale
  • memes de Undertale
  • Général de Le club des ours
  • Recommandations de Musik
  • Créations de Musik
  • Découvertes de Musik
  • Demande d'aide de Aide
  • Animes à conseiller de Animes / Mangas
  • Mangas à conseiller de Animes / Mangas
  • Animes en vrac de Animes / Mangas

Catégories

  • Skripts
    • Mini-Jeux
    • Outils d'administration
    • Outils Anti-Grief
    • Gestion de Tchat
    • Outils pour les développeurs
    • Economie
    • Correctifs (anti-cheat, anti-lag, ...)
    • Général (utilitaires)
    • Fun
    • Informationnel (annonces, ...)
    • Mécanisme (système sans fil, ...)
    • Divers (skripts hors-catégorie)
    • Rôle-Play
    • Téléportation (portail, ...)
    • Web (base de données SQL, ...)
    • Gestion de monde (worledit, ...)
    • Génération de structures
    • Skripts Débutants
    • Bazar à Code
  • Add-ons
  • API / IDE
  • Vos memes de Onii-anime
  • Petites Ressources de SupClub

Rechercher les résultats dans…

Rechercher les résultats qui…


Date de création

  • Début

    Fin


Dernière mise à jour

  • Début

    Fin


Filtrer par nombre de…

Inscription

  • Début

    Fin


Groupe


2 résultats trouvés

  1. Version de Minecraft : 1.8 Version de Skript : 2.1.2 Bonjour, j'ai vraiment besoin d'aide : j'ai une erreur à chaque fois que j'essaie de remplacer un slot de l'inventaire du joueur par un item, le code et l'erreur ci-dessous. le code : command /test: permission: op trigger: set slot 0 of player to compass named "&6&lGamemodes" L'erreur : 'player' is not an item stack (skript.sk, line7: set slot 0 of player to compass named "&6Gamemodes"') Merci d'avance.
  2. Version de Minecraft : 1.X.X Version de Skript : 2.X.X Addons utilisés: SkQuery Type du skript : Skript non fonctionnel Description du script : Bonjour, ce Skript fonctionné très bien en 1.8, j'ai décidé de passer en 1.19 (Bukkit) puis je suis passé sous Spigot en 1.19.4 pensant régler le problème. Et mon code ne fonctionne plus, voici l'erreur: [17:33:18] [Server thread/INFO]: maxboujan issued server command: /sk reload bunker [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! [Skript] Severe Error: [17:33:18] [Server thread/ERROR]: #!#! Could not load bunker.sk [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [17:33:18] [Server thread/ERROR]: #!#! If you're a server admin however please go to [Contenu masqué] [17:33:18] [Server thread/ERROR]: #!#! and check whether this error has already been reported. [17:33:18] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service), [17:33:18] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [17:33:18] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [17:33:18] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! Stack trace: [17:33:18] [Server thread/ERROR]: #!#! java.lang.IllegalStateException: Cannot use classinfos until registration is over [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.checkAllowClassInfoInteraction(Classes.java:240) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfos(Classes.java:245) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:414) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.parse(Classes.java:449) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:385) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:445) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1159) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:219) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:174) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:753) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:465) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:469) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:269) [17:33:18] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:185) [17:33:18] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) [17:33:18] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) [17:33:18] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_19_R3.CraftServer.dispatchCommand(CraftServer.java:841) [17:33:18] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_19_R3.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) [17:33:18] [Server thread/ERROR]: #!#! at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:312) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:296) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1949) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1911) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:67) [17:33:18] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.TickTask.run(SourceFile:18) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:156) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1154) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:130) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.bi(MinecraftServer.java:1133) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1126) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:139) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.i_(MinecraftServer.java:1110) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1021) [17:33:18] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304) [17:33:18] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:833) [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! Version Information: [17:33:18] [Server thread/ERROR]: #!#! Skript: 2.2-dev27 [17:33:18] [Server thread/ERROR]: #!#! Bukkit: 1.19.4-R0.1-SNAPSHOT [17:33:18] [Server thread/ERROR]: #!#! Minecraft: 1.19.4 [17:33:18] [Server thread/ERROR]: #!#! Java: 17.0.1 (OpenJDK 64-Bit Server VM 17.0.1+12) [17:33:18] [Server thread/ERROR]: #!#! OS: Linux amd64 4.9.0-16-amd64 [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! Running CraftBukkit: false [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! Current node: wait a tick (bunker.sk, line 3) [17:33:18] [Server thread/ERROR]: #!#! Current item: null [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! Thread: Server thread [17:33:18] [Server thread/ERROR]: #!#! [17:33:18] [Server thread/ERROR]: #!#! End of Error. [17:33:18] [Server thread/ERROR]: #!#! Merci pour votre aide.
×
×
  • 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.