Aller au contenu

Classement

Contenu populaire

Affichage du contenu avec la meilleure réputation le 23/06/2015 dans toutes les zones

  1. Je mett en public mon skript de statistique, avec plusieur solutions pour configurer # # Config # options: stats: map #map / menu / chat couleur: §3 # # Fin Config # On join: teleport player to {lobby} if {kill.%player%} is not set: set {kill.%player%} to 0 if {death.%player%} is not set: set {death.%player%} to 0 if {streak.%player%} is not set: set {streak.%player%} to 0 On death: add 1 to {death.%victim%} add 1 to {kill.%attacker%} add 1 to {streak.%attacker%} set {streak.%victim%} to 0 command /stats [<text>]: trigger: if argument is not set: if {@stats} is "menu": play raw sound "random.click" at player with pitch 1 volume 10 open chest with 6 row named "%{@couleur}%Vos Stats" to player wait 1 ticks format slot 10 of player with iron sword named "%{@couleur}%Kill:&7 %{kill.%player%}%" to be unstealable format slot 16 of player with wither skeleton head named "%{@couleur}%Death:&7 %{death.%player%}%" to be unstealable format slot 22 of player with nether star named "%{@couleur}%KillStreak:&7 %{streak.%player%}%" to be unstealable format slot 31 of player with paper named "%{@couleur}%Ratio:&7 %{kill.%player%} / {death.%player%}%" to be unstealable if {@stats} is "chat": send "&8------[ %{@couleur}%Vos Stats &8]------" send "%{@couleur}%Kill:&7 %{kill.%player%}%" send "%{@couleur}%Death:&7 %{death.%player%}%" send "%{@couleur}%KillStreak:&7 %{streak.%player%}%" send "%{@couleur}%Ratio:&7 %{kill.%player%} / {death.%player%}%" if {@stats} is "map": overwrite map 0 wait 1 ticks set {_img} to image from "http://icons.iconarchive.com/icons/chrisl21/minecraft/128/Diamond-Sword-icon.png" draw image {_img} on map 0 draw "Vos stats" on map 0 starting from 20, 2 draw "-Kill: %{kill.%player%}%" on map 0 starting from 2, 12 draw "-Death: %{death.%player%}%" on map 0 starting from 2, 22 draw "-KillStreak: %{streak.%player%}%" on map 0 starting from 2, 32 draw "-Ratio: %{kill.%player%} / {death.%player%}%" on map 0 starting from 2, 42 set {_map} to map:0 wait 1 ticks add {_map} to player else: if {kill.%arg%} is set: if {@stats} is "menu": play raw sound "random.click" at player with pitch 1 volume 10 open chest with 6 row named "%{@couleur}%Stats de %arg%" to player wait 1 ticks format slot 10 of player with iron sword named "%{@couleur}%Kill:&7 %{kill.%player%}%" to be unstealable format slot 16 of player with wither skeleton head named "%{@couleur}%Death:&7 %{death.%player%}%" to be unstealable format slot 22 of player with nether star named "%{@couleur}%KillStreak:&7 %{streak.%player%}%" to be unstealable format slot 31 of player with paper named "%{@couleur}%Ratio:&7 %{kill.%player%} / {death.%player%}%" to be unstealable if {@stats} is "chat": send "&8------[ %{@couleur}%Stats de %arg% &8]------" send "%{@couleur}%Kill:&7 %{kill.%arg%}%" send "%{@couleur}%Death:&7 %{death.%arg%}%" send "%{@couleur}%KillStreak:&7 %{streak.%arg%}%" send "%{@couleur}%Ratio:&7 %{kill.%arg%} / {death.%arg%}%" if {@stats} is "map": overwrite map 0 wait 1 ticks set {_img} to image from "http://icons.iconarchive.com/icons/chrisl21/minecraft/128/Diamond-Sword-icon.png" draw image {_img} on map 0 draw "Stats %arg%" on map 0 starting from 20, 2 draw "-Kill: %{kill.%arg%}%" on map 0 starting from 2, 12 draw "-Death: %{death.%arg%}%" on map 0 starting from 2, 22 draw "-KillStreak: %{streak.%arg%}%" on map 0 starting from 2, 32 draw "-Ratio: %{kill.%arg%} / {death.%arg%}%" on map 0 starting from 2, 42 set {_map} to map:0 add {_map} to player else: send "{@prefix} &cCe joueur n'existe pas"
    3 points
  2. Bonjour , En réponse à ce post : http://skript-mc.fr/forum/index.php?threads/skript-silkspawner.139/ Je vous propose un petit skript utilisant l'add-on "Umbaska" qui vous permettra de récupérer les spawners à l'aide d'une pioche récupérer grâce à une commande. La pioche n'a que une utilisation. Commande: /kagepioche: Récupérer la pioche Permissions: kagepioche.give: Accès à /kagepioche kagepioche.use: Utiliser la pioche Amicalement, Le SkyZik.
    3 points
  3. Salut scooby, si je ne mets pas mes codes Skript dans la description, c'est tout simplement parce que je veux que les personnes qui viennent sur ma chaîne pour regarder des tutoriels, ne clique pas justes sur le lien dans la description et partent. Je veux qu'ils apprennent. :)
    2 points
  4. Mais de rien très cher ;) N'hésite pas à m'envoyer ton skype en mp , si tu désires plus d'aide de ma part :p Amicalement, Le SkyZik.
    2 points
  5. Bonsoir, Naviguant sur internet et cherchant une coloration syntaxique pour skript, je suis tombé sur un vieux sujet qui permet de faire cela. C'est vrai qu'avec une coloration, c'est tout de suite plus sympathique :) Note : il y a surement d'autres UDL pour notepad. Mais le version de destroyer4017 est la plus avancée. Installation Installez Notepad ++ Téléchargez la dernière version de l'UDL (skrypt) Ouvrez Notepad ++ Naviguez dans "Langage" > "Définissez votre langage" Localisez l'UDL téléchargez et importez le. Fermez Notepad ++ Ouvrez un fichier .sk Exemple [ATTACH=full]34[/ATTACH] Désactiver le langage Skript Naviguez dans "Langage" Sélectionnez "Langage utilisateur" Post officiel : http://dev.bukkit.org/bukkit-plugins/skript/forum/misc/54386-release-notepad-udl-for-skript-updated-august-28/ Pour les personnes qui préfère Sublime text : http://skript-mc.fr/forum/index.php?threads/tutoriel-sublime-text-et-skript.18/ Je partage ceci, car je trouve cela utile. Je n'aime pas travailler sur quelques choses fades. Ci joint le fichier Skript.xml (si manquant)
    1 point
  6. De rien n'hésite pas si tu as d'autres questions ;)
    1 point
  7. J'écris ça demain, je t'enverrai le lien !
    1 point
  8. Moi et Kwizzy, nous allons poster un tutoriel prochainement pour sauvegarder des variables dans une base de donnée de 2 manières différentes. ;)
    1 point
  9. Salut ! Tout d'abord il faut faire une commande pour sauvergader ton kit: command /save-inventory: trigger: set {_count} to 0 loop 36 times: set {inv.%UUID of player%.%{_count}%} to slot {_count} of player's inventory add 1 to {_count} wait 15 ticks send "&aInventaire sauvergardé !" Puis dans une second temps une commande pour recevoir le kit: command /load-inventory: trigger: set {_count} to 0 loop 36 times: set slot {_count} of player's inventory to {inv.%UUID of player%.%{_count}%} add 1 to {_count} wait 15 ticks send "&aInventaire reçu !" Voilà en espérant t'avoir aidé ! N'hésite pas si tu as une question ;)
    1 point
  10. Bon j'ai pas le temps de mettre le mien et oh ^^
    1 point
  11. J'ai trouvé un moyen ne t'inquiètes pas . Je ferais une maj demain
    1 point
  12. Salut , Bon tutoriel mais : broacast "&aloop-value" ne devrait pas être plutôt ceci broacast "&a%loop-value%" ? Amicalement , Le SkyZik.
    1 point
  13. Je ne comprend pas à quoi sert ton script ?
    1 point
  14. Très bon skript, à mettre sur sa BDD ;
    1 point
  15. Derien, je suis heureux d'aider les joueurs :)
    1 point
  16. je croie pas que les bateaux ais une résistance " solidité " et je pense pas que Skript ais un événement lié au collision des bateaux. du coup, je pense que sa va être compliqué, car il faudrait travailler avec l’événement " Is Riding "
    1 point
  17. ^^, il sera mis à jour souvent avec de nouvelle fonctionnalité :p
    1 point
  18. Essaie avec ça on death of player: remove 1 from {game.slots} set {game.%victim%.join} to false broadcast "&a%victim% &ea été tué par &a%attacker% if {game.slots} is 1: broadcast "&e%attacker% a gagné la partie !" teleport attacker to spawn set {game.start} to false set {game.slots} to 0 set {game.%attacker%.join} to false http://skript-mc.fr/forum/index.php?threads/avanc%C3%A9-cr%C3%A9er-un-minigame-mort-et-commande-pour-quitter.105/
    1 point
×
×
  • 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.