From e85f8eea9dfe76dacc86728b20c4a0036ec71c1d Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:28:17 +0100 Subject: Add /docs directory This is part of a migration from GitHub wikis to GitHub pages --- .../Commands-and-permissions.mediawiki | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 docs/_old_mediawiki/Commands-and-permissions.mediawiki (limited to 'docs/_old_mediawiki/Commands-and-permissions.mediawiki') diff --git a/docs/_old_mediawiki/Commands-and-permissions.mediawiki b/docs/_old_mediawiki/Commands-and-permissions.mediawiki new file mode 100644 index 00000000..c4f965d9 --- /dev/null +++ b/docs/_old_mediawiki/Commands-and-permissions.mediawiki @@ -0,0 +1,54 @@ +== Commands == + +* '''/quests [or /q]''' - opens quest GUI +* '''/quests help''' - view help screen for quests commands +* '''/quests started''' - view a menu of started quests +* '''/quests random [category]''' - start a random quest [in a random category] +* '''/quests cancel ''' - cancel quest by id +* '''/quests q/quest ''' - start quest directly by ID. +* '''/quests c/category ''' - open category directly by ID. +* '''/quests a/admin''' - view help for admins +** '''/quests a/admin opengui''' - view help for opengui +*** '''/quests a/admin opengui q/quest ''' - forcefully open quests GUI for player (bypassing quests.command permission) +*** '''/quests a/admin opengui c/category ''' - forcefully open category by ID for player (bypassing quests.command permission) +*** '''/quests a/admin opengui started ''' - forcefully open the started menu for player (bypassing quests.command permission) +** '''/quests a/admin moddata''' - view help for opengui +*** '''/quests a/admin moddata fullreset ''' - fully clear a players data file +*** '''/quests a/admin moddata reset ''' - clear a players data for a specifc quest +*** '''/quests a/admin moddata start ''' - start a quest for a player +*** '''/quests a/admin moddata complete ''' - complete a quest for a player +*** '''/quests a/admin moddata random [category]''' - start a random a quest for a player [in a category] +*** ''These commands modify quest progress for players. Use them cautiously. Changes are irreversible.'' +** '''/quests a/admin items''' - view registered quest items. +*** '''/quests a/admin items import ''' - import a held quest item. +*** '''/quests a/admin items give [amount]''' - give a player a quest item. +** '''/quests a/admin debug''' - view help for the [[quest debugger]]. +*** '''/quests a/admin debug report''' - generate a debug report. +*** '''/quests a/admin debug quest ''' - enable debug messages for a specific quest, or all of them. +** '''/quests a/admin types [type]''' - view activated task types, and information on a specific one. +** '''/quests a/admin info [quest]''' - view loaded quests, and information on a specific one. +** '''/quests a/admin reload''' - reload Quests. +** '''/quests a/admin config''' - see config problems. +** '''/quests a/admin update''' - check for updates. +** '''/quests a/admin wiki''' - get a link to the wiki. +** '''/quests a/admin about''' - view plugin information. + +== Permissions == +* quests.command - to view the quest menu (/quests) +* quests.command.category - to view a specific category (/q category) +* quests.command.started - to view quest started menu (/q started) +* quests.command.quest - to use /q quest +* quests.command.start - to start a quest by command (/q start) +* quests.command.track - to cancel a quest by command (q track) +* quests.command.cancel - to cancel a quest by command (/q cancel) +* quests.command.random - to starting a random quest (/q random) +* quests.admin - for admin commands + +The following are dependent on specific quests & categories: + +* quests.category. - permission to start quests within (category), if permission-required for the category is set to true +* quests.quest. - permission to start quest (quest id), if permission-required for the quest is set to true + +The following are dependent on your configuration: + +* quests.limit. - permission to start a configured amount of quests for members of this limit group -- cgit v1.2.3-70-g09d2