Aller au contenu

Maarfum

Membre
  • Compteur de contenus

    177
  • Inscription

  • Dernière visite

  • Jours gagnés

    1
  • Crédits

    0 [Faire un don]

Tout ce qui a été posté par Maarfum

  1. Hi, j'aimerais que quand le joueur se téléporte au monde "LOBBY" ça lui exécute une, commande. Un genre de? On teleport: if player is not in "LOBBY": make player execute command "/scoreboard" Je n'ai pas d'erreur, le ScoreBoard ne s'affiche pas
  2. Maarfum

    Visé le bloc

    Salut, merci d'avoir répondu mais j'ai une erreur... [Contenu masqué]
  3. Maarfum

    Visé le bloc

    Hi! J'aimerais faire en sorte que quand on utilise un clique droit sur de la TNT, ça l'a set air (je sais faire) Le problème c'est que je sais pas comment faire pour faire spawn la tnt prêt à exploser là ou j'ai fais un clique droit :$
  4. Effectivement, j'avais oublié un tab >< Merci.
  5. Merci à toi, mais j'ai mis dans un seul monde sauf que je peut le faire dans n'importe quel monde :/ on right click holding a bread: if player is in "island-0": if player's hunger <= 9.5: cancel event remove 1 of tool from tool apply saturation 4 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 2 tick remove saturation from player
  6. J'ai trouvé ceci, mais c'est trop long :/ on right click holding a bread: if player's hunger = 0: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 0.5: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 1: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 1.5: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 2: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 2.5: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 3: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 3.5: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 4: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 4.5: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 5: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 5.5: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 6: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 6.5: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 7: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 7.5: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 8: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 8.5: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 9: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player on right click holding a bread: if player's hunger = 9.5: cancel event remove 1 of tool from tool apply saturation 1 to player for 0.5 seconds play raw sound "random.eat" at player with pitch 1 volume 1 wait 1 tick remove saturation from player
  7. Maarfum

    à chaque reload!

    naturalRegeneration & ShowDeathMessage Pourrais tu me le faire? Merci :)
  8. if player's hunger is not equal to player's max hunger: Ne fonctionne pas, voici l'erreur: [Contenu masqué]
  9. Hello, j'aimerais savoir quel est le code pour verifier si le joueur est full dans sa "hunger" Exemple: on right click holding a bread: # Verifier si le joueur a besoin de manger ou non apply saturation 1 to player for 1 seconds remove 1 of tool from tool play raw sound "random.eat" at player with pitch 1 volume 1 Je pense que c'est une ligne du genre.. if player's health is not equal to player's max health:
  10. Maarfum

    à chaque reload!

    Merci, le problème c'est j'utilise un plugin SkyWars (et il régénère la map à 0).. Du coup mes gamerule's se remette à 0
  11. Maarfum

    à chaque reload!

    J'aimerais qu'un gamerule fonctionne mais que dans un seul monde :/ Ce n'est pas possible? :c
  12. Maarfum

    à chaque reload!

    Quand je fais /reload, j'aimerais que ça exécute la commande /gamerule sauf que sa soit dans un seul monde
  13. Maarfum

    à chaque reload!

    Bonjour, j'aimerais savoir si c'est possible de faire en sorte qu'a chaque /reload, une commande s’exécute SAUF que j'aimerais que ce soit un /gamerule dans un monde
  14. Résolu, ce code fonctionne! Merci
  15. Maarfum

    Bloquer le t'chat

    J'ai installé Umbaska et SkQuery, toujours pareil. Comment ça "aliases" Comment dois-je le mettre à jour?
  16. Maarfum

    Bloquer le t'chat

    Toujours :p (aurai-je besoin d'un addon?) 'spectator' is not an entity type (dead.sk, line 2: if gamemode of player is spectator:') (Je n'arrive pas à l'upload)!
  17. Maarfum

    Scoreboard

    Pour reset: /scoreboard Effectivement, j'ai essayer toute les manières pour reset automatiquement mais je n'ai pas trouvé :/ En espérant que quelqu'un d'autres puisse t'aider.
  18. Maarfum

    Bloquer le t'chat

    Merci d'avoir répondu, mais j'ai encore une erreur :c [Contenu masqué]
  19. Maarfum

    Bloquer le t'chat

    Salut, merci d'avoir répondu le deuxième code fonctionne mais le premier non /: Screenshots: [Contenu masqué]
  20. Maarfum

    Skript dead = spectator

    Plus simple :p on death of player: world is "world" heal victim execute command "gamemode spectator %player%" wait 5 seconds teleport victim to spawn of "world" execute command "gamemode survival %player%"
  21. Maarfum

    Scoreboard

    Cadeau ;) variables: {kills.%player%} = 0 {morts.%player%} = 0 on join: make player execute command "/scoreboard" Command /scoreboard: trigger: display board named "&k-=- &6&l %player%&f &k-=-" to player make score "&f" in board of player to 5 make score "&6Vos kills : " in board of player 4 make score "%{kills.%player%}%" in board of player 3 make score "&7" in board of player to 2 make score "&6Vos morts : " in board of player 1 make score "%{morts.%player%}%" in board of player 0 move display of player to sidebar on death of player: add 1 to {kills.%attacker%} add 1 to {morts.%victim%} J'aime ;)
  22. on death of player: world is "world" heal victim execute command "gamemode spectator %player%" wait 30 seconds teleport victim to spawn of "world" execute command "gamemode survival %player%" ;) J'aime
  23. Maarfum

    Bloquer le t'chat

    Bonjour, quel est le code pour bloquer le t'chat au spectateur? "gamemode spectator" Je pensais que c’était un genre de.. on chat: if player's gamemode spectator: cancel event Ensuite: J'aimerais que quand un joueur utilise la commande /tell Je voudrais que ça l'envoie ainsi en broadcast Je pensais que c'était un genre de.. on command "tell": cancel event broadcast "%message%"
  24. Bonjour, encore une erreur.. [Contenu masqué]
  25. Bonjour, est-il possible de téléporter un joueur grâce à un clique droit sur un item. Exemple: Quand un joueur clique droit sur un item (ça le téléporte au cordonnées donné dans le Skript (~ 100 ~)
×
×
  • 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.