Idontlikeitpleasesto

Shop.yml

Apr 15th, 2015
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.27 KB | None | 0 0
  1. ############################################################
  2. #           ShopGUI v1.0 by Coltify.                       #
  3. #                Manager - Coltay                          #
  4. #               Skype - coltify                            #
  5. ############################################################
  6.  
  7. # Inventory opened when the command '/shop' is executed.
  8.  
  9. Shop:
  10.   Inventory:
  11.     Title: '&cShop'
  12.     Size: 27
  13.     Items:
  14.       1:
  15.         Item:
  16.           ID: 1
  17.         Name: '&cBlocks'
  18.         Lore:
  19.           - '&7Click to open the Blocks category.'
  20.         Glow: true
  21.         Open-Category: Blocks
  22.       2:
  23.         Item:
  24.           ID: 46
  25.         Name: '&cRaiding'
  26.         Lore:
  27.           - '&7Click to open the Raiding category.'
  28.         Glow: true
  29.         Open-Category: Raiding
  30.       3:
  31.         Item:
  32.           ID: 338
  33.         Name: '&cFarming Materials'
  34.         Lore:
  35.           - '&7Click to open the Farming category.'
  36.         Glow: true
  37.         Open-Category: Farming
  38.       4:
  39.         Item:
  40.           ID: 388
  41.         Name: '&cValuables'
  42.         Lore:
  43.           - '&7Click to open the Valuables category.'
  44.         Glow: true
  45.         Open-Category: Valuables
  46.        
  47. # Color of glass in the interval gui.
  48. Intervals-GlassColor: 1          
  49.  
  50. # Categories for the shop.
  51.        
  52. Categories:
  53.   Blocks:
  54.     Inventory:
  55.       Title: '&7Shop &4»&c Blocks'
  56.       Size: 27
  57.       Items:
  58.         1:
  59.           Item:
  60.             ID: 2
  61.           Price: 9        
  62.         2:
  63.           Item:  
  64.             ID: 1
  65.           Price: 5          
  66.         3:
  67.           Item:
  68.             ID: 49
  69.           Price: 30          
  70.         4:
  71.           Item:
  72.             ID: 4
  73.           Price: 5
  74.         5:
  75.           Item:  
  76.             ID: 12
  77.           Price: 3          
  78.         6:
  79.           Item:
  80.             ID: 17
  81.           Price: 3          
  82.         7:
  83.           Item:
  84.             ID: 17
  85.             Data: 1
  86.           Price: 3        
  87.         8:
  88.           Item:
  89.             ID: 17
  90.             Data: 2
  91.           Price: 3  
  92.         9:
  93.           Item:
  94.             ID: 17
  95.             Data: 3
  96.           Price: 3
  97.          
  98.  
  99.   Raiding:
  100.     Inventory:
  101.       Title: '&7Shop &4»&c Raiding'
  102.       Size: 27
  103.       Items:
  104.         1:
  105.           Item:
  106.             ID: 46
  107.           Price: 100
  108.         2:
  109.           Item:
  110.             ID: 331
  111.           Price: 10
  112.  
  113.   Farming:
  114.     Inventory:
  115.       Title: '&7Shop &4»&c Farming'
  116.       Size: 27
  117.       Items:
  118.         1:
  119.           Item:
  120.             ID: 338
  121.           Price: 10
  122.         2:
  123.           Item:
  124.             ID: 295
  125.           Price: 10
  126.         3:
  127.           Item:
  128.             ID: 362
  129.           Price: 10
  130.         4:
  131.           Item:
  132.             ID: 361
  133.           Price: 10
  134.         5:
  135.           Item:
  136.             ID: 115
  137.           Price: 10
  138.  
  139.   Valuables:
  140.     Inventory:
  141.       Title: '&7Shop &4»&c Valuables'
  142.       Size: 27
  143.       Items:
  144.         1:
  145.           Item:
  146.             ID: 263
  147.           Price: 3
  148.         2:
  149.           Item:
  150.             ID: 265
  151.           Price: 7
  152.         3:
  153.           Item:
  154.             ID: 266
  155.           Price: 10
  156.         4:
  157.           Item:
  158.             ID: 264
  159.           Price: 16
  160.         5:
  161.           Item:
  162.             ID: 388
  163.           Price: 21
Advertisement
Add Comment
Please, Sign In to add comment