File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# Version info, DON'T TOUCH
77config-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)
2021manager : " all"
@@ -307,4 +308,4 @@ discord-srv-send-our: true
307308
308309manager-config :
309310 paper :
310- send-ourself : true
311+ send-ourself : false
You can’t perform that action at this time.
0 commit comments