JorisDjo Posté(e) le 10 janvier 2016 Posté(e) le 10 janvier 2016 Bonjour, j'ai pour projet de faire un "nouveau" mini-jeu sur mon serveur minecraft, en gros je reprendrais le principe d'un PVP-BOX ( choisir un kit et aller se fight ) mais j'aimerais avoir seulement une commande ( par exemple /pb ) Et, quand un joueur fait un /pb, un kit ALÉATOIRE lui est givé... je ne sais pas trop comment m'expliquer mais il fraudais une commande pour avoir tous les kits ( Je ne demande pas une commande avec des variables genre : "/pb archer" ou "/bg soldat" mais plutôt que quand il fait /pb, il obtient le kit sois archer ou soldat. Merci d'avance, cordialement, Djo.
FriteAuFour Posté(e) le 10 janvier 2016 Posté(e) le 10 janvier 2016 Salut! Je sais pas si ça fonctionne mais dans l'idée ça m'a l'air bon: command /kit: trigger: chance of 50%: #GIVE KIT 1 stop chance of 50%: #GIVE KIT 2 stop
JiingoPvp Posté(e) le 10 janvier 2016 Posté(e) le 10 janvier 2016 command /pb: trigger: chance of 14.28%: make player execute command "/kit Tonkit" stop chance of 14.28%: make player execute command "/kit Tonkit" stop chance of 14.28%: make player execute command "/kit Tonkit" stop chance of 14.28%: make player execute command "/kit Tonkit" stop chance of 14.28%: make player execute command "/kit Tonkit" stop chance of 14.28%: make player execute command "/kit Tonkit" stop chance of 14.28%: make player execute command "/kit Tonkit" stop Voilà :) N'oublie pas un J'aime 1
Messages recommandés