Difference between revisions of "SuperLobbyDeluxe:items.yml"

From PedroJM96 Wiki EN
Jump to: navigation, search
 
Line 18: Line 18:
 
# |                                                                                              | #
 
# |                                                                                              | #
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################
 
                                                                                       
 
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 
# |                                          Nodes                                              | #
 
# |                                          Nodes                                              | #
Line 26: Line 24:
 
# |  name: The name of the item.                                                                | #
 
# |  name: The name of the item.                                                                | #
 
# |  id: The id of the item material (https://www.minecraftinfo.com/idlist.htm).                | #
 
# |  id: The id of the item material (https://www.minecraftinfo.com/idlist.htm).                | #
 +
# |  material: The material of the item. Example: "SKULL_ITEM:3","DIAMOND".                      | #
 
# |  data: Information that the command will show.                                              | #
 
# |  data: Information that the command will show.                                              | #
 
# |  slot: Value of the material type of the item.                                              | #
 
# |  slot: Value of the material type of the item.                                              | #
# |  skull: To use heads with skin. (url:address.png | textures: <Base64 code> | <player>)       | #
+
# |  skull: To use heads with skin.                                                             | #
# |  commands: Command that is executed when clicking.  (SERVER, PLAYER, CONSOLE, OP,            | #
+
# |        (url: address.png | textures: <Base64 code> | web: <player> | <player>)               | #
# |     BROADCAST, GIVE, MONEY, POINTS, TELL,OPEN).                                             | #
+
# |  commands: Command that is executed when clicking.  (server, player, console, op,            | #
 +
# |           broadcast, give, money, points, tell, open, world).                               | #
 
# |  delay: Waiting time to reuse the item. Place -1 to disable.                                | #
 
# |  delay: Waiting time to reuse the item. Place -1 to disable.                                | #
# |  lore: The description of the item.                                                         | #
+
# |  lore: (List) The description of the item.                                                   | #
 
# |  permission: Permission to use the item.                                                    | #
 
# |  permission: Permission to use the item.                                                    | #
 
# |  enchant-glow: To add enchantment colors to the items. default false                        | #
 
# |  enchant-glow: To add enchantment colors to the items. default false                        | #
Line 44: Line 44:
 
# |                                                                                              | #
 
# |                                                                                              | #
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 
# | To create more elements, simply copy the previous one and paste it in an empty place..      | #
 
# | To create more elements, simply copy the previous one and paste it in an empty place..      | #
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 +
####################################################################################################
  
 
#List of item.
 
#List of item.
menu:
+
game:
   name: '&f<10> &5Game Modes &f<10> &7(Right button)'
+
   name: '&8<3> &6Game Modes &8<3> &7(Right button)'
   id: 335
+
   material: 'MILK_BUCKET'
  data: 0
 
 
   slot: 1
 
   slot: 1
 
   commands:
 
   commands:
   - 'player: menu'
+
   - 'player: game'
 
   delay: 5
 
   delay: 5
   permission: superlobby.items.menu
+
   permission: 'superlobby.items.game'
skull:
+
profile:
   name: '&f<10> &5Profile &a<player> &f<10> &7(Right button)'
+
   name: '&8<3> &6Profile &a<player> &8<3> &7(Right button)'
   id: 397
+
   material: 'SKULL_ITEM:3'
  data: 3
 
 
   slot: 2
 
   slot: 2
 
   skull: <player>
 
   skull: <player>
Line 68: Line 66:
 
   - 'player: profile'
 
   - 'player: profile'
 
   delay: 5
 
   delay: 5
   permission: superlobby.items.skull
+
   permission: 'superlobby.items.game'
 
 
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 08:44, 9 December 2018

####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |    _____                       _           _     _           _____       _                   | #
# |   / ____|                     | |         | |   | |         |  __ \     | |                  | #
# |  | (___  _   _ _ __   ___ _ __| |     ___ | |__ | |__  _   _| |  | | ___| |_   ___  _____    | #
# |   \___ \| | | | '_ \ / _ \ '__| |    / _ \| '_ \| '_ \| | | | |  | |/ _ \ | | | \ \/ / _ \   | #
# |   ____) | |_| | |_) |  __/ |  | |___| (_) | |_) | |_) | |_| | |__| |  __/ | |_| |>  <  __/   | #
# |  |_____/ \__,_| .__/ \___|_|  |______\___/|_.__/|_.__/ \__, |_____/ \___|_|\__,_/_/\_\___|   | #
# |               | |                                       __/ |                                | #
# |               |_|                                      |___/                                 | #
# |                                                                                              | #
# |                                                                                              | #
# |  WIKI:        http://en.wiki.pedrojm96.com/wiki/SuperLobbyDeluxe                             | #
# |  BUG REPORTS: https://www.spigotmc.org/threads/superlobbydeluxe.132949                       | #
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                           | #
# |  OFFICIAL SERVER: mc.minepal.net                                                             | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
# |                                          Nodes                                               | #
# +----------------------------------------------------------------------------------------------+ #
# |                                                                                              | #
# |  name: The name of the item.                                                                 | #
# |  id: The id of the item material (https://www.minecraftinfo.com/idlist.htm).                 | #
# |  material: The material of the item. Example: "SKULL_ITEM:3","DIAMOND".                      | #
# |  data: Information that the command will show.                                               | #
# |  slot: Value of the material type of the item.                                               | #
# |  skull: To use heads with skin.                                                              | #
# |        (url: address.png | textures: <Base64 code> | web: <player> | <player>)               | #
# |  commands: Command that is executed when clicking.  (server, player, console, op,            | #
# |            broadcast, give, money, points, tell, open, world).                               | #
# |  delay: Waiting time to reuse the item. Place -1 to disable.                                 | #
# |  lore: (List) The description of the item.                                                   | #
# |  permission: Permission to use the item.                                                     | #
# |  enchant-glow: To add enchantment colors to the items. default false                         | #
# |  version-check: To check if it is the correct version of minecraft.                          | #
# |                    default false (Requires ViaVersion)                                       | #
# |  version-list: List of versions to check in check version.                                   | #
# |  no-version-message: Message to show if the version is not compatible.                       | #
# |                      Use <version> to show compatible versions in the message.               | #
# |                                                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
# | To create more elements, simply copy the previous one and paste it in an empty place..       | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################

#List of item.
game:
  name: '&8<3>  &6Game Modes &8<3>  &7(Right button)'
  material: 'MILK_BUCKET'
  slot: 1
  commands:
  - 'player: game'
  delay: 5
  permission: 'superlobby.items.game'
profile:
  name: '&8<3>  &6Profile &a<player> &8<3>  &7(Right button)'
  material: 'SKULL_ITEM:3'
  slot: 2
  skull: <player>
  commands:
  - 'player: profile'
  delay: 5
  permission: 'superlobby.items.game'