Skip to content

Commit 7b9d18c

Browse files
committed
Minor changes in some yml files
1 parent d8de811 commit 7b9d18c

10 files changed

Lines changed: 14 additions & 14 deletions

File tree

src/main/resources/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ modules:
8080
# Chat bridge module loaded from modules/chatbridge.yml
8181
chat-bridge: false
8282

83+
# Allows players to display custom tags in chat
84+
#
85+
# Item tag module loaded from modules/chatplaceholders/chatplaceholders.yml
86+
chat-placeholders: true
87+
8388
# Allows to translate colors and formats in chat using permissions
8489
#
8590
# This module does not have a configuration file
@@ -103,11 +108,6 @@ modules:
103108
# Invsee module loaded from modules/invsee.yml
104109
invsee: false
105110

106-
# Allows players to display custom tags in chat
107-
#
108-
# Item tag module loaded from modules/chatplaceholders/chatplaceholders.yml
109-
chat-placeholders: true
110-
111111
# Allows to change your nickname
112112
#
113113
# This module does not have a configuration file

src/main/resources/modules/antiadvertising.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ whitelist:
4848

4949
# https://tchat.tect.host/general/actions
5050
actions:
51-
- "[MESSAGE] <red>Your message has been blocked.</red>"
51+
- "[MESSAGE] <red>Your message has been blocked.</red>"

src/main/resources/modules/anticap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ percent: 0.75
2424

2525
# https://tchat.tect.host/general/actions
2626
actions:
27-
- "[MESSAGE] <red>Please don't use excessive capitals.</red>"
27+
- "[MESSAGE] <red>Please don't use excessive capitals.</red>"

src/main/resources/modules/autobroadcast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ broadcasts:
4444
# No permission entry = visible to all players
4545

4646
# https://tchat.tect.host/general/actions
47-
actions: []
47+
actions: []

src/main/resources/modules/blockedcommands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ blocked-commands:
3333

3434
# https://tchat.tect.host/general/actions
3535
actions:
36-
- "[MESSAGE] <red>You are not allowed to use that command.</red>"
36+
- "[MESSAGE] <red>You are not allowed to use that command.</red>"

src/main/resources/modules/channels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ channels:
4545
format: "&8[&4Global&8] &a%tchat_nick% &7> <message>"
4646
message-mode: 0
4747
announce-mode: 0
48-
# If you don't set a limit, it will be treated as 0 (unlimited)
48+
# If you don't set a limit, it will be treated as 0 (unlimited)

src/main/resources/modules/chatbridge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ bridges:
1515
# bridge2:
1616
# - "survival"
1717
# - "survival_nether"
18-
# - "survival_the_end"
18+
# - "survival_the_end"

src/main/resources/modules/chatplaceholders/chatplaceholders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ max-replacements-per-message: 5
1515
# Toggle built-in tags individually.
1616
# Each has its own config file inside this folder.
1717
built-in:
18-
item: true
18+
item: true

src/main/resources/modules/chatplaceholders/custom-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ tags:
3232
- trigger: "[pos]"
3333
permission: ""
3434
label: "[<green>%player_x% %player_y% %player_z%</green>]"
35-
actions: []
35+
actions: []

src/main/resources/modules/chatplaceholders/itemtag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ format: "<aqua><item_name></aqua>"
2222
# What to show when the player holds nothing.
2323
empty-hand:
2424
enabled: true
25-
format: "[<gray>Air</gray>]"
25+
format: "[<gray>Air</gray>]"

0 commit comments

Comments
 (0)