Skip to content

Commit f3f80f8

Browse files
committed
feat: add configuration options for guild finder and friendly fire
1 parent a6dfa96 commit f3f80f8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/guilds/configuration/main-config.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ guilds:
141141
win-reward: guild addxp {guildName} 200
142142

143143
guild-finder:
144+
145+
show:
146+
#Hide guilds in the guild finder menu that have the SHOWN setting set to false
147+
hide-not-shown-guilds: false
148+
144149
sorting:
145150

146151
#Symbols shown in guild finder menu
@@ -192,6 +197,10 @@ guilds:
192197
#Enable admin spy
193198
enabled: true
194199

200+
friendly-fire:
201+
#Enable friendly fire in the guild (enabled by default)
202+
enabled: true
203+
195204
guild-kick:
196205

197206
#Set to true to require a reason for kicking a player from the guild

0 commit comments

Comments
 (0)