Add-ons développé par @DoctorWhoFR
C'est un reposte car l'auteur de cette ressource génial n'est plus actif
Informations:
Actuellement disponible:
- HorizontalLigne [Permet de faire une simple ligne de séparation]
- Button [Permet de faire un bouton qui execute une commande]
- Text [Permet de faire un simple Text]
X : Correspond à la position du text sur la ligne (max 320)
Y : Correspond à la ligne (max 20)
Vous pouvez faire plusieurs choses sur la même ligne vous avez simplement à mettre le même Y puis changer le X, vérifier juste que les éléments ne se touchent pas.
Expression:
(create|make) [a] new chatmenu with close x %integer% y %integer% text %string%
Usage: Permet la création du Chat Menu ceci est un expression donc à mettre dans une variable locale ou global.
Ex: "create new chatmenu with close x 0 y 18 text "Close!"
Effect:
(create|format|make) [a] new text[element] x %integer% y %integer% with %string% for %chatmenu%
(create|format|make) [a] new button[element] x %integer% y %integer% with %string% for %chatmenu% [to (run|exe[cute]) %-commandsender% command %-string%]
(create|format|make) [a] new horizontal[ligne][element] x %integer% y %integer% width %integer% for %chatmenu%
(view|do|display) [the] %chatmenu% to %player%
Ps: Les fichiers jar sont obligatoire [ ChatMenuAPI.jar et Gangar.jar ]