diff --git a/config.yml b/config.yml index 4a48fa90..d2751f01 100644 --- a/config.yml +++ b/config.yml @@ -31,8 +31,10 @@ KeepDisguises: # Should the plugin use translations? Note that a player must see the message before it will appear in translations.yml Translations: false -# How should the plugin handle self disguises scoreboards? -# MODIFY_SCOREBOARD - Modifies the player's current team if possible, otherwise assigns them to a new scoreboard team +# How should the plugin handle self disguises scoreboards? It disables pushing in whichever team they're assigned. +# If you want them to be able to push again when they undisguise, set this to CREATE_SCOREBOARD +# I have to disable pushing or you will be pushed around by your own self disguise +# MODIFY_SCOREBOARD - Modifies the player's current team if possible, otherwise assigns them to a new scoreboard team. # IGNORE_SCOREBOARD - Doesn't touch scoreboards at all, effectively means that if you didn't disable pushing in their scoreboard team; They will still be pushed around # CREATE_SCOREBOARD - Creates a new team which copies the attributes of their previous scoreboard team which they are then assigned to. This means they keep nametag color and other options. SelfDisguisesScoreboard: MODIFY_SCOREBOARD