AuthMe/AuthMeReloaded

View on GitHub
src/main/java/fr/xephi/authme/settings/commandconfig/Executor.java

Summary

Maintainability
A
0 mins
Test Coverage
package fr.xephi.authme.settings.commandconfig;

/**
 * The executor of the command.
 */
public enum Executor {

    /** The player of the event. */
    PLAYER,

    /** The console user. */
    CONSOLE

}