mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-18 15:18:34 +01:00
Clean up descriptions
This commit is contained in:
parent
935163b71c
commit
b77ffc6eb0
@ -9,106 +9,106 @@ author: HappyPikachu
|
|||||||
softdepend: [Citizens, CitizensBooks, PhatLoots, PlaceholderAPI, Vault]
|
softdepend: [Citizens, CitizensBooks, PhatLoots, PlaceholderAPI, Vault]
|
||||||
permissions:
|
permissions:
|
||||||
quests.quest:
|
quests.quest:
|
||||||
description: View current Quest objectives
|
description: View current quest objectives
|
||||||
default: true
|
default: true
|
||||||
quests.questinfo:
|
quests.questinfo:
|
||||||
description: View information about a Quest
|
description: View information about a quest
|
||||||
default: true
|
default: true
|
||||||
quests.quests:
|
quests.quests:
|
||||||
description: View Quests help
|
description: Display plugin help
|
||||||
default: true
|
default: true
|
||||||
quests.list:
|
quests.list:
|
||||||
description: List Quests
|
description: List all quests
|
||||||
default: true
|
default: true
|
||||||
quests.take:
|
quests.take:
|
||||||
description: Accept a Quest via command
|
description: Accept a quest via command
|
||||||
default: true
|
default: true
|
||||||
quests.quit:
|
quests.quit:
|
||||||
description: Quit current Quest
|
description: Quit current quest
|
||||||
default: true
|
default: true
|
||||||
quests.stats:
|
quests.stats:
|
||||||
description: View Questing statistics
|
description: View quest statistics
|
||||||
default: true
|
default: true
|
||||||
quests.top:
|
quests.top:
|
||||||
description: View Questing leaderboards
|
description: View plugin leaderboards
|
||||||
default: true
|
default: true
|
||||||
quests.info:
|
quests.info:
|
||||||
description: View plugin information
|
description: View plugin information
|
||||||
default: true
|
default: true
|
||||||
quests.journal:
|
quests.journal:
|
||||||
description: View Quest Journal
|
description: Toggle the Quest Journal
|
||||||
default: true
|
default: true
|
||||||
quests.admin:
|
quests.admin:
|
||||||
description: Base Questsadmin command
|
description: Display administrator help
|
||||||
default: op
|
default: op
|
||||||
quests.admin.stats:
|
quests.admin.stats:
|
||||||
description: View Questing statistics of a player
|
description: View quest statistics of a player
|
||||||
default: op
|
default: op
|
||||||
quests.admin.give:
|
quests.admin.give:
|
||||||
description: Force a player to take a Quest (Overrides requirements)
|
description: Force a player to take a quest
|
||||||
default: op
|
default: op
|
||||||
quests.admin.quit:
|
quests.admin.quit:
|
||||||
description: Force a player to quit their current Quest
|
description: Force a player to quit a quest
|
||||||
default: op
|
default: op
|
||||||
quests.admin.points:
|
quests.admin.points:
|
||||||
description: Set a players Quest Points
|
description: Set a player's Quest Points
|
||||||
default: op
|
default: op
|
||||||
quests.admin.takepoints:
|
quests.admin.takepoints:
|
||||||
description: Take away a players Quest Points
|
description: Take away a player's Quest Points
|
||||||
default: op
|
default: op
|
||||||
quests.admin.givepoints:
|
quests.admin.givepoints:
|
||||||
description: Give a player Quest Points
|
description: Add to a player's Quest Points
|
||||||
default: op
|
default: op
|
||||||
quests.admin.pointsall:
|
quests.admin.pointsall:
|
||||||
description: Set all players' Quest Points
|
description: Set all players' Quest Points
|
||||||
default: op
|
default: op
|
||||||
quests.admin.finish:
|
quests.admin.finish:
|
||||||
description: Immediately force Quest completion for a player
|
description: Force a player to complete a quest
|
||||||
default: op
|
default: op
|
||||||
quests.admin.nextstage:
|
quests.admin.nextstage:
|
||||||
description: Immediately force Stage completion for a player
|
description: Force a player to complete a stage
|
||||||
default: op
|
default: op
|
||||||
quests.admin.reset:
|
quests.admin.reset:
|
||||||
description: Clear all Quests data of a player
|
description: Clear all Quests data of a player
|
||||||
default: op
|
default: op
|
||||||
quests.admin.remove:
|
quests.admin.remove:
|
||||||
description: Remove a completed Quest from a player
|
description: Remove a completed quest from a player
|
||||||
default: op
|
default: op
|
||||||
quests.admin.togglegui:
|
quests.admin.togglegui:
|
||||||
description: Toggle GUI Quest Display on NPC's
|
description: Toggle GUI Quest Display on NPCs
|
||||||
default: op
|
default: op
|
||||||
quests.admin.reload:
|
quests.admin.reload:
|
||||||
description: Reload all Quests
|
description: Safely reload the plugin
|
||||||
default: op
|
default: op
|
||||||
quests.admin.drop:
|
quests.admin.drop:
|
||||||
description: Drop Quests Journal
|
description: Ability to drop the Quests Journal
|
||||||
default: op
|
default: op
|
||||||
quests.editor.editor:
|
quests.editor.editor:
|
||||||
description: Open Quests Editor
|
description: Ability to open Quests Editor
|
||||||
default: op
|
default: op
|
||||||
quests.editor.create:
|
quests.editor.create:
|
||||||
description: Create new Quests
|
description: Ability to create new quests
|
||||||
default: op
|
default: op
|
||||||
quests.editor.edit:
|
quests.editor.edit:
|
||||||
description: Edit Quests
|
description: Ability to edit existing quests
|
||||||
default: op
|
default: op
|
||||||
quests.editor.delete:
|
quests.editor.delete:
|
||||||
description: Delete Quests
|
description: Ability to delete existing quests
|
||||||
default: op
|
default: op
|
||||||
quests.editor.events.editor:
|
quests.editor.events.editor:
|
||||||
description: Open Events Editor
|
description: Ability to open Events Editor
|
||||||
default: op
|
default: op
|
||||||
quests.editor.events.create:
|
quests.editor.events.create:
|
||||||
description: Create new Events
|
description: Ability to create new events
|
||||||
default: op
|
default: op
|
||||||
quests.editor.events.edit:
|
quests.editor.events.edit:
|
||||||
description: Edit Events
|
description: Ability to edit existing events
|
||||||
default: op
|
default: op
|
||||||
quests.editor.events.delete:
|
quests.editor.events.delete:
|
||||||
description: Delete Events
|
description: Ability to delete existing events
|
||||||
default: op
|
default: op
|
||||||
quests.party.create:
|
quests.party.create:
|
||||||
description: Create/Disband Parties
|
description: Ability to create new parties
|
||||||
default: true
|
default: true
|
||||||
quests.party.join:
|
quests.party.join:
|
||||||
description: Join parties without invitation
|
description: Join parties without invitation
|
||||||
|
Loading…
Reference in New Issue
Block a user