Advertisement
JustMeTimo

Untitled

Jan 19th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. #
  2. # +----------------------------------------------------------------------------------------------+ #
  3. # | _____ _ _ _ _____ _ | #
  4. # | / ____| | | | | | | | __ \ | | | #
  5. # | | (___ _ _ _ __ ___ _ __| | ___ | |__ | |__ _ _| | | | ___| |_ ___ _____ | #
  6. # | \___ \| | | | '_ \ / _ \ '__| | / _ \| '_ \| '_ \| | | | | | |/ _ \ | | | \ \/ / _ \ | #
  7. # | ____) | |_| | |_) | __/ | | |___| (_) | |_) | |_) | |_| | |__| | __/ | |_| |> < __/ | #
  8. # | |_____/ \__,_| .__/ \___|_| |______\___/|_.__/|_.__/ \__, |_____/ \___|_|\__,_/_/\_\___| | #
  9. # | | | __/ | | #
  10. # | |_| |___/ | #
  11. # | | #
  12. # | | #
  13. # | WIKI: http://en.wiki.pedrojm96.com/wiki/SuperLobbyDeluxe | #
  14. # | BUG REPORTS: https://www.spigotmc.org/threads/superlobbydeluxe.132949 | #
  15. # | AUTHOR: PedroJM96 (pedrojm96.com) | #
  16. # | OFFICIAL SERVER: mc.minepal.net | #
  17. # | | #
  18. # +----------------------------------------------------------------------------------------------+ #
  19. # +----------------------------------------------------------------------------------------------+ #
  20. # | Nodes | #
  21. # +----------------------------------------------------------------------------------------------+ #
  22. # | | #
  23. # | name: The name of the item. | #
  24. # | material: The material of the item. Example: "SKULL_ITEM:3","DIAMOND". | #
  25. # | id: The id of the item material (https://www.minecraftinfo.com/idlist.htm). | #
  26. # | data: Information that the command will show. | #
  27. # | slot: Value of the material type of the item. | #
  28. # | skull: To use heads with skin. | #
  29. # | (url: address.png | textures: <Base64 code> | web: <player> | <player>) | #
  30. # | commands: Command that is executed when clicking. (server, player, console, op, | #
  31. # | broadcast, give, money, points, tell, open, world). | #
  32. # | delay: Waiting time to reuse the item. Place -1 to disable. | #
  33. # | lore: (List) The description of the item. | #
  34. # | permission: Permission to use the item. | #
  35. # | enchant-glow: To add enchantment colors to the items. default false | #
  36. # | version-check: To check if it is the correct version of minecraft. | #
  37. # | default false (Requires ViaVersion) | #
  38. # | version-list: List of versions to check in check version. | #
  39. # | no-version-message: Message to show if the version is not compatible. | #
  40. # | Use <version> to show compatible versions in the message. | #
  41. # | | #
  42. # | | #
  43. # | | #
  44. # +----------------------------------------------------------------------------------------------+ #
  45. # +----------------------------------------------------------------------------------------------+ #
  46. # | To create more elements, simply copy the previous one and paste it in an empty place.. | #
  47. # +----------------------------------------------------------------------------------------------+ #
  48. game:
  49. name: '&8<3> &6Game Modes &8<3> &7(Right button)'
  50. material: CHEST
  51. slot: 1
  52. commands:
  53. - 'player: game'
  54. delay: 5
  55. permission: superlobby.items.game
  56. profile:
  57. name: '&8<3> &6Profile &a<player> &8<3> &7(Right button)'
  58. material: SKULL_ITEM:3
  59. slot: 2
  60. skull: <player>
  61. commands:
  62. - 'player: profile'
  63. delay: 5
  64. permission: superlobby.items.game
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement