From f932149b77a6e0cc52aa40d14c59c6cc80ef4d6c Mon Sep 17 00:00:00 2001 From: libraryaddict Date: Sat, 25 Feb 2017 04:50:30 +1300 Subject: [PATCH] Fix config option (It would still work though) --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 93674ea0..e31888ab 100644 --- a/config.yml +++ b/config.yml @@ -5,7 +5,7 @@ NotifyUpdate: true # 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 +SelfDisguisesScoreboard: MODIFY_SCOREBOARD # Whats the permission to get the notification? Permission: 'libsdisguises.update'