mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 19:50:30 +00:00
Make the config clearer to understand
This commit is contained in:
parent
6fa6979916
commit
3f43bf6924
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
NotifyUpdate: true
|
||||
|
||||
# How should the plugin handle self disguises scoreboards?
|
||||
# MODIFY - Modifies the player's existing scoreboard if possible, otherwise assigns them to a new scoreboard team
|
||||
# IGNORE - Doesn't touch scoreboards at all, effectively means that if you didn't disable pushing in their scoreboard team they will be pushed around
|
||||
# CREATE - Assigns them to a new team which copies the attributes of their previous scoreboard team. This means they keep nametag color and other options.
|
||||
# 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
|
||||
|
||||
# Whats the permission to get the notification?
|
||||
|
|
Loading…
Reference in a new issue