Aller au contenu

Classement


Contenu populaire

Affichage du contenu avec la meilleure réputation le 03/19/18 dans toutes les zones

  1. 2 points
    command /sktop: trigger: player has permission "top.use": set {_y1} to y-coordinate of player's location set {_x} to x-coordinate of player's location set {_y} to y-coordinate of player's location set {_z} to z-coordinate of player's location add 2 to {_y} loop 800 times: block at location at ({_x}, {_y}, {_z}) isn't air: add 1 to {_y} else: add 1 to {_y} block at location at ({_x}, {_y}, {_z}) is air: remove 1 from {_y} teleport player at location at ({_x}, {_y}, {_z}) set {_y2} to y-coordinate of player's location send "&aVous avez été téléporté %{_y2}-{_y1}% blocs plus haut." stop else: send "&cVous n'avez pas accès à cette commande." Remplace top.use par ta permission
  2. 1 point
    Pas de double poste, merci.
  3. 1 point
    Ok je vais essayer merci d'avance :)
  4. 1 point
    Super merci beaucoup ! Très bon forum ^^
  5. 1 point
    Pas besoin de prouver que tu l'as fait tu sais x) (Surtout que c'est pas super dur)
  6. 1 point
    ➡ Version de Skript: /ver Skript sur ton serveur ➡ Utilise TuSKe pour tes GUIs ➡ Essaye de mettre un wait au début du join
  7. 1 point
    # # Skript created # by # TheDarkBoyQC # #Gui command /ventepeche: trigger: open chest with 1 rows named "&6Peche" to player wait 3 ticks format slot 0 of player with gray stained glass pane named " " to be unstealable format slot 1 of player with raw fish named "&cPoisson" with lore "Clique droit pour vendre || &a30$" to run [make player execute command "/rawfish"] format slot 2 of player with gray stained glass pane named " " to be unstealable format slot 3 of player with cooked fish named "&cPoisson Cuit" with lore "Clique droit pour vendre || &a50$" to run [make player execute command "/cookedfish"] format slot 4 of player with gray stained glass pane named " " to be unstealable format slot 5 of player with clownfish named "&cPoisson Clown" with lore "Clique droit pour vendre || &a70$" to run [make player execute command "/clownfish"] format slot 6 of player with gray stained glass pane named " " to be unstealable format slot 7 of player with pufferfish named "&cPoisson Globe" with lore "Clique droit pour vendre || &a100$" to run [make player execute command "/pufferfish"] format slot 8 of player with gray stained glass pane named " " to be unstealable #Vente #Pour modifier les prix : #Changer le chiffre dans #execute console command "eco give %player% 100" command /rawfish: trigger: if player's inventory contains raw fish: remove 1 raw fish from player's inventory execute console command "eco give %player% 30" message "&cVous avez vendu un poisson pour &a$30" command /cookedfish: trigger: if player's inventory contains cooked fish: remove 1 cooked fish from player's inventory execute console command "eco give %player% 50" message "&cVous avez vendu un poisson pour &a$50" command /clownfish: trigger: if player's inventory contains clownfish: remove 1 clownfish from player's inventory execute console command "eco give %player% 70" message "&cVous avez vendu un poisson pour &a$70" command /pufferfish: trigger: if player's inventory contains pufferfish: remove 1 pufferfish from player's inventory execute console command "eco give %player% 100" message "&cVous avez vendu un poisson pour &a$100" Tiens moi au courant s'il ne fonctionne pas bien, je te met aussi une vidéo pour prouver que je l'ai fait [Contenu masqué]
  8. 1 point
    Très bien, je peux essayer de te faire ça
×
×
  • 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.