#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
@@ -21,7 +21,7 @@ import static fr.xephi.authme.util.FileUtils.makePath;
/**
* Executes the purge operations.
*/
class PurgeExecutor {
public class PurgeExecutor {
@Inject
private Settings settings;