Commands

All commands listed below must be prefixed with "inq" in the console, and "/inq" in the client chat. All commands must be entered on a single line.

  • Arguments surrounded by < and > represent values you must supply, like player names.
  • Arguments surrounded by [ and ] represent optional arguments.
  • Arguments separated by | represent choices; use the argument on either side of the pipe.
  • All other command text is to be entered literally. However...

The plugin tries very hard to understand what you want when processing commands. For instance:

  • It supports partial command and option recognition, independent of case. This means that incomplete commands and arguments may be provided and the plugin will still understand what you want in most cases.
  • If any command argument requires the uses of spaces, surround the entire argument with double quotes (").

General

CommandConsoleClientPermissionVersionDescription
help [<pageno>]XXnoneAllLists the commands available in the current context. The output will be paginated when used from the client. Specify a page number to see pages beyond the first.
get <option>|*XXinq.option.get.<option>AllDisplays the value of one or more global options. The option can be a regular expression to match multiple options. Only the options a player has permission to read will be displayed.
set <option> <value>XXinq.option.set.<option>AllSets a global option. See Configuration for more information.
statusXXnonev2.0This is the equivalent of running the status command for each subsystem that supports it.

Database

CommandConsoleClientPermissionVersionDescription
db get <option>|*XXinq.db.option.get.<option>AllDisplays the value of one or more database options. The option can be a regular expression to match multiple options. Only the options a player has permission to read will be displayed.
db set <option> <value>XXinq.db.option.set.<option>AllSets a database option. See Configuration for more information.
db statusXXinq.db.statusv2.0Displays status information about the database connection.

Statistics Engine

CommandConsoleClientPermissionVersionDescription
stats flush [<group> [<key>]]XXinq.stats.flushv2.0Flushes a statistics group's cached instances to the database. If no key is specified, flushes all cached statistics in the group. If no group is specified, flushes all groups. The only valid group name is currently "players". Keys in the players group are player names.
stats get <option>|*XXinq.stats.option.get.<option>v2.0Displays the value of one or more statistics engine options. The option can be a regular expression to match multiple options. Only the options a player has permission to read will be displayed.
stats set <option> <value>XXinq.stats.option.set.<option>v2.0Sets a statistics engine option. See Configuration for more information.
stats statusXXinq.stats.statusv2.0Displays status information about the statistics engine.

Player Statistics

CommandConsoleClientPermissionVersionDescription
players get <option>|*XXinq.players.option.get.<option>AllDisplays the value of one or more player statistics options. The option can be a regular expression to match multiple options. Only the options a player has permission to read will be displayed.
players set <option> <value>XXinq.players.option.set.<option>AllSets a player statistics option. See Configuration for more information.

Web Server

CommandConsoleClientPermissionVersionDescription
webserver enableXXinq.webserver.enableAllEnables the built-in web server and creates the web-root directory if it's not present.
webserver disableXXinq.webserver.disableAllDisables the built-in web server.
webserver get <option>|*XXinq.webserver.option.get.<option>AllDisplays the value of one or more web server options. The option can be a regular expression to match multiple options. Only the options a player has permission to read will be displayed.
webserver set <option> <value>XXinq.webserver.option.set.<option>AllSets a web server option. See Configuration for more information.
webserver add <option> <value>XXinq.webserver.option.set.<option>AllAdds the specified value to the a web server option. See Configuration for more information.
webserver remove <option> <value>XXinq.webserver.option.set.<option>AllRemoves the specified value from a web server option. See Configuration for more information.
webserver statusXXinq.webserver.statusv2.0Displays status information about the web server.

Comments

Posts Quoted:
Reply
Clear All Quotes