Commands and Permissions

Every EcoQuests command and the permission node that gates it. Player commands default to enabled; admin /ecoquests commands are op-only.

CommandDescriptionPermission
/quests, /quest, /qOpen the main menuecoquests.command.quests
/quests cancel <quest>Cancel an active quest, resetting all progressecoquests.command.quests.cancel
/ecoquests reset <quest>Reset a questecoquests.command.reset
/ecoquests resetplayer <player> <quest>Reset a quest for a playerecoquests.command.resetplayer
/ecoquests start <player> <quest>Start a quest for a playerecoquests.command.start
/ecoquests addexp <player> <quest> <task> <amount>Add quest experience for a playerecoquests.command.addexp
/ecoquests import <id>Import a quest from lrcdbecoquests.command.import
/ecoquests export <id>Export a quest to lrcdbecoquests.command.export

Additional Permissions

PermissionDescription
ecoquests.quests.max.<number>Limit the amount of quests a player can have active at once, overriding the max-active-quests config option. If a player holds multiple, the highest wins

Where to go next

  • Make a quest: How to make a quest covers building quests you can start and reset.

  • Plugin config: Plugin Config covers the max-active-quests default and other global settings.

  • Placeholders: PlaceholderAPI lists the placeholders for use in GUIs and messages.