This repository was archived by the owner on Oct 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
java/net/william278/huskchat/config Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ private void loadConfig(@NotNull YamlDocument configFile) {
165
165
// Social spy
166
166
doSocialSpyCommand = configFile .getBoolean ("social_spy.enabled" , true );
167
167
socialSpyFormat = configFile .getString ("social_spy.format" , "&e[Spy] &7%sender% &8→ &7%receiver%:%spy_color% " );
168
- socialSpyGroupFormat = configFile .getString ("social_spy.group_format" , "&e[Spy] &7%sender_name % &8→ &7%receiver_name%[₍₊%group_amount_subscript%₎](gray show_text=&7%group_members%):%spy_color% " );
168
+ socialSpyGroupFormat = configFile .getString ("social_spy.group_format" , "&e[Spy] &7%name % &8→ &7%receiver_name%[₍₊%group_amount_subscript%₎](gray show_text=&7%group_members%):%spy_color% " );
169
169
socialSpyCommandAliases = (configFile .contains ("social_spy.socialspy_aliases" )) ?
170
170
getCommandsFromList (configFile .getStringList ("social_spy.socialspy_aliases" )) :
171
171
Collections .singletonList ("socialspy" );
Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ message_command:
96
96
# Options for the /socialspy command
97
97
social_spy :
98
98
enabled : true
99
- format : ' &e[Spy] &7%sender_name % &8→ &7%receiver_name%:%spy_color% '
100
- group_format : ' &e[Spy] &7%sender_name % &8→ &7%receiver_name% [₍₊%group_amount_subscript%₎](gray show_text=&7%group_members% suggest_command=/msg %group_members_comma_separated% ):%spy_color% '
99
+ format : ' &e[Spy] &7%name % &8→ &7%receiver_name%:%spy_color% '
100
+ group_format : ' &e[Spy] &7%name % &8→ &7%receiver_name% [₍₊%group_amount_subscript%₎](gray show_text=&7%group_members% suggest_command=/msg %group_members_comma_separated% ):%spy_color% '
101
101
socialspy_aliases :
102
102
- /socialspy
103
103
- /ss
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ message_command:
109
109
# Options for the /socialspy command
110
110
social_spy :
111
111
enabled : true
112
- format : ' &e[Spy] &7%sender_name % &8→ &7%receiver_name%:%spy_color% '
113
- group_format : ' &e[Spy] &7%sender_name % &8→ &7%receiver_name% [₍₊%group_amount_subscript%₎](gray show_text=&7%group_members% suggest_command=/msg %group_members_comma_separated% ):%spy_color% '
112
+ format : ' &e[Spy] &7%name % &8→ &7%receiver_name%:%spy_color% '
113
+ group_format : ' &e[Spy] &7%name % &8→ &7%receiver_name% [₍₊%group_amount_subscript%₎](gray show_text=&7%group_members% suggest_command=/msg %group_members_comma_separated% ):%spy_color% '
114
114
socialspy_aliases :
115
115
- /socialspy
116
116
- /ss
You can’t perform that action at this time.
0 commit comments