mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 04:02:10 +01:00
#822 Minor - fix Essentials userdata folder in config comment
This commit is contained in:
parent
113a3f346c
commit
06d61db7f0
@ -20,7 +20,7 @@ public class PurgeSettings implements SettingsHolder {
|
||||
public static final Property<Boolean> REMOVE_PLAYER_DAT =
|
||||
newProperty("Purge.removePlayerDat", false);
|
||||
|
||||
@Comment("Do we need to remove the Essentials/users/player.yml file during purge process?")
|
||||
@Comment("Do we need to remove the Essentials/userdata/player.yml file during purge process?")
|
||||
public static final Property<Boolean> REMOVE_ESSENTIALS_FILES =
|
||||
newProperty("Purge.removeEssentialsFile", false);
|
||||
|
||||
|
@ -405,7 +405,7 @@ Purge:
|
||||
daysBeforeRemovePlayer: 60
|
||||
# Do we need to remove the player.dat file during purge process?
|
||||
removePlayerDat: false
|
||||
# Do we need to remove the Essentials/users/player.yml file during purge process?
|
||||
# Do we need to remove the Essentials/userdata/player.yml file during purge process?
|
||||
removeEssentialsFile: false
|
||||
# World where are players.dat stores
|
||||
defaultWorld: 'world'
|
||||
|
Loading…
Reference in New Issue
Block a user