Advertisement
TnKnight

Silky Spawner - guisconfig.yml

Oct 25th, 2020 (edited)
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.35 KB | None | 0 0
  1. #########################################
  2. #                                       #
  3. #                BUTTONS                #
  4. #                                       #
  5. # Please, DO NOT change anything before #
  6. #       ":" or you will get errors      #
  7. #                                       #
  8. #########################################
  9.  
  10. YesButton: "&aYes"
  11. NoButton: "&cNo"
  12. NextPageButton: "&7Next page"
  13. PreviousPageButton: "&7Previous Page"
  14. GoBackButton: "&eGo back"
  15. CloseButton: "&c&lClose Menu"
  16.  
  17.  
  18. #########################################
  19. #                                       #
  20. #             CONFIRM MENU              #
  21. #                                       #
  22. # Please, DO NOT change anything before #
  23. #       ":" or you will get errors      #
  24. #                                       #
  25. #########################################
  26.  
  27. ConfirmMenu:
  28.   Title: "&a&lConfirm Menu"
  29.   FillItem: RED_STAINED_GLASS_PANE
  30.  
  31.  
  32. #########################################
  33. #                                       #
  34. #          CREATE SPAWNER MENU          #
  35. #                                       #
  36. # Please, DO NOT change anything before #
  37. #       ":" or you will get errors      #
  38. #                                       #
  39. #########################################
  40.  
  41. CreateSpawnerMenu:
  42.   Title: "&a&lCreate &b&lCustom &e&lSpawner &f- &8Page %page%"
  43.   FillItem: BLUE_STAINED_GLASS_PANE
  44.  
  45.  
  46.  
  47. #########################################
  48. #                                       #
  49. #               MAIN MENU               #
  50. #                                       #
  51. # Please, DO NOT change anything before #
  52. #       ":" or you will get errors      #
  53. #                                       #
  54. #########################################
  55.  
  56. MainMenu:
  57.   Title: "&c&lMain &d&lMenu"
  58.   CreateSpawnerItem:
  59.     Name: "&aCreate Spawner"
  60.     Lore:
  61.      - ""
  62.       - "&8Get your own spawner"
  63.       - ""
  64.   SetNameItem:
  65.     Name: "&bSet Name"
  66.     Lore:
  67.      - ""
  68.       - "&8Name your spawner"
  69.       - ""
  70.   LoreItem:
  71.     Name: "&eLore"
  72.     Lore:
  73.      - ""
  74.       - "&8Something to do with lore"
  75.       - ""
  76.   EnchantPickaxeItem:
  77.     Name: "&dEnchanting"
  78.     Lore:
  79.      - ""
  80.       - "&8Use it on your pickaxe"
  81.       - ""
  82.   RemoveItem:
  83.     Name: "&4Remove ArmorStands"
  84.     Lore:
  85.      - ""
  86.       - "&8Remove all the AmorStands"
  87.       - "&8within the given radius!"
  88.       - ""
  89.   ReloadItem:
  90.     Name: "&aReload plugin"
  91.     Lore:
  92.      - ""
  93.       - "&8Reload plugin!"
  94.       - ""
  95.   HelpItem:
  96.     Name: "&6Help List"
  97.     Lore:
  98.      - ""
  99.       - "&8List all the available commands"
  100.       - ""
  101.      
  102.  
  103. #########################################
  104. #                                       #
  105. #        LORE MODIFICATIOR MENU         #
  106. #                                       #
  107. # Please, DO NOT change anything before #
  108. #       ":" or you will get errors      #
  109. #                                       #
  110. #########################################
  111.  
  112. LoreModificatiorMenu:
  113.   Title: "&d&lLore Modificatior"
  114.   AddLoreButton: "&aAdd lore"
  115.   SetLoreButton: "&bSet lore"
  116.   InsertLoreButton: "&9Insert lore"
  117.   RemoveLoreButton: "&cRemove lore"
  118.  
  119.  
  120. #########################################
  121. #                                       #
  122. #       LINE/RANGE CHOOSING MENU        #
  123. #                                       #
  124. # Please, DO NOT change anything before #
  125. #       ":" or you will get errors      #
  126. #                                       #
  127. #########################################
  128.  
  129. LineRangeMenu:
  130.   LineTitle: "&aChoose a line to continue"
  131.   LineDisplay: "&eLine#: &6%line%"
  132.   RangeTitle: "&cDefine a range to clear"
  133.   RangeDisplay: "&eRadius: &6%radius%"
  134.   FillItem: WHITE_STAINED_GLASS_PANE
  135.  
  136.  
  137. #########################################
  138. #                                       #
  139. #          SPAWNER STATUS MENU          #
  140. #                                       #
  141. # Please, DO NOT change anything before #
  142. #       ":" or you will get errors      #
  143. #                                       #
  144. #########################################  
  145.  
  146. SpawnerModificationMenu:
  147.   Title: "&c&lSpawner's &a&lstatus"
  148.   FillItem: GLASS_PANE
  149.   Location: "&7Location: &bX:%x% Y:%y% Z:%z%"
  150.   SpawnedType: "Spawning: %creature_type%"
  151.   RequiredRange: "&ePlayer have to stay &6&l%block% &eblocks away"
  152.   Delay: "&aSpawns a mob &bbetween &6%min% &bsecond(s) and &6%max% &bsecond(s)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement