2013-08-07 14:46:46 +02:00
|
|
|
name: Quests
|
|
|
|
main: me.blackvein.quests.Quests
|
2015-11-12 04:34:01 +01:00
|
|
|
version: ${project.version}
|
2013-08-07 14:46:46 +02:00
|
|
|
description: Player questing system
|
|
|
|
website: http://dev.bukkit.org/server-mods/quests/
|
|
|
|
dev-url: https://github.com/Blackvein/Quests/
|
2015-04-15 20:16:26 +02:00
|
|
|
authors: [Blackvein, HappyPikachu]
|
2015-01-06 01:41:04 +01:00
|
|
|
softdepend: [Citizens, PhatLoots, Vault]
|
2013-08-07 14:46:46 +02:00
|
|
|
permissions:
|
|
|
|
quests.quest:
|
|
|
|
description: View current Quest objectives
|
|
|
|
default: true
|
|
|
|
quests.questinfo:
|
|
|
|
description: View information about a Quest
|
|
|
|
default: true
|
|
|
|
quests.quests:
|
|
|
|
description: View Quests help
|
|
|
|
default: true
|
|
|
|
quests.list:
|
|
|
|
description: List Quests
|
|
|
|
default: true
|
|
|
|
quests.take:
|
|
|
|
description: Accept a Quest via command
|
|
|
|
default: true
|
|
|
|
quests.quit:
|
|
|
|
description: Quit current Quest
|
|
|
|
default: true
|
|
|
|
quests.stats:
|
|
|
|
description: View Questing statistics
|
|
|
|
default: true
|
|
|
|
quests.top:
|
|
|
|
description: View Questing leaderboards
|
|
|
|
default: true
|
|
|
|
quests.info:
|
|
|
|
description: View plugin information
|
|
|
|
default: true
|
2014-07-29 17:05:33 +02:00
|
|
|
quests.journal:
|
|
|
|
description: View Quest Journal
|
|
|
|
default: true
|
2013-08-07 14:46:46 +02:00
|
|
|
quests.admin:
|
|
|
|
description: Base Questsadmin command
|
|
|
|
default: op
|
2015-04-08 10:31:54 +02:00
|
|
|
quests.admin.stats:
|
|
|
|
description: View Questing statistics of a player
|
|
|
|
default: op
|
2013-08-07 14:46:46 +02:00
|
|
|
quests.admin.give:
|
|
|
|
description: Force a player to take a Quest (Overrides requirements)
|
|
|
|
default: op
|
|
|
|
quests.admin.quit:
|
|
|
|
description: Force a player to quit their current Quest
|
|
|
|
default: op
|
|
|
|
quests.admin.points:
|
|
|
|
description: Set a players Quest Points
|
|
|
|
default: op
|
|
|
|
quests.admin.takepoints:
|
|
|
|
description: Take away a players Quest Points
|
|
|
|
default: op
|
|
|
|
quests.admin.givepoints:
|
|
|
|
description: Give a player Quest Points
|
|
|
|
default: op
|
|
|
|
quests.admin.pointsall:
|
|
|
|
description: Set all players' Quest Points
|
|
|
|
default: op
|
|
|
|
quests.admin.finish:
|
|
|
|
description: Immediately force Quest completion for a player
|
|
|
|
default: op
|
|
|
|
quests.admin.nextstage:
|
|
|
|
description: Immediately force Stage completion for a player
|
|
|
|
default: op
|
2015-03-23 15:20:15 +01:00
|
|
|
quests.admin.purge:
|
|
|
|
description: Clear all Quests data of a player
|
|
|
|
default: op
|
2015-04-15 18:11:44 +02:00
|
|
|
quests.admin.remove:
|
|
|
|
description: Remove a completed Quest from a player
|
2015-04-08 12:05:37 +02:00
|
|
|
default: op
|
2014-05-14 03:19:16 +02:00
|
|
|
quests.admin.togglegui:
|
|
|
|
description: Toggle GUI Quest Display on NPC's
|
|
|
|
default: op
|
2013-08-07 14:46:46 +02:00
|
|
|
quests.admin.reload:
|
|
|
|
description: Reload all Quests
|
|
|
|
default: op
|
|
|
|
quests.editor.editor:
|
|
|
|
description: Open Quests Editor
|
|
|
|
default: op
|
|
|
|
quests.editor.create:
|
|
|
|
description: Create new Quests
|
|
|
|
default: op
|
|
|
|
quests.editor.edit:
|
|
|
|
description: Edit Quests
|
|
|
|
default: op
|
|
|
|
quests.editor.delete:
|
|
|
|
description: Delete Quests
|
|
|
|
default: op
|
|
|
|
quests.editor.events.editor:
|
|
|
|
description: Open Events Editor
|
|
|
|
default: op
|
|
|
|
quests.editor.events.create:
|
|
|
|
description: Create new Events
|
|
|
|
default: op
|
|
|
|
quests.editor.events.edit:
|
|
|
|
description: Edit Events
|
|
|
|
default: op
|
|
|
|
quests.editor.events.delete:
|
|
|
|
description: Delete Events
|
|
|
|
default: op
|
|
|
|
quests.party.create:
|
|
|
|
description: Create/Disband Parties
|
|
|
|
default: true
|
|
|
|
quests.party.join:
|
|
|
|
description: Join parties without invitation
|
|
|
|
default: op
|
|
|
|
commands:
|
|
|
|
quests:
|
|
|
|
description: Quests command
|
|
|
|
permission: quests.quests
|
|
|
|
questadmin:
|
|
|
|
description: Quests admin command
|
|
|
|
permission: quests.admin
|
|
|
|
aliases: [questsadmin]
|
|
|
|
quest:
|
|
|
|
description: Quest command
|
2015-04-02 06:04:35 +02:00
|
|
|
permission: quests.quest
|