#822 Minor - fix Essentials userdata folder in config comment

This commit is contained in:
ljacqu 2016-10-01 14:47:31 +02:00
parent 113a3f346c
commit 06d61db7f0
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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'