mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-05 09:17:34 +01:00
Merge branch 'develop' of https://github.com/BentoBoxWorld/BSkyBlock.git into develop
This commit is contained in:
commit
77ca4668ac
@ -280,7 +280,7 @@ public class Settings implements WorldSettings {
|
||||
@ConfigEntry(path = "island.deaths.team-join-reset")
|
||||
private boolean teamJoinDeathReset = true;
|
||||
|
||||
@ConfigComment("Reset player death count when they start a new island or reset and island")
|
||||
@ConfigComment("Reset player death count when they start a new island or reset an island")
|
||||
@ConfigEntry(path = "island.deaths.reset-on-new-island")
|
||||
private boolean deathsResetOnNewIsland = true;
|
||||
|
||||
|
@ -238,7 +238,7 @@ island:
|
||||
max: 10
|
||||
# When a player joins a team, reset their death count
|
||||
team-join-reset: true
|
||||
# Reset player death count when they start a new island or reset and island
|
||||
# Reset player death count when they start a new island or reset an island
|
||||
reset-on-new-island: true
|
||||
protection:
|
||||
# Geo restrict mobs.
|
||||
|
Loading…
Reference in New Issue
Block a user