Skip to content

Commit b0096e1

Browse files
committed
Update default config
1 parent ea41f21 commit b0096e1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/main/resources/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Version info, DON'T TOUCH
77
config-version: 13
88

9-
# By default, it's in "both" mode.
9+
# By default, it's in "all" mode.
1010
#
1111
# Available mode :
12-
# - "both" : Prevent chat editing with multiple plugins by using all ways possible to edit the chat.
12+
# - "all" : Prevent chat editing with multiple plugins by using all ways possible to edit the chat.
1313
# - "auto" : Choose automatically between all available according to actual plugins.
1414
# - "packet" : The working system for 1.4's ChatItem version (and older)
1515
# It was working with lot of others chat plugin, specially those who made hover text.
1616
# - "chat" : New system which works without other chat plugin, which is simpler and with lower
1717
# amount of possible issues.
18+
# - "paper" : Using the paper API system to manage chat
1819
# You can replace 'both' by another mode that should correspond to what you want.
1920
# If you don't know which one use, come on discord (link at begin of config or in spigotmc)
2021
manager: "all"
@@ -307,4 +308,4 @@ discord-srv-send-our: true
307308

308309
manager-config:
309310
paper:
310-
send-ourself: true
311+
send-ourself: false

0 commit comments

Comments
 (0)