#923 Create /authme purgeplayer command

- Create command to purge a specific player name
- Update docs
This commit is contained in:
ljacqu
2017-04-29 18:31:37 +02:00
parent 88d839cab4
commit 578f63b944
13 changed files with 211 additions and 27 deletions
@@ -24,7 +24,7 @@ public final class PurgeSettings implements SettingsHolder {
public static final Property<Boolean> REMOVE_ESSENTIALS_FILES =
newProperty("Purge.removeEssentialsFile", false);
@Comment("World where are players.dat stores")
@Comment("World in which the players.dat are stored")
public static final Property<String> DEFAULT_WORLD =
newProperty("Purge.defaultWorld", "world");