Aller au contenu

Nashoba

Ancien
  • Compteur de contenus

    682
  • Inscription

  • Dernière visite

  • Jours gagnés

    27

Tout ce qui a été posté par Nashoba

  1. Pareil je les connaissais tous :p Si tu veux je viens de trouver 3 effets/expressions enlevés voir pas mis dans Skript, ça peut peut-être servir pour un prochain top: 1- Permet d'appeler une fonction: exec[ute] %text% https://github.com/Njol/Skript/blob/master/src/excluded/EffExec.java 2- Fertiliser un bloc (fait pousser les plantes): fertilize %block% https://github.com/Njol/Skript/blob/master/src/excluded/EffFertilize.java 3- Retourne simplement pi: pi https://github.com/Njol/Skript/blob/master/src/excluded/LitPi.java
  2. Je pense que la réponse de @PsYZiiK réglera le problème mais pour t'expliquer le message d'erreur, c'est car tu exécutes la commande dans la console alors qu'elle n'est dans aucun monde. Or la commande /setblock place un bloc dans le monde où est celui qui l'a réalisée.
  3. Nashoba

    On damage - EnderCrystal

    Si ça marche un zombie, je pense que le problème vient de on damage of endercrystal: As-tu essayé on damage: victim is endercrytal cancel event ...
  4. Nashoba

    Load Kit

    Il me faudrait le code d'erreur dans la console qui apparaît quand tu as le message "An internal error has occured while attempting to perform this command" pour voir d'où ça vient
  5. Nashoba

    Remplacé les <none>

    Au pire tu peux utiliser ce Skript: command /azerqsdf: trigger: wipe player sidebar set name of sidebar of player to "&6Over&cArena" set score "&7&m-------------------" in sidebar of player to 9 if {totalkills.%player%} is set: set score "&7Total Kills : &c%{totalkills.%player%}%" in sidebar of player to 8 else: set score "&7Total Kills : &c0" in sidebar of player to 8 if {totaldeaths.%player%} is set: set score "&7Total Morts : &c%{totaldeaths.%player%}%" in sidebar of player to 7 else: set score "&7Total Morts : &c0" in sidebar of player to 7 set score "&c&7&m-------------------" in sidebar of player to 5 if {sessionkills.%player%} is set: set score "&7Session Kills : &c%{sessionkills.%player%}%" in sidebar of player to 4 else: set score "&7Session Kills : &c0" in sidebar of player to 4 if {sessiondeaths.%player%} is set: set score "&7Session Morts : &c%{sessiondeaths.%player%}%" in sidebar of player to 3 else: set score "&7Session Morts : &c0" in sidebar of player to 3 if {currentks.%player%} is set: set score "&7Session Killstreak : &c%{currentks.%player%}%" in sidebar of player to 2 else: set score "&7Session Killstreak : &c0" in sidebar of player to 2 set score "&a&7&m-------------------" in sidebar of player to 1
  6. Nashoba

    beug chelou

    As-tu des erreurs (quand tu reload ou dans la console quand tu fais /cosmetique)? Est-ce que tu as déjà essayé d'autre fois ces fonctions sur le même serveurs et ça a marché? As-tu une version compatible de Skript et SkQuery?
  7. Le problème est que tu as un plugin qui n'est pas à la bonne version. Tu peux essayer de changer la version de SkRayFall (car tu es en 1.8.8 et non 1.10): https://dev.bukkit.org/bukkit-plugins/skrayfall/files/26-sk-ray-fall-v1-8/ Sinon vérifie ta version de Citizens, essaye celle-ci: https://dev.bukkit.org/bukkit-plugins/citizens/files/52-2-0-16-beta-1-for-mc-1-8-8/
  8. D'ici 1h je serais très très peu actif sur le forum #RentréeEnPrepa
  9. Non désolé je n'ai pas le temps :/
  10. Je n'ai aucune erreur avec ce Skript moi :eek: Pourrais-tu envoyer les logs avec les erreurs?
  11. As-tu l'addon SkRayFall? http://dev.bukkit.org/bukkit-plugins/skrayfall/
  12. C'est "play raw sound" et non "play raw song"
  13. Nashoba

    Kit Thor Aide

    Ce code devrait marcher: On rightclick with iron axe: cancel event if player is holding a iron axe named "&6Kit Thor": strike lightning effect at the targeted block create an explosion of force 1 at the targeted block loop all players in radius 5 around targeted block: if distance between targeted block and loop-player is smaller than 1: damage loop-player by 6 hearts else if distance between targeted block and loop-player is smaller than 2: damage loop-player by 4 hearts else if distance between targeted block and loop-player is smaller than 3: damage loop-player by 2 hearts
  14. La partie: [20:03:30] [Craft Scheduler Thread - 2/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Checking for the latest version of Skript...[m [20:03:31] [skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m [0;31;22mAn internal error occurred while checking for the latest version of Skript. Please refer to the server log for details.[m [20:03:31] [skript update thread/ERROR]: #!#! [20:03:31] [skript update thread/ERROR]: #!#! [skript] Severe Error: [20:03:31] [skript update thread/ERROR]: #!#! Unexpected error while checking for a new version of Skript [20:03:31] [skript update thread/ERROR]: #!#! [20:03:31] [skript update thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [20:03:31] [skript update thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/ [20:03:31] [skript update thread/ERROR]: #!#! and check whether this error has already been reported. [20:03:31] [skript update thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [20:03:31] [skript update thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [20:03:31] [skript update thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [20:03:31] [skript update thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [20:03:31] [skript update thread/ERROR]: #!#! [20:03:31] [skript update thread/ERROR]: #!#! Stack trace: [20:03:31] [skript update thread/ERROR]: #!#! javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1] Message: Premature end of file. [20:03:31] [skript update thread/ERROR]: #!#! at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:596) [20:03:31] [skript update thread/ERROR]: #!#! at com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(XMLEventReaderImpl.java:83) [20:03:31] [skript update thread/ERROR]: #!#! at ch.njol.skript.Updater.getChangelogs(Updater.java:286) [20:03:31] [skript update thread/ERROR]: #!#! at ch.njol.skript.Updater$2.run(Updater.java:210) [20:03:31] [skript update thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745) [20:03:31] [skript update thread/ERROR]: #!#! [20:03:31] [skript update thread/ERROR]: #!#! Version Information: [20:03:31] [skript update thread/ERROR]: #!#! Skript: 2.2-SNAPSHOT [20:03:31] [skript update thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [20:03:31] [skript update thread/ERROR]: #!#! Minecraft: 1.8.8 [20:03:31] [skript update thread/ERROR]: #!#! Java: 1.8.0_101 (Java HotSpot(TM) 64-Bit Server VM 25.101-b13) [20:03:31] [skript update thread/ERROR]: #!#! OS: Linux amd64 2.6.32-openvz-042stab116.2-amd64 [20:03:31] [skript update thread/ERROR]: #!#! [20:03:31] [skript update thread/ERROR]: #!#! Running CraftBukkit: false [20:03:31] [skript update thread/ERROR]: #!#! [20:03:31] [skript update thread/ERROR]: #!#! Current node: null [20:03:31] [skript update thread/ERROR]: #!#! Current item: null [20:03:31] [skript update thread/ERROR]: #!#! [20:03:31] [skript update thread/ERROR]: #!#! Thread: Skript update thread [20:03:31] [skript update thread/ERROR]: #!#! [20:03:31] [skript update thread/ERROR]: #!#! End of Error. [20:03:31] [skript update thread/ERROR]: #!#! est tout a fait anodine. Pour le début, c'est qu'il te manque des addons pour faire fonctionner le skript en question. Il te manque SkQuery.
  15. J'ai enfin un topic officiel pour mon addon sur SkUnity: https://forums.skunity.com/t/addon-wolvsk-v1-3-1-8/9553
  16. Nashoba

    Trop bas ? Remonte !

    Ce code devrait marcher. Je te laisse changer le x, y et z à la dernière ligne. every seconds: loop all players: if world of loop-player is "skyspawn": if y-location of player is smaller than 50: send "&7Tu n'as pas le droit de sortir du spawn !" to loop-player teleport loop-player to location (x, y, z) in world "skyspawn"
  17. Nashoba

    Probleme ServAuth

    C'est SkUtilities qui gère le hash, tu as cet addon? https://github.com/tim740/skUtilities/releases/tag/v0.6.8
  18. Nashoba

    Problème de broadcast

    L'erreur vient de là: Caused by: java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers() Ça dit que cette méthode n'existe pas. En effet, depuis la 1.9, dans l'API Bukkit, la class retournée est différente. Pour régler ce problème tu peux utiliser la version de Skript créée par @nfell2009: http://nfell2009.uk/skript/downloads/1.5/
  19. Étant très nul en graphismes, est-ce que quelqu'un serait partant pour créer un logo pour mon addon? :3
  20. J'ai vu ta demande sur Skunity (http://bit.ly/2bCd4Xp) et je me suis permis d'ajouter cette fonctionnalité dans mon addon (https://skript-mc.fr/forum/resources/addon-wolvsk-1-8-1-9-1-10.453/) ^^
  21. Nashoba updated [Addon] WolvSK (1.8, 1.9 &1.10) with a new update entry: WolvSK 1.3 Read the rest of this update entry...
  22. Nashoba

    erreur

    Le problème c'est que tu as utilisé à un moment des espaces au lieu de TAB. Voici le code tabulé et où le bug quand il se redeco est corrigé:
  23. Il faut faire comme ceci: set {_EXP} to value "Exp" get of "plugins/Entreprise/ListEntreprises/%{_playerent}%.yml" parsed as number add 1 to {_EXP} set "Exp" to "%{_EXP}%" in yaml file "plugins/Entreprise/ListEntreprises/%{_playerent}%.yml"
  24. Nashoba

    Skript marche pas

    Il faudrait un peu plus d'infos pour t'aider... C'est le seul qui ne marche pas ou aucun skript ne marche pas? Tu peux nous envoyer le skript?
  25. Nashoba

    Change le logo de ses skripts

    Je crois qu'il veut parler plutôt de ses Skripts dans la catégorie Ressources. Perso je n'ai pas trouvé, je pense qu'un modo/admin sera mieux placé pour te répondre.
×
×
  • 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.