Tonnanto / BasicQuests

A plugin for Spigot servers that implements randomly generated basic quests with rewards for players.
GNU General Public License v3.0
11 stars 4 forks source link

Placeholder & Feature Request #21

Closed sirblazzit closed 1 year ago

sirblazzit commented 1 year ago

Could you add a placeholder such as %basicquesttop% for a leaderboard of people who have completed the most quests?

Is there a way to Blacklist worlds? My players keep mining blocks in my hub to complete quests...

Tonnanto commented 1 year ago

Hi @sirblazzit thanks for you feedback! With the recent patch (v0.4.1) both of your addressed suggestions have been added :) Let me know if things work as expected.

You can now create a leaderboard like so:

(Note that players have to complete a quest after the update to be added to the leaderboard.)

%bquests_top_1%
%bquests_top_2%
%bquests_top_3%
%bquests_top_4%
...

Use the new config option banned-worlds in the config.yml to prevent quest progress in certain worlds like so:

banned-worlds:
  - hub
  - other_world_without_quest_progress