Ir para conteúdo

[SKRIPT] Free DIAMANTE SET ARENA


zNitriXz

Posts Recomendados

Em 06/09/2019 em 04:45, zNitriXz disse:

Só permitir que o jogador execute tal comando se tiver com set de diamante e aparecer uma mensagem caso o player nao esteja de set configuravel e mensagem tambem. ?

options:
    Comandos: "tpa" or "hello" or "world"

on command:
    if command is {@Comandos}:
        if player is not wearing diamond boots:
            if player is not wearing diamond chestplate:
                if player is not wearing diamond helmet:
                    if player is not wearing diamond leggings:
                        cancel event
                        send "&cVocê não está com o set de diamante completo!"

Link para o comentário
Compartilhar em outros sites

options:
	block: "tpa" or "warp" or "spawn"

on command:
	if sender is a player:
		if command is {@block}:
			if player is not wearing all diamond armour:
				cancel event
				send "&cVocê precisa estar com uma armadura de diamante para fazer isso."	

 

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...