Menus

New menu system renovated

Now you can make the menus you want only with the plugin and access it. It should be noted that it is a SkyWars plugin and it is not menu so it will not be so complex but not so basic

MenuType:
 - cosmetics
 - options
 - other

The menuType is used to differentiate normal menus with menus with functions or actions specific to the SkyWars. Function as follows:

Example_trail_cosmetics.yml

name: "Projectile Trails"
identifier: trails
rows: 1
buttons:
  '1':
    material: torch
    displayname: "&9Smoke"
    lore:
      - '&fProjectile'
      - "&1"
      - "&7Select the Smoke Projectile."
      - "&2"
      - "&aClick to select!"
    position: 0
    actions:
      - select_trail;0   #This is an action of the cosmetic menu
      - play_sound;entity_arrow_hit_player
      - close

If the menu file that you have created contains the word cosmetics will have actions that are for the purchase and use of cosmetics

Global

Cosmetics

Options

Last updated