More information to self disguises scoreboards
This commit is contained in:
		| @@ -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 | # Should the plugin use translations? Note that a player must see the message before it will appear in translations.yml | ||||||
| Translations: false | Translations: false | ||||||
|  |  | ||||||
| # How should the plugin handle self disguises scoreboards? | # How should the plugin handle self disguises scoreboards? It disables pushing in whichever team they're assigned. | ||||||
| # MODIFY_SCOREBOARD - Modifies the player's current team if possible, otherwise assigns them to a new scoreboard team | # 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 | # 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. | # 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 | SelfDisguisesScoreboard: MODIFY_SCOREBOARD | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user