Klasse Permissions

java.lang.Object
de.delinkedde.mobarenareborn.util.Permissions

public final class Permissions extends Object
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.

  • Felddetails

    • COMMAND_VERSION

      public static final String COMMAND_VERSION
      Permission required to run /ma version. Granted to everyone by default.
      Siehe auch:
    • COMMAND_ARENAS

      public static final String COMMAND_ARENAS
      Permission required to run /ma arenas. Granted to everyone by default.
      Siehe auch:
    • COMMAND_JOIN

      public static final String COMMAND_JOIN
      Permission required to run /ma join. Granted to everyone by default.
      Siehe auch:
    • COMMAND_LEAVE

      public static final String COMMAND_LEAVE
      Permission required to run /ma leave. Granted to everyone by default.
      Siehe auch:
    • COMMAND_READY

      public static final String COMMAND_READY
      Permission required to run /ma ready. Granted to everyone by default.
      Siehe auch:
    • COMMAND_CLASS

      public static final String COMMAND_CLASS
      Permission required to run /ma class. Granted to everyone by default.
      Siehe auch:
    • COMMAND_CLAIM

      public static final String COMMAND_CLAIM
      Permission required to run /ma claim. Granted to everyone by default.
      Siehe auch:
    • COMMAND_SPECTATE

      public static final String COMMAND_SPECTATE
      Permission required to run /ma spectate. Granted to everyone by default.
      Siehe auch:
    • COMMAND_STATS

      public static final String COMMAND_STATS
      Permission required to run /ma stats and /ma top. Granted to everyone by default.
      Siehe auch:
    • ADMIN_RELOAD

      public static final String ADMIN_RELOAD
      Permission required to run /ma reload. Granted to operators by default.
      Siehe auch:
    • ADMIN_SETUP

      public static final String ADMIN_SETUP
      Permission required for arena creation and setup commands. Granted to operators by default.
      Siehe auch:
    • ADMIN_FORCE

      public static final String ADMIN_FORCE
      Permission required to force-start or force-end a round. Granted to operators by default.
      Siehe auch: