Aller au contenu

Question

Posté(e)

Version de Minecraft : 1.8.9

Version de Skript : I don't know but he say I'm on the last version of skript 😄

Addons utilisés: Tuske

Type du skript : Format Gui Slot

Description du script :

Bonjour/soir,
J'ai un problème avec les lores, les saut de ligne NE MARCHE PAS, oui j'ai éssayer les || et le \n mais sa ne fonctionne toujours pas, s'il vous plait aidez moi. Voici mon code: (le format gui slot 14 dans la commande /menu pour ceux qui veulent pas chercher)

command /menu:
	trigger:
		set {_gui} to a new chest inventory with 5 row with name "&cMenu"
		open {_gui} to player

		set {_slot} to 0

		while {_slot} < 45:


			if {_slot} < 45:
				format gui slot {_slot} of player with blue stained glass pane named " " to do nothing

			if {_slot} < 36:
				format gui slot {_slot} of player with light blue stained glass pane named " " to do nothing

			if {_slot} < 27:
				format gui slot {_slot} of player with cyan stained glass pane named " " to do nothing

			if {_slot} < 18:
				format gui slot {_slot} of player with orange stained glass pane named " " to do nothing
			
			if {_slot} < 9:
				format gui slot {_slot} of player with red stained glass pane named " " to do nothing

			add 1 to {_slot}

			wait 1 tick


		format gui slot 12 of player with diamond axe named "&aJoueur avec &bbas cps" to do nothing

		wait 2 tick

		format gui slot 14 of player with diamond axe named "&aJoueur avec un &cgros cps" with lore "&aLa limite de CPS sur ce mode est de:||&314-20" to do nothing

		

		format gui slot 31 of player with repeater named "&4Options" to do nothing

command /options:
	trigger:
		set {_gui} to a new chest inventory with 3 row named "&4Options ComboFFA"
		open {_gui} to player

		set {_slot} to 0

		while {_slot} < 27:
			if {_slot} < 27:
				format gui slot {_slot} of player with light blue stained glass pane named " " to do nothing

			if {_slot} < 18:
				format gui slot {_slot} of player with orange stained glass pane named " " to do nothing

			if {_slot} < 9:
				format gui slot {_slot} of player with red glass pane named " " to do nothing


			add 1 to {_slot}

			wait 1 tick

		wait 2 tick

		format gui slot 13 of player with enchanted book named "&3Edit Kit" with lore "&cIndisponible..." to do nothing

		format gui slot 21 of player with note block named "&aSon de mort" with lore "&cIndisponible..." to do nothing

		format gui slot 23 of player with brick block named "&eBlocs" with lore "&aChoisie le bloc qui te correspond le plus !" to do nothing

 

5 réponses à cette question

Messages recommandés

  • 0
Posté(e)

Salut, as-tu essayé de mettre and entre les deux textes que tu souhaites séparer ?

Comme cela :

format gui slot 14 of player with diamond axe named "&aJoueur avec un &cgros cps" with lore "&aLa limite de CPS sur ce mode est de:" and "&314-20" to do nothing

 

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.