Advertisement
Oliinyk

Untitled

May 20th, 2023
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. # --{ =-=-=-=-=-=-=-=-=-= ItemJoin's Custom Item Configurations, by RockinChaos =-=-=-=-=-=-=-=-=-= }--
  2. # See the tutorial page for a more in-depth explanation; https://github.com/RockinChaos/ItemJoin/wiki
  3. # Join the discord for easy plugin support; https://discord.gg/D5FnJ7C
  4.  
  5. # Modifying the Version will cause this file to break and regenerate.
  6. items-Version: 8
  7.  
  8. # General options that apply to the custom items functionality.
  9. items-Delay: 1
  10. items-Overwrite: true
  11. items-Spamming: false
  12. items-RestrictCount: false
  13.  
  14. # This is the section that the custom created items will be stored.
  15. # All created items should be saved under the 'items' section for each 'custom-item' subsection.
  16. items:
  17. book-item:
  18. id: WRITTEN_BOOK
  19. author: '&fMrOilMan'
  20. slot: 8
  21. name: "&8[ &fВступ до &6Міні-ігр &8]"
  22. # lore:
  23. # - ' '
  24. # - '&eЛКМ щоб видалити цю книгу'
  25. # - ' '
  26. pages:
  27. '1':
  28. - 'Вітаємо на новому'
  29. - 'відгалуженні проекту'
  30. - 'OMHMS – на нашому'
  31. - 'сервері міні-ігр!'
  32. - ''
  33. - 'OMHMS – це'
  34. - 'приватний майнкрафт'
  35. - 'сервер, який є'
  36. - 'затишним місцем для'
  37. - 'виживання. Але цього'
  38. - 'нам було мало і тепер'
  39. - 'у нас є власні'
  40. - 'міні-ігри!'
  41. '2':
  42. - 'Наразі цей сервер'
  43. - 'міні-ігр є тестовим.'
  44. - ''
  45. - '&lЩо це означає?'
  46. - '&c-&0 Можливі баги.'
  47. - '&c-&0 Можливі рестарти.'
  48. - '&c-&0 Не багато міні-ігр.'
  49. - ''
  50. - '&lАле які плюси?'
  51. - '&2+&0 Вже можна грати!'
  52. - '&2+&0 Це безкоштовно!'
  53. - '&2+&0 Це робиться для'
  54. - 'гравців, з любов''ю'
  55. - 'і повною віддачею!'
  56. '3':
  57. - 'Якщо тебе цікавить'
  58. - 'виживання, то завітай'
  59. - 'на наш сайт, або'
  60. - 'в діскорд. Там є вся'
  61. - 'необхідна інформація!'
  62. - ''
  63. - '- <text:&2omhms.com><open_url:https://omhms.com/><show_text:Наш сайт <3>'
  64. - '- <text:&5Discord><open_url:https://discord.gg/5HugZgxgZz><show_text:Тут наша основна туса>'
  65. - '- <text:&9Telegram><open_url:https://t.me/omhms_mroilman><show_text:В телеграмі дублікат новин, і свій чатік>'
  66. - '- <text:&0You&cTube><open_url:https://youtube.com/channel/UCj3cuVAttxJp9jCtx0mjMsA><show_text:Тут всякі відоси (будуть, лол)>'
  67. - '- <text:&6Instagram><open_url:https://www.instagram.com/omhms.mroilman/><show_text:Файні скріни з проекту>'
  68. - '- <text:&0TikTok><open_url:https://www.tiktok.com/@omhms.com><show_text:Різний щітпост, але теж про сервер>'
  69. '4':
  70. - 'Хочеш допомогти проекту? &7(1/2)'
  71. - ''
  72. - 'А якщо хочеш допомогти проекту, пиши в Діскорд чи телеграм, тегай одмєна (MrOilman) і питай, як саме ти можеш допомогти :)'
  73. '5':
  74. - 'Хочеш допомогти проекту? &7(2/2)'
  75. - ''
  76. - 'Хоча, глобально, відповідь проста: тестувати те що є, та купляти проходку і грати у своє задоволення!'
  77. itemflags: move-next, auto-remove, self-drops, hide-attributes, inventory-modify, inventory-close, placement, vanilla-control
  78. triggers: join, respawn, world-switch
  79. enabled-worlds: omhms_minigames_hub
  80. # interact-left:
  81. # - 'console: itemjoin remove book-item %player%'
  82. # inventory-left:
  83. # - 'console: itemjoin remove book-item %player%'
  84. item-menu:
  85. id: beacon
  86. #'1': <delay:20>wheat
  87. #'2': <delay:20>hay_block
  88. slot: 0
  89. name: "&8[ &fОсновна навігація &8]"
  90. lore:
  91. - ' '
  92. - '&eКлікай аби відкрити основне меню'
  93. - ' '
  94. itemflags: move-next, auto-remove, self-drops, hide-attributes, inventory-modify, inventory-close, placement, animate
  95. triggers: join, respawn, world-switch
  96. interact:
  97. - 'player: cpanel omhms-gui-mainmenu'
  98. inventory:
  99. - 'player: cpanel omhms-gui-mainmenu'
  100. commands-sound: BLOCK_NOTE_BLOCK_PLING
  101. use-cooldown: 2
  102. enabled-worlds: omhms_minigames_hub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement