Difference between revisions of "SuperLobbyDeluxe:items.yml"

From PedroJM96 Wiki EN
Jump to: navigation, search
(Created page with "<syntaxhighlight lang="YAML"> #################################################################################################### # +-----------------------------------------...")
 
Line 51: Line 51:
 
#List of item.
 
#List of item.
 
menu:
 
menu:
   name: '&f<10> &5Modos de Juego &f<10> &7(Bot<o>n Derecho)'
+
   name: '&f<10> &5Game Modes &f<10> &7(Right button)'
 
   id: 335
 
   id: 335
 
   data: 0
 
   data: 0
 
   slot: 1
 
   slot: 1
  skull: <player>
 
 
   commands:
 
   commands:
 
   - 'player: menu'
 
   - 'player: menu'
  - 'tell: Command executed'
 
 
   delay: 5
 
   delay: 5
  lore:
+
   permission: superlobby.items.menu
  - '&f<7> &7&oLista de los Servidores'
 
  - '&f<7> &7&oa los que puedes entrar'
 
   permission: useitems
 
 
skull:
 
skull:
   name: '&f<10> &5Profile &a<player> &f<10> &7(Bot<o>n Derecho)'
+
   name: '&f<10> &5Profile &a<player> &f<10> &7(Right button)'
 
   id: 397
 
   id: 397
 
   data: 3
 
   data: 3
Line 71: Line 66:
 
   skull: <player>
 
   skull: <player>
 
   commands:
 
   commands:
   - 'player: Profile'
+
   - 'player: profile'
  - 'tell: Command executed'
 
 
   delay: 5
 
   delay: 5
   permission: useitems
+
   permission: superlobby.items.skull
 +
 
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 05:01, 4 September 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).                 | #
# |  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> | <player>)       | #
# |  commands: Command that is executed when clicking.  (SERVER, PLAYER, CONSOLE, OP,            | #
# |     BROADCAST, GIVE, MONEY, POINTS, TELL,OPEN).                                              | #
# |  delay: Waiting time to reuse the item. Place -1 to disable.                                 | #
# |  lore: 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.
menu:
  name: '&f<10> &5Game Modes &f<10> &7(Right button)'
  id: 335
  data: 0
  slot: 1
  commands:
  - 'player: menu'
  delay: 5
  permission: superlobby.items.menu
skull:
  name: '&f<10> &5Profile &a<player> &f<10> &7(Right button)'
  id: 397
  data: 3
  slot: 2
  skull: <player>
  commands:
  - 'player: profile'
  delay: 5
  permission: superlobby.items.skull