Aller au contenu

[Skript] - Menu GUI personnalisable


Messages recommandés

Posté(e)

Bonjour,

Je voudrais un menu (Gui) entièrement personnalisable et fonctionnel. Les informations dont vous aurez besoin pour le faire sont ci-dessous:

 - Version Minecraft : 1.8

 - Addons : SkQuerry / SkRayFall / Umbaska

 

Je voudrais que je GUI contiennent:

 - [Ligne 1, colonne 3] Epée en or nommée FFA qui en cliquant dessus permet de d’exécuter une commande (/mv tp nomdumonde)

 - [Ligne 1, colonne 5] Plume nommée Skywars qui en cliquant dessus permet de d’exécuter une commande (/mv tp nomdumonde)

 - [Ligne 1, colonne 7] Block d'herbe nommé Freecube qui en cliquant dessus permet de d’exécuter une commande (/mv tp nomdumonde)

 - [Ligne 3, colonne 2] Lit nommé Rush qui en cliquant dessus permet de d’exécuter une commande (/mv tp nomdumonde)

 - [Ligne 3, colonne 4] Sandstone nommé Hikabrain qui en cliquant dessus permet de d’exécuter une commande (/mv tp nomdumonde)

 - [Ligne 3, colonne 6] Stick nommé KnockbackFFA qui en cliquant dessus permet de d’exécuter une commande (/mv tp nomdumonde)

 - [Ligne 3, colonne 8] Epée en diams nommé Practice qui en cliquant dessus permet de d’exécuter une commande (/mv tp nomdumonde)

 

Merci à tout ceux qui m'aideront ❤️ 

Posté(e)

Salut !

J'ai fais un menu suivant tes indications. T'aura juste à le customiser (changer les couleurs des noms, faire briller les items, etc..)

command /menu:
	trigger:
		wait 1 tick
		open chest with 3 rows named "&7LENOMDETONMENU" to player
		format slot 2 of player with golden sword named "&eFFA" to close then run [make console execute command "/mv tp %player% nomdetonmonde"]
		format slot 4 of player with feather named "&aSkyWars" to close then run [make console execute command "/mv tp %player% nomdetonmonde"]
		format slot 6 of player with grass block named "&2Freecube" to close then run [make console execute command "/mv tp %player% nomdetonmonde"]
		format slot 19 of player with bed named "&cRush" to close then run [make console execute command "/mv tp %player% nomdetonmonde"]
		format slot 21 of player with sandstone named "&eHikabrain" to close then run [make console execute command "/mv tp %player% nomdetonmonde"]
		format slot 23 of player with stick named "&dKnockbackFFA" to close then run [make console execute command "/mv tp %player% nomdetonmonde"]
		format slot 25 of player with grass block named Practice" to close then run [make console execute command "/mv tp %player% nomdetonmonde"]

 

Posté(e)
il y a une heure, Ultim4te_ a dit :

Salut !

J'ai fais un menu suivant tes indications. T'aura juste à le customiser (changer les couleurs des noms, faire briller les items, etc..)


command /menu:
	trigger:
		wait 1 tick
		open chest with 3 rows named "&7LENOMDETONMENU" to player
		format slot 2 of player with golden sword named "&eFFA" to close then run [make console execute command "/mv tp %player% nomdetonmonde"]
		format slot 4 of player with feather named "&aSkyWars" to close then run [make console execute command "/mv tp %player% nomdetonmonde"]
		format slot 6 of player with grass block named "&2Freecube" to close then run [make console execute command "/mv tp %player% nomdetonmonde"]
		format slot 19 of player with bed named "&cRush" to close then run [make console execute command "/mv tp %player% nomdetonmonde"]
		format slot 21 of player with sandstone named "&eHikabrain" to close then run [make console execute command "/mv tp %player% nomdetonmonde"]
		format slot 23 of player with stick named "&dKnockbackFFA" to close then run [make console execute command "/mv tp %player% nomdetonmonde"]
		format slot 25 of player with grass block named Practice" to close then run [make console execute command "/mv tp %player% nomdetonmonde"]

 

Merci beaucoup ^^

 

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.