-
Compteur de contenus
874 -
Inscription
-
Dernière visite
-
Jours gagnés
20
Type de contenu
Profils
Forums
Téléchargements
Tout ce qui a été posté par Blackmine57
-
Bonjour, D'abord je m’excuse car je pense que je me suis trompé de section, mais je ne savais pas ou le mettre =) J'ai un problème, j'ai installé Optifine pour réduire les lags, sa a marché, mais maintenant j'ai des rollbacks. Comment je peux faire ? Merci
-
Si, pour avoir moins de faux positif
-
Ok mais pourquoi ?
-
A ok Erreur : [16:06:03 INFO]: [skript] Reloading cw.sk... [16:06:03 ERROR]: 'tps is' is not an entity type (cw.sk, line 117: if tps is > 18:') [16:06:03 INFO]: [skript] Encountered 1 error while reloading cw.sk!
-
A oui j'avais pas compris, et merci, mais c'est possible d'enlever le Y dans player's location (car si on tombe sa bug un peu.)
-
Eh toutes les variables inventory.... ?
-
Marche pas, pas d'erreur mais marche pas. C'est peut-être mon script qui déconne on inventory open: set {inventory.%player%.position} to location of player wait 1 second if tps is more than 18: if player's ping is less than 150: if distance between player's location and {inventory.%player%.location} < 5: if file "plugins/CheatWarn/InventoryWalk/%player%.yml" doesn't exists: create file "plugins/CheatWarn/InventoryWalk/%player%.yml" wf "Creation du fichier: %now%" to "plugins/CheatWarn/InventoryWalk/%player%.yml" wf "IP : %player's ip%" to "plugins/CheatWarn/InventoryWalk/%player%.yml" wf "UUID : %player's UUID%" to "plugins/CheatWarn/InventoryWalk/%player%.yml" wf "" to "plugins/CheatWarn/InventoryWalk/%player%.yml" wf "" to "plugins/CheatWarn/InventoryWalk/%player%.yml" wf "[%now%] Verifié par CheatWarn" to "plugins/CheatWarn/InventoryWalk/%player%.yml" else: wf "" to "plugins/CheatWarn/InventoryWalk/%player%.yml" wf "" to "plugins/CheatWarn/InventoryWalk/%player%.yml" wf "[%now%] Verifié par CheatWarn" to "plugins/CheatWarn/InventoryWalk/%player%.yml"
-
[13:40:15 INFO]: [skript] Reloading cw.sk... [13:40:15 ERROR]: '5 blocks' is not an entity type (cw.sk, line 115: if distance between player and {inventory.%player%.position} is less than 5 blocks:') [13:40:15 INFO]: [skript] Encountered 1 error while reloading cw.sk!
-
'<...>< 5' can only accept a single object, not more (cw.sk, line 115: if distance between player's location and {inventory.%player%.position} =< 5:')
-
Marche pas, même erreur (radius 5 around {inventory.%player%.position}' is not an item stack...)
-
Bonjour, Je suis entrain de faire un script de inventory walk mais sa ne marche pas : [20:24:20 ERROR]: 'in radius 5 around {inventory.%player%.position}' is not an entity type (cw.sk, line 115: player is in radius 5 around {inventory.%player%.position}:') [20:24:20 INFO]: [skript] Encountered 1 error while reloading cw.sk! Donc j'aimerais savoir comment faire :) voila mon script on inventory open: set {inventory.%player%.position} to location of player wait 1 second if tps is more than 18: if player's ping is less than 150: if player is in radius 5 around {inventory.%player%.position}: Merci :)
-
Quoi comme précision ? Je demande que un truc :p
-
Bah, je sais comment faire pour le fichier YML et comment le modifier, et un rayon de 3 blocs autour du joueur :p
-
Bonjour, J'ai un problème, j'aimerais faire un script qui, quand on ouvre l'inventaire, sa set la location du joueur, on attend une seconde, puis, que si le joueur est dans un rayon de 3 blocks, sa modifie un fichier yml (je sais comment pour le fichier yml) Merci.
-
A merci beaucoup :)
-
Mais pourquoi avant sa marchait ? Et pourquoi d'un coup tu me tutoie plus ? ;p
-
Umbaska ne marche pas en 1.10, il fait bugé tous mes scripts.
-
1.10
-
Bah, c'est quoi le problème ? :p
-
D'accord, mais c'est quoi le problème de la première erreur ? Bah, j'ai que fais ça sur le script :p on load: if folder "plugins/pvp" exists: create folder "plugins/pvp"
-
Bonjour, j'ai deux problème, j'ai une erreur avec mon plugin skript, voilà l'erreur : [20:19:22 INFO]: [skript] An internal error occurred while checking for the latest version of Skript. Please refer to the server log for details. [20:19:22 ERROR]: #!#! [20:19:22 ERROR]: #!#! [skript] Severe Error: [20:19:22 ERROR]: #!#! Unexpected error while checking for a new version of Skript [20:19:22 ERROR]: #!#! [20:19:22 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [20:19:22 ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/ [20:19:22 ERROR]: #!#! and check whether this error has already been reported. [20:19:22 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [20:19:22 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [20:19:22 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [20:19:22 ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [20:19:22 ERROR]: #!#! [20:19:22 ERROR]: #!#! Stack trace: [20:19:22 ERROR]: #!#! javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1] Message: Fin prÚmaturÚe du fichier. [20:19:22 ERROR]: #!#! at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(Unknown Source) [20:19:22 ERROR]: #!#! at com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(Unknown Source) [20:19:22 ERROR]: #!#! at ch.njol.skript.Updater.getChangelogs(Updater.java:286) [20:19:22 ERROR]: #!#! at ch.njol.skript.Updater$2.run(Updater.java:210) [20:19:22 ERROR]: #!#! at java.lang.Thread.run(Unknown Source) [20:19:22 ERROR]: #!#! [20:19:22 ERROR]: #!#! Version Information: [20:19:22 ERROR]: #!#! Skript: 2.1.2 [20:19:22 ERROR]: #!#! Bukkit: 1.10.2-R0.1-SNAPSHOT [20:19:22 ERROR]: #!#! Minecraft: 1.10.2 [20:19:22 ERROR]: #!#! Java: 1.8.0_101 [20:19:22 ERROR]: #!#! [20:19:22 ERROR]: #!#! Running CraftBukkit: false [20:19:22 ERROR]: #!#! [20:19:22 ERROR]: #!#! Current node: null [20:19:22 ERROR]: #!#! Current item: null [20:19:22 ERROR]: #!#! [20:19:22 ERROR]: #!#! Thread: Skript update thread [20:19:22 ERROR]: #!#! [20:19:22 ERROR]: #!#! End of Error. [20:19:22 ERROR]: #!#! [20:19:22 INFO]: [skript] You're currently running the latest stable version of Skript. Et quand j'utilise WildSkript, ça na marche pas, voilà l'erreur : [20:20:29 INFO]: [skript] Reloading pvp.sk... [20:20:29 ERROR]: 'folder "plugins/test"' is not an entity type (pvp.sk, line 2: if folder "plugins/test" exists:') [20:20:29 INFO]: [skript] Encountered 1 error while reloading pvp.sk! > Merci beaucoup :) Et j'aimerais aussi savoir si on peut écrire une phrase / des lettres aléatoires en script :)
-
Désolé :p Et de rien x)
-
Oula moi je connais pas les trucs comme ça bye :(
-
C'est quoi subroutine ? Des loop ?
