Skip to content

Admin Command Overrides

Steve Guidetti edited this page Feb 9, 2019 · 1 revision

Admin command overrides allow you to change the access flag required to execute an admin command.

Configuration

File: AdminCommandOverrides.xml

<?xml version="1.0" encoding="utf-8"?>
<AdminCommandOverrides>
  <!--
    Use this file to override the default access flag assigned to admin commands.

    Override attributes:
      Command: The command to override
      Flag:    The new access flag, or leave empty to remove access restriction
  -->
  <Override Command="" Flag="" />
</AdminCommandOverrides>