DeluxePlayerOptions:toggleitems.yml

From PedroJM96 Wiki EN
Jump to: navigation, search
####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |              _____  _                        ____        _   _                               | #
# |             |  __ \| |                      / __ \      | | (_)                              | #
# |             | |__) | | __ _ _   _  ___ _ __| |  | |_ __ | |_ _  ___  _ __  ___               | #
# |             |  ___/| |/ _` | | | |/ _ \ '__| |  | | '_ \| __| |/ _ \| '_ \/ __|              | #
# |             | |    | | (_| | |_| |  __/ |  | |__| | |_) | |_| | (_) | | | \__ \              | #
# |             |_|    |_|\__,_|\__, |\___|_|   \____/| .__/ \__|_|\___/|_| |_|___/              | #
# |                              __/ |                | |                                        | #
# |                             |___/                 |_|                                        | #
# |                                                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# |  WIKI:        http://en.wiki.pedrojm96.com/wiki/DeluxePlayerOptions                          | #
# |  BUG REPORTS: https://www.spigotmc.org/resources/deluxeplayeroptions.33033/                  | #
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                           | #
# |  OFFICIAL SERVER: pronto...                                                                  | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################

# +----------------------------------------------------------------------------------------------+ #
# | Configuration of the items in the bottom bar of the inventory, are given when the player     | #
# | enters the server.                                                                           | #
# +----------------------------------------------------------------------------------------------+ #

# +----------------------------------------------------------------------------------------------+ #
# |                                          Items Nodes                                         | #
# +----------------------------------------------------------------------------------------------+ #
# |                                                                                              | #
# |  enable: To show the item in the inventory to enter the server.                              | #
# |  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.                                                | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #

# +----------------------------------------------------------------------------------------------+ #
# | For a detailed explanation of the configuration see this page.                               | #
# | http://en.wiki.pedrojm96.com/wiki/DeluxePlayerOptions:toggleitems.yml                        | #
# +----------------------------------------------------------------------------------------------+ #

#Show the action to perform when clicking.
Action:
  enable: '&7(Right click to enable)'
  disable: '&7(Right click to disable)'
  
#Item for the speed characteristic.
Speed:
  enable: false
  name: '&3&lSpeed <action>'
  id: 353
  data: 0
  slot: 1
  lore:
  - '&7Change the player''s '
  - '&7movement speed'
  
#Item for the jump feature.
Jump:
  enable: false
  name: '&3&lJump <action>'
  id: 313
  data: 0
  slot: 2
  lore:
  - '&7Change the player''s '
  - '&7jumping height'
  
#Item for the double jump feature.
DoubleJump:
  enable: false
  name: '&3&lDoubleJump <action>'
  id: 305
  data: 0
  slot: 3
  lore:
  - '&7Change the player''s '
  - '&7ability to DoubleJump'
  
#Item for the feature flight.
Fly:
  enable: false
  name: '&3&lFly <action>'
  id: 288
  data: 0
  slot: 4
  lore:
  - '&7Change the player''s '
  - '&7ability to fly'
  
#Item for stackers feature.
Stacker:
  enable: false
  name: '&3&lStacker <action>'
  id: 378
  data: 0
  slot: 5
  lore:
  - '&7Allows to mount  '
  - '&7on the head of a player'

#Item for the visibility feature.
Visibility:
  enable: true
  name: '&3&lVisibility <action>'
  id: 381
  data: 0
  slot: 6
  lore:
  - '&7Changes the visibility '
  - '&7to see players'
  
#Item for the chat feature.
Chat:
  enable: false
  name: '&3&lChat <action>'
  id: 339
  data: 0
  slot: 7
  lore:
  - '&7Change the ability '
  - '&7to see and use chat'
  
#Item for radio feature.
Radio:
  enable: false
  name: '&3&lRadio <action>'
  id: 84
  data: 0
  slot: 8
  lore:
  - '&7Enables or disables '
  - '&7the radio player'