🌊BUTTON SETTINGS / CREATE A BUTTON
Open config.yml and go to the buttons section.
lobby_button:
name: "§aLobby"
animation: "ZOOM_IN"
command: "lp user %player% parent add lobby"
gamemode_after_animation: "SURVIVAL" # New: Gamemode after animation finishes
toggle: false # New: Enable left-click to re-open menusettings:
Name: name to be displayed
animation: can be ZOOM_IN / LEFT_IN / RIGHT_IN
command: IF YOU USE "/" AT THE START THE COMMAND WILL BE EXECUTED BY THE PLAYER IF YOU DONT USE "/" THE COMMAND WILL BE EXECUTED BY THE CONSOLE!
gamemode after animation: SURVIVAL/ADVENTURE/SPECTATOR...
toggle: true/false IF TOGGLE TRUE, AFTER AN ANIMATION YOU CAN CLICK TO RE OPEN THE MENU!
To create a button just to go the buttons section and follow the BUTTON SETTINGS.
EXAMPLE:
shop_button:
name: "§bOpen Shop"
animation: "LEFT_IN"
command: "shop open"
gamemode_after_animation: "ADVENTURE"
toggle: true
rules_button:
name: "§cRules"
animation: "RIGHT_IN"
command: "rules show"
gamemode_after_animation: "SURVIVAL"
toggle: true
Last updated