LMBishop / Quests

Questing plugin for Minecraft, enabling the addition of goals for players.
https://www.spigotmc.org/resources/23696/
GNU General Public License v3.0
177 stars 85 forks source link

Add a new command [/quests admin player] #695

Open NoltoxGit opened 4 months ago

NoltoxGit commented 4 months ago

Description of Feature

This command can be used to view all information about a player's quests.

Here are the two arguments the command could include:

  1. /quests admin player complete → Displays all quests completed by the player.
  2. /quests admin player started → Displays all quests started by the player.

Reason for Addition

At the moment, there's no easy way for an administrator to view a player's quest information and find out where they stand.

This would be really handy for debugging a player, for example!

Alternative Solutions

Use placeholders with /papi parse me, but it's very complicated and annoying.

Agreements

Other

No response