View difference between Paste ID: F0NSN5b7 and 8ub3FfDC
SHOW: | | - or go back to the newest paste.
1
#-----------------------------------------------------------------------------------------#
2
# Vicious BackPacks                                                                       #
3
#                                                                                         #
4
# This is the plugins configuration file                                                  #
5
#                                                                                         #
6
# Plugin made by FloThePony                                                               #
7
#                                                                                         #
8
#-----------------------------------------------------------------------------------------#
9
#                                                                                         #
10
# Explained Config --                                                                     #
11
#                                                                                         #
12
#-----------------------------------------------------------------------------------------#
13
#                                                                                         # 
14
# Backpacks:                                                                              # 
15
#     Common: // Backpack name. //                                                        # 
16
#        name: '&bCommon Pack' // Display Name. //                                        # 
17
#        Enabled: true // Enabled? T/F //                                                 # 
18
#        Item: CHEST // Backpack item. //                                                 # 
19
#        Rows: 2 // Amount of rows in the backpack. //                                    # 
20
#        Lore: '&7Used for more inventory space!' // Lore of the backpack in inventory. //# 
21
#     settings:                                                                           # 
22
#       auto_smelt: false // Auto smelt feature? T/F //                                   #
23
#       auto_block: false // Auto block feature? T/F //                                   #
24-
#       auto_inv: true // Auto inventory feature? T/F //                                  # 
24+
#       auto_inv: true // Auto inventory feature? T/F //                                  #
25
#        regions: // Regions in which the blocks automatically fill up in after main inv. #
26
#         - a-mine                                                                        #
27
#         - b-mine                                                                        #
28
#         - c-mine                                                                        #
29
#         - d-mine                                                                        #
30
#         - e-mine                                                                        #	                                
31
#       fortune_blocks: true // Fortune feature? T/F //                                   # 
32
#       fortune_multiplier: RANDOM // Fortune multiplier type. //                         # 
33
#       maxDrops: 10 // Max block drops. //                                               # 
34
#       minDrops: 3 // Min block drops. //                                                # 
35
#       multiplied_blocks: // Blocks that are effected from fortune. //                   # 
36
#       - COAL_ORE                                                                        # 
37
#       - IRON_ORE                                                                        # 
38
#       - COAL_BLOCK                                                                      # 
39
#       - IRON_BLOCK                                                                      # 
40
#       - GOLD_ORE                                                                        # 
41
#       - GOLD_BLOCK                                                                      # 
42
#       - REDSTONE_BLOCK                                                                  # 
43
#       - DIAMOND_ORE                                                                     # 
44
#       - LAPIS_BLOCK                                                                     # 
45
#       - DIAMOND_BLOCK                                                                   # 
46
#       - EMERALD_ORE                                                                     # 
47
#       - EMERALD_BLOCK                                                                   # 
48
#                                                                                         # 	  
49
#-----------------------------------------------------------------------------------------#
50
51
Backpacks:
52
    Common:
53
       name: '&bCommon Pack'
54
       Enabled: true
55
       Item: CHEST
56
       Rows: 2
57
       Lore: '&7Used for more inventory space!'
58
    settings:
59
      auto_smelt: false
60
      auto_inv: true
61
        regions:
62
         - a-mine
63
         - b-mine
64
         - c-mine
65
         - d-mine
66
         - e-mine		 
67
      auto_block: false
68
      fortune_blocks: true
69
      fortune_multiplier: RANDOM
70
      maxDrops: 10
71
      minDrops: 3
72
      multiplied_blocks:
73
      - COAL_ORE
74
      - IRON_ORE
75
      - COAL_BLOCK
76
      - IRON_BLOCK
77
      - GOLD_ORE
78
      - GOLD_BLOCK
79
      - REDSTONE_BLOCK
80
      - DIAMOND_ORE
81
      - LAPIS_BLOCK
82
      - DIAMOND_BLOCK
83
      - EMERALD_ORE
84
      - EMERALD_BLOCK
85
    UnCommon:
86
       name: '&eUnCommon Pack'
87
       Enabled: true
88
       Item: CHEST
89
       Rows: 4
90
       Lore: '&7Used for more inventory space!'
91
    settings:
92
      auto_smelt: true
93
      auto_inv: true
94
        regions:
95
         - a-mine
96
         - b-mine
97
         - c-mine
98
         - d-mine
99
         - e-mine	
100
      auto_block: false
101
      fortune_blocks: true
102
      fortune_multiplier: RANDOM
103
      maxDrops: 14
104
      minDrops: 3
105
      multiplied_blocks:
106
      - COAL_ORE
107
      - IRON_ORE
108
      - COAL_BLOCK
109
      - IRON_BLOCK
110
      - GOLD_ORE
111
      - GOLD_BLOCK
112
      - REDSTONE_BLOCK
113
      - DIAMOND_ORE
114
      - LAPIS_BLOCK
115
      - DIAMOND_BLOCK
116
      - EMERALD_ORE
117
      - EMERALD_BLOCK
118
    Mythical:
119
       name: '&dMythical Pack'
120
       Enabled: true
121
       Item: CHEST
122
       Rows: 6
123
       Lore: '&7Used for more inventory space!'
124
    settings:
125
      auto_smelt: true
126
      auto_inv: true
127
        regions:
128
         - a-mine
129
         - b-mine
130
         - c-mine
131
         - d-mine
132
         - e-mine	
133
      auto_block: true
134
      fortune_blocks: true
135
      fortune_multiplier: RANDOM
136
      maxDrops: 18
137
      minDrops: 3
138
      multiplied_blocks:
139
      - COAL_ORE
140
      - IRON_ORE
141
      - COAL_BLOCK
142
      - IRON_BLOCK
143
      - GOLD_ORE
144
      - GOLD_BLOCK
145
      - REDSTONE_BLOCK
146
      - DIAMOND_ORE
147
      - LAPIS_BLOCK
148
      - DIAMOND_BLOCK
149
      - EMERALD_ORE
150
      - EMERALD_BLOCK