Guest User

Untitled

a guest
Jul 21st, 2023
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Examplemenu:
  2. type: player_command
  3. conditions:
  4. - "%command% == /menu"
  5. - "%player_world% == Lobby"
  6. actions:
  7. default
  8. - "cancel_event: true"
  9. - "open_menu: &bExample menu" # Menú name
  10. open_menu:
  11. - "NAME_TAG;&7This is a title;this is a lore/nThis is a second line of lore;1;14;send_to_server: example" # ITEM;ITEM_NAME;LORE;AMOUNT;SLOT;ACTION
  12.  
  13.  
Advertisement
Add Comment
Please, Sign In to add comment