We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6dfa96 commit f3f80f8Copy full SHA for f3f80f8
1 file changed
docs/guilds/configuration/main-config.md
@@ -141,6 +141,11 @@ guilds:
141
win-reward: guild addxp {guildName} 200
142
143
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
149
sorting:
150
151
#Symbols shown in guild finder menu
@@ -192,6 +197,10 @@ guilds:
192
197
#Enable admin spy
193
198
enabled: true
194
199
200
+ friendly-fire:
201
+ #Enable friendly fire in the guild (enabled by default)
202
+ enabled: true
203
195
204
guild-kick:
196
205
206
#Set to true to require a reason for kicking a player from the guild
0 commit comments