####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |              _____  _                        ____        _   _                               | #
# |             |  __ \| |                      / __ \      | | (_)                              | #
# |             | |__) | | __ _ _   _  ___ _ __| |  | |_ __ | |_ _  ___  _ __  ___               | #
# |             |  ___/| |/ _` | | | |/ _ \ '__| |  | | '_ \| __| |/ _ \| '_ \/ __|              | #
# |             | |    | | (_| | |_| |  __/ |  | |__| | |_) | |_| | (_) | | | \__ \              | #
# |             |_|    |_|\__,_|\__, |\___|_|   \____/| .__/ \__|_|\___/|_| |_|___/              | #
# |                              __/ |                | |                                        | #
# |                             |___/                 |_|                                        | #
# |                                                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# |  WIKI:        https://pedrojm96.com/minecraft-plugin/deluxeplayeroptions                     | #
# |  BUG REPORTS: https://www.spigotmc.org/resources/deluxeplayeroptions.33033/                  | #
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                           | #
# |  OFFICIAL SERVER: mc.mundopixels.net                                                         | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################
 
# +----------------------------------------------------------------------------------------------+ #
# |                                          Items Nodes                                         | #
# +----------------------------------------------------------------------------------------------+ #
# |                                                                                              | #
# |  enable: To show it in the menu.                                                             | #
# |  name: The name of the item.                                                                 | #
# |  lore: The description of the item.                                                          | #
# |  id: The id of the item material (https://www.minecraftinfo.com/idlist.htm).                 | #
# |  data: Value of the material type of the item.                                               | #
# |  slot: Location in the inventory of the item.                                                | #
# |  itemuse-enable: To show the secondary item that shows the status of the characteristic.     | #
# |  itemuse-slot: Position in the inventory of the secondary item that shows the state.         | #
# |                 of the characteristics.                                                      | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
# | For a detailed explanation of the configuration see this page.                               | #
# | https://pedrojm96.com/minecraft-plugin/deluxeplayeroptions/po-menu-yml/                      | #
# +----------------------------------------------------------------------------------------------+ #
 
#Name of the menu.
name: '&b&lPlayer Options'
 
#Command to open the menu.
command: Options
 
#The number of rows.
row: 6
 
#To activate the decoration of glasses in the menu.
glass-enable: true
 
#The color of decoration glasses.
glass-color: 3
 
#Item to indicate that the feature is activated.
item-on:
  name: '&a&lOn'
  id: 351
  data: 10
  lore:
  - '&7Click to &cdisable'
 
#Item to indicate that the feature is disabled.
item-off:
  name: '&c&lOff'
  id: 351
  data: 8
  lore:
  - '&7Click to &aenable'
 
#Item for the speed characteristic.
speed:
  enable: true
  name: '&3&lSpeed <status>'
  id: 353
  data: 0
  slot: 10
  itemuse-enable: true
  itemuse-slot: 19
  lore:
  - '&7Change the player''s '
  - '&7movement speed'
 
#Item for the jump feature.
jump:
  enable: true
  name: '&3&lJump <status>'
  id: 313
  data: 0
  slot: 29
  itemuse-enable: true
  itemuse-slot: 38
  lore:
  - '&7Change the player''s '
  - '&7jumping height'
 
#Item for the double jump feature.
doublejump:
  enable: true
  name: '&3&lDoubleJump <status>'
  id: 305
  data: 0
  slot: 27
  itemuse-enable: true
  itemuse-slot: 36
  lore:
  - '&7Change the player''s '
  - '&7ability to DoubleJump'
 
#Item for the feature flight.
fly:
  enable: true
  name: '&3&lFly <status>'
  id: 288
  data: 0
  slot: 12
  itemuse-enable: true
  itemuse-slot: 21
  lore:
  - '&7Change the player''s '
  - '&7ability to fly'
 
#Item for stackers feature.
stacker:
  enable: true
  name: '&3&lStacker <status>'
  id: 378
  data: 0
  slot: 14
  itemuse-enable: true
  itemuse-slot: 23
  lore:
  - '&7Allows to mount  '
  - '&7on the head of a player'
 
#Item for the visibility feature.
visibility:
  enable: true
  name: '&3&lVisibility <status>'
  id: 381
  data: 0
  slot: 33
  itemuse-enable: true
  itemuse-slot: 42
  lore:
  - '&7Changes the visibility '
  - '&7to see players'
 
#Item for the chat feature.
chat:
  enable: true
  name: '&3&lChat <status>'
  id: 339
  data: 0
  slot: 16
  itemuse-enable: true
  itemuse-slot: 25
  lore:
  - '&7Change the ability '
  - '&7to see and use chat'
 
#Item for radio feature.
radio:
  enable: true
  name: '&3&lRadio <status>'
  id: 84
  data: 0
  slot: 35
  itemuse-enable: true
  itemuse-slot: 44
  lore:
  - '&7Enables or disables '
  - '&7the radio player'
 
#Item to show closing button.
close:
  enable: true
  name: '&3&lClose'
  commands-enable: false
  commands:
  - 'tell: '
  id: 399
  data: 0
  slot: 40
  lore:
  - '&7Click to close menu'