-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeluxetags
More file actions
68 lines (68 loc) · 1.9 KB
/
deluxetags
File metadata and controls
68 lines (68 loc) · 1.9 KB
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
# DeluxeTags version: 1.7.1 Main Configuration
# Via config.helpch.at
#
# Create your tags using the following format:
#
# deluxetags:
# VIP:
# order: 1
# tag: '&7[&eVIP&7]'
# description: 'This tag is awarded by getting VIP'
#
# Placeholders for your DeluxeChat formats config:
#
# %deluxetags_identifier% - display the players active tag identifier
# %deluxetags_tag% - display the players active tag
# %deluxetags_description% - display the players active tag description
# %deluxetags_amount% - display the amount of tags a player has access to
#
# Placeholders for your essentials/chat handling formats config:
#
# {deluxetags_identifier} - display the players active tag identifier
# {deluxetags_tag} - display the players active tag
# {deluxetags_description} - display the players active tag description
# {deluxetags_amount} - display the amount of tags a player has access to
force_tags: false
check_updates: true
deluxe_chat: true
format_chat:
enabled: true
format: '{deluxetags_tag} <%1$s> %2$s'
gui:
name: '&6Available tags&f: &6%deluxetags_amount%'
tag_select_item:
material: NAME_TAG
data: 0
displayname: '&6Tag&f: &6%deluxetags_identifier%'
lore:
- '%deluxetags_tag%'
- '%deluxetags_description%'
divider_item:
material: STAINED_GLASS_PANE
data: 15
displayname: ''
lore: []
has_tag_item:
material: SKULL_ITEM
data: 3
displayname: '&eCurrent tag&f: &6%deluxetags_identifier%'
lore:
- '%deluxetags_tag%'
- Click to remove your current tag
no_tag_item:
material: SKULL_ITEM
data: 3
displayname: '&cYou don''t have a tag set!'
lore:
- '&7Click a tag above to select one!'
exit_item:
material: IRON_DOOR
data: 0
displayname: '&cClick to exit'
lore:
- '&7Exit the tags menu'
deluxetags:
example:
order: 1
tag: '&8[&bDeluxeTags&8]'
description: '&cAwarded for using DeluxeTags!'