-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
113 lines (113 loc) · 3.6 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
rankshop:
menu_title: '&nRanks shop'
open_command:
- rankshop
- ranksshop
size: 9
open_requirement:
requirements:
permission:
type: has permission
permission: deluxemenus.view.rankshop
deny_commands:
- '[message] &c(!) You are not allowed to open this inventory.'
items:
'1':
material: NAME_TAG
amount: 1
slot: 1
display_name: '&8◆ &a&nBaron Rank&r&8◆'
lore:
- '&7Click to purchase the &nBaron Rank&r&7.'
- '&r'
- '&7Perks'
- '&7* /ss help sort chest/inventory &9NEW!'
- '&7* Chat prefix and tab color'
- '&7* Chat bypass'
- '&7* /sun'
- '&7* /timevote day/night'
- '&r'
- '&eCost: &7 1.500.000 &e⛃'
left_click_commands:
- '[console] eco take %player_name% 1500000'
- '[console] lp user %player_name% parent set baron'
left_click_requirement:
expression: '%vault_eco_balance% > 1500000'
deny_commands:
- '[message] &c(!) You do not have enough coins for this.'
'3':
material: NAME_TAG
amount: 1
slot: 3
display_name: '&8◆ &a&nEmperor Rank&r &8◆'
lore:
- '&7Click to purchase the &nEmperor Rank&r&7.'
- '&r'
- '&7Perks'
- '&7* /ss help sort chest/inventory &9NEW!'
- '&7* Chat prefix and tab color'
- '&7* Chat bypass'
- '&7* /sun'
- '&7* /feed'
- '&7* /timevote day/night'
- '&r'
- '&eCost: &7 2.500.000 &e⛃'
left_click_commands:
- '[console] eco take %player_name% 2500000'
- '[console] lp user %player_name% parent set emperor'
left_click_requirement:
expression: '%vault_eco_balance% > 2500000'
deny_commands:
- '[message] &c(!) You do not have enough coins for this.'
'5':
material: NAME_TAG
amount: 1
slot: 5
display_name: '&8◆ &a&nHighLord Rank&r &8◆'
lore:
- '&7Click to purchase the &nHighLord Rank&r&7.'
- '&r'
- '&7Perks'
- '&7* /ss help sort chest/inventory &9NEW!'
- '&7* Chat prefix and tab color'
- '&7* Chat bypass'
- '&7* /sun'
- '&7* /feed'
- '&7* /timevote day/night'
- '&7* /7x homes'
- '&r'
- '&eCost: &7 3.000.000 &e⛃'
left_click_commands:
- '[console] eco take %player_name% 3000000'
- '[console] lp user %player_name% parent set highlord'
left_click_requirement:
expression: '%vault_eco_balance% > 3000000'
deny_commands:
- '[message] &c(!) You do not have enough coins for this.'
'7':
material: NAME_TAG
amount: 1
slot: 7
display_name: '&8◆ &a&1Over&5Lord Rank&r &8◆'
lore:
- '&7Click to purchase the &1Over&5Lord Rank&r&7.'
- '&r'
- '&7Perks'
- '&7* /ss help sort chest/inventory &9NEW!'
- '&7* Chat prefix and tab color'
- '&7* Chat bypass'
- '&7* /sun'
- '&7* /feed'
- '&7* /heal'
- '&7* /timevote day/night'
- '&7* color text'
- '&7* 7x homes'
- '&r'
- '&eCost: &7 4.000.000 &e⛃'
left_click_commands:
- '[console] eco take %player_name% 4000000'
- '[console] lp user %player_name% parent set overlord'
left_click_requirement:
expression: '%vault_eco_balance% > 4000000'
deny_commands:
- '[message] &c(!) You do not have enough coins for this.'