Aller au contenu

Messages recommandés

Posté(e)

Version de Minecraft : 1.8.9
Version de Skript : 2.1.2

Type du skript : Un menu pour limiter des enchantement en cliquant dessus

Description du script :

J'aimerais un menu GUI se nommant "Limite d'enchantement"

Exemple quand on click sur la catégorie se nomment protection sa ouvre un autre GUI avec 4 1: Protection 1 2: Protection 2 3: Protection 3 4: Protection 4

et faire sa que avec Protection,Sharpness,Power,Knockback

Voila tout Merci a tout ce qui vont m'aider .

Posté(e)

Je ne comprends pas du tout ni l’intérêt ni la finalité. Jusque là, c'est juste de la config limite, créer le gui tu peux le faire très simplement en faisant un peu de recherche. Mais je ne comprends où tu veux en venir.

  • J'aime pas 1
Posté(e)

Salut, tu peux utiliser le plugin "EnchantControl" pour limiter tes enchantements

Je ne comprend pas ce que tu souhaites réellement faire mais si je prend simplement le titre de ta demande, le plugin te correspondra 

  • 3 semaines après...
Posté(e)
Il y a 16 heures, Lou' a dit :

@chaosbesar44 Tu justifies ton "J'aime pas" ?

Pour compenser

 

chaos » Tu veux faire quoi exactement ? Je ne comprend pas trop... ^^

Posté(e) (modifié)

Ok sa à été compliqué de comprendre mais pourrais-tu préciser ce que tu veux faire avec les enchantement lorsqu'on clique dessus ?

 

voila déjà le menu mais après je sais pas ce qu'il faut faire je te conseille de mieux détailler tes demandes car la toute les personnes qui ont répondu demandes explications alors qu'ils pourront directement te donner la réponse c'est dommage de perdre autant de temps pour pas grand chose

 

command /Limite:
	trigger:
		open virtual chest with 3 rows named "&7&lLimite des enchantements" to player
		add 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 and 26 to {_enchant::*}
		loop {_enchant::*}:
			format gui slot loop-value of player with light gray glass named "" to run:
				stop
		format gui slot 10 of player with enchanted book named "&7&lProtection" to run:
			open virtual chest with 6 rows named "&7&lLimite des enchantements" to player
			wait a tick
			format gui slot 13 of player with book and quill named "&7&lProtection" with lore "&cRetour" to run:
				make player execute command "/limite"
				stop
			format gui slot 28 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Protection I" to run:
				stop
			format gui slot 30 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Protection II" to run:
				stop
			format gui slot 32 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Protection III" to run:
				stop
			format gui slot 34 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Protection IV" to run:
				stop
		format gui slot 12 of player with enchanted book named "&7&lSharpness" to run:
			open virtual chest with 6 rows named "&7&lLimite des enchantements" to player
			wait a tick
			format gui slot 13 of player with book and quill named "&7&lSharpness" with lore "&cRetour" to run:
				make player execute command "/limite"
				stop
			format gui slot 28 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Sharpness I" to run:
				stop
			format gui slot 30 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Sharpness II" to run:
				stop
			format gui slot 32 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Sharpness III" to run:
				stop
			format gui slot 34 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Sharpness IV" to run:
				stop
			format gui slot 40 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Sharpness V" to run:
				stop
		format gui slot 14 of player with enchanted book named "&7&lPower" to run:
			open virtual chest with 6 rows named "&7&lLimite des enchantements" to player
			wait a tick
			format gui slot 13 of player with book and quill named "&7&lPower" with lore "&cRetour" to run:
				make player execute command "/limite"
				stop
			format gui slot 28 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Power I" to run:
				stop
			format gui slot 30 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Power II" to run:
				stop
			format gui slot 32 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Power III" to run:
				stop
			format gui slot 34 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Power IV" to run:
				stop
			format gui slot 40 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Power V" to run:
				stop
		format gui slot 16 of player with enchanted book named "&7&lKnockback" to run:
			open virtual chest with 6 rows named "&7&lLimite des enchantements" to player
			wait a tick
			format gui slot 13 of player with book and quill named "&7&lPower" with lore "&cRetour" to run:
				make player execute command "/limite"
				stop
			format gui slot 30 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Knockback I" to run:
				stop
			format gui slot 32 of player with enchanted book named "&eEnchanted Book" with lore "&9Combat||&7Knockback II" to run:
				stop
				stop

Voila

Modifié par zarco70
Posté(e)
Le 02/06/2020 à 12:50, KneaXy a dit :

Pour compenser

 

chaos » Tu veux faire quoi exactement ? Je ne comprend pas trop... ^^

Rien t'inquiète, j'ai juste demander de l'aide pour quelque chose et j'ai reçu comme réponse cherche un peu alors que bon si je suis présent ici c'est car j'ai chercher et je ne trouve pas, puis elle/il m'a proposer son script qui n'était pas a mon gout car fonctionnait trop, c'était de ma faute j'ai pas vu que j'avais pas l'addon, pourtant j'en avais plein d'installer sur le serveur donc sa me paressait  louche et donc j'ai eu un dislike pour critique d'un script '-'

  • 3 semaines après...
Invité
Ce sujet ne peut plus recevoir de nouvelles réponses.
×
×
  • 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.