Klasse Permissions
java.lang.Object
de.delinkedde.mobarenareborn.util.Permissions
Central registry of permission node strings used by the plugin.
Keeping the nodes in one place avoids typos and keeps them in sync with the declarations
in paper-plugin.yml. The class is a constant holder and cannot be instantiated.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final StringPermission required to force-start or force-end a round.static final StringPermission required to run/ma reload.static final StringPermission required for arena creation and setup commands.static final StringPermission required to run/ma arenas.static final StringPermission required to run/ma claim.static final StringPermission required to run/ma class.static final StringPermission required to run/ma join.static final StringPermission required to run/ma leave.static final StringPermission required to run/ma ready.static final StringPermission required to run/ma spectate.static final StringPermission required to run/ma statsand/ma top.static final StringPermission required to run/ma version. -
Methodenübersicht
-
Felddetails
-
COMMAND_VERSION
Permission required to run/ma version. Granted to everyone by default.- Siehe auch:
-
COMMAND_ARENAS
Permission required to run/ma arenas. Granted to everyone by default.- Siehe auch:
-
COMMAND_JOIN
Permission required to run/ma join. Granted to everyone by default.- Siehe auch:
-
COMMAND_LEAVE
Permission required to run/ma leave. Granted to everyone by default.- Siehe auch:
-
COMMAND_READY
Permission required to run/ma ready. Granted to everyone by default.- Siehe auch:
-
COMMAND_CLASS
Permission required to run/ma class. Granted to everyone by default.- Siehe auch:
-
COMMAND_CLAIM
Permission required to run/ma claim. Granted to everyone by default.- Siehe auch:
-
COMMAND_SPECTATE
Permission required to run/ma spectate. Granted to everyone by default.- Siehe auch:
-
COMMAND_STATS
Permission required to run/ma statsand/ma top. Granted to everyone by default.- Siehe auch:
-
ADMIN_RELOAD
Permission required to run/ma reload. Granted to operators by default.- Siehe auch:
-
ADMIN_SETUP
Permission required for arena creation and setup commands. Granted to operators by default.- Siehe auch:
-
ADMIN_FORCE
Permission required to force-start or force-end a round. Granted to operators by default.- Siehe auch:
-