zQuestRank

Commands

The player command and the admin subcommands.

One command covers everything. /rank has the aliases /ranks, /zquestrank, and /zqr out of the box, and both the name and the aliases are yours to change in config.yml (see Configuration). The docs use /rank throughout.

Player

CommandWhat it doesPermission
/rankOpens the rank menuzquestrank.use

Everything else players do (viewing quests, delivering items, claiming ranks) happens inside the menu. See Rank menu.

Admin

All admin subcommands need zquestrank.admin and work from the console too.

CommandWhat it does
/rank admin reloadReloads config.yml, ranks.yml, and the language files without a restart
/rank admin setrank <player> <number>Moves a player to a rank. Numbers start at 1 for the first rank. Their quest progress resets, since progress belongs to the new current rank. The target rank's on-reach commands run too, so LuckPerms groups and the like stay in sync (setrank to 1 is a clean reset)
/rank admin resetquests <player>Wipes the player's quest progress for their current rank
/rank admin placeholder <placeholder> [player]Shows what a placeholder returns for a player: the raw text and the number the plugin reads from it. Leave the player off to test on yourself

The target player must be online.

/rank admin setrank Steve 3
/rank admin resetquests Steve
/rank admin placeholder %ecojobs_miner% Steve
/rank admin reload

placeholder is the first thing to reach for when a PLACEHOLDER quest or requirement sits at 0: if it reports the placeholder did not resolve, the name is wrong or the plugin providing it is not installed. See Placeholders for the known-good names.

setrank runs the target rank's on-reach commands, so your LuckPerms group follows along (and setrank to rank 1 cleanly resets the player). It does not pay out money, items, XP, or the rank's one-time rewards.commands prizes, an admin move should not re-hand crate keys.

Prefer handing out ranks through your permission plugin instead? Every rank also has a zquestrank.rank.<key> node, see Permissions.

On this page