Aller au contenu

Messages recommandés

Posté(e)

Bonjour/Bonsoir,

 

Je suis tout nouveau sur le forum :), et je le trouve bien sympa (découvert grâce à mineplugin).

Donc je suis à la recherche d'une personne pouvant me créer un Skript permettant d'avoir :

• Une pioche qui mine les spawners

• Que la pioche ai une utilisation

• Qu'elle soit renommé "pioche à spawner"

• Qu'elle soit obtenable uniquement par la commande /kagepioche

 

Merci d'avoir lu ma requête, cubiquement _Hippie

  • 2 semaines après...
Posté(e)

command /board:

trigger:

if{board} is true:

display board named "&6UHC" to player

make score "&6Timer: &c%{time.m}%:%{time.s}%"in board of player to 1

move display of player to sidebar

if{board} is false:

display board named "&6UHC" to player

make score "&6Timer: &c%{time.m}%/%{time.s}%"in board of player to 1

 

every 1 second:

make all players execute command "/board"

add 1 to {time.s}

if{time.s} is 60:

set{time.s} to 0

add 1 to {time.m}

 

 

command /b <text>:

trigger:

if arg 1 is "on":

set{board} to true

if arg 1 is "off":

set{board} to false

Posté(e)
command /board:

trigger:

if{board} is true:

display board named "&6UHC" to player

make score "&6Timer: &c%{time.m}%:%{time.s}%"in board of player to 1

move display of player to sidebar

if{board} is false:

display board named "&6UHC" to player

make score "&6Timer: &c%{time.m}%/%{time.s}%"in board of player to 1

 

every 1 second:

make all players execute command "/board"

add 1 to {time.s}

if{time.s} is 60:

set{time.s} to 0

add 1 to {time.m}

 

 

command /b <text>:

trigger:

if arg 1 is "on":

set{board} to true

if arg 1 is "off":

set{board} to false

Whut ????

×
×
  • 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.