-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yml
More file actions
executable file
·21 lines (17 loc) · 835 Bytes
/
config.yml
File metadata and controls
executable file
·21 lines (17 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Scoreboard objectives to update when a player changes their name.
# Key is the name of an objective, value (after colon) is the transfer mode
#OVERWRITE: replaces scores for 'newname' with the scores from 'oldname'
#SAFE_MOVE: same as above, but throws an error if 'newname' is already defined
#ADD: merges old score with any existing score for 'newname'
#NONE: does nothing
uuid-based-scores:
deaths: OVERWRITE
num-advancements: OVERWRITE
buildscore: SAFE_MOVE
votes: ADD
# What mode to use when a scoreboard is not explicitly listed in 'uuid-based-scores'
default-mode: SAFE_MOVE
# Whether to delete old scoreboard entries when a player changes their name (after moving scores)
reset-old-scores: true
# Whether to also preserve a player's assigned team when they change their name
update-teams: true