View difference between Paste ID: NNzLERNq and 5Rpw6Qdu
SHOW: | | - or go back to the newest paste.
1
2
3
    
4
###########################################################
5
#######################  Kits #############################
6
###########################################################
7
8
9
##  Kits
10
# the permission for each kit is sg.kits.<kitname> where
11
# kit name is the name of the kit
12
#
13
# cost is the cost to use this kit. #not implemented#
14
#
15
# icon: the icon to be displayed with this kit
16
#
17
# contents: the contents of this kit
18
#
19
# Items are defined as 
20
#    itemnumber, amount, durabilty, enchantments, name
21
# Example: diamond sword with 1 item, full durabilty, shaprness 4, knockback 2 and the name killer
22
#     276, 1, 0, sharpness: 4 knockback: 2, killer
23
#
24
25
#DONT TOUCH THIS
26
version: 1
27
28
29
enabled: true
30
31
32
## Kit Display Mode 
33
#
34
#  SHOW_ALL     = Show all the kit contents
35
#  SHOW_ICON    = Show only the icon
36
#  AUTO_SELECT  = Auto select the top level kit
37
38
kit-select-mode: 'SHOW_ALL'
39
40
41
42
43
kits:
44
  Member:
45
    cost: 0
46
    icon: '133'
47-
    icon: ‘133’
47+
48
    - '315'
49-
    - ‘315’
49+
    - '268'
50-
    - '268’
50+
51-
    - ‘364, 15’
51+
52
    cost: 0
53
    icon: '57'
54-
    icon: ’57’
54+
55
    - '303'
56-
    - ‘303’
56+
    - '272'
57-
    - '272’
57+
58
  VIP:
59
    cost: 0
60
    icon: '22'
61-
    icon: ’22’
61+
62
    - '307'
63-
    - ‘307
63+
    - '272'
64-
    - '272’
64+
65
  Elite:
66
    cost: 0
67
    icon: '41'
68-
    icon: ’41’
68+
69
    - '307'
70-
    - ‘307
70+
    - '267'
71-
    - '267’
71+
72
  Legend:
73
    cost: 0
74
    icon: '152'
75-
    icon: ‘152’
75+
76
    - '311'
77-
    - ‘311’
77+
    - '267'
78-
    - '267’
78+