Skip to main content

FAQ

Short answers to the questions that come up most. Click a question to expand it.

Can't find your question?

Most "is this broken?" questions are actually a feature working as designed, like the anti-exploit checks. If you are still stuck, head to Support.

Gameplay

Does breaking one block with Fortune count as more than one?

No. Progress counts actions, not items. One block broken is +1, whatever enchantments you use. See Progression.

I placed blocks and mining them gives no progress. Is that a bug?

No, that is the placed-block check. Resources with ignore-player-placed: true skip blocks the player placed, so you cannot farm progress by placing and breaking. See Anti-exploit.

Breaking crops gives no progress.

Some crops only count when fully grown. Wheat, Carrot, and Potato use this check by default. Let them grow fully before harvesting. See Anti-exploit.

Setup and config

Money rewards are not paying out. Why?

First, by default rewards must be claimed. Reaching a tier makes it claimable, not paid, so open the resource in the menu and click the tier (or use the main-menu Claim All button). To pay rewards the moment a tier is reached instead, set rewards.mode: auto in config.yml.

If they still do not pay, money rewards need Vault and an economy plugin. If either is missing, money rewards are skipped and the rest still work. Install Vault and an economy plugin, then reload. See Tiers and Rewards.

How do I change rewards or thresholds?

Edit categories.yml, then run /collection reload. No restart needed.

How do I change the language or the messages?

Set language in config.yml to pick a built-in language, or edit the file in lang/ to change the wording. Reload after. See Messages and Language.

My config edits disappeared after an update.

Check that you did not change the *-version line at the top of the file. That line controls automatic updates. Leave it alone and your edits are kept. See Configuration.

Will it run on my Minecraft version?

It targets the 1.21 line and needs Java 21. See Installation for the full requirements.

Data and admin

Can I share progress across several servers?

Yes, switch storage to MySQL and point every server at the same database. See Storage.

A reset removed the wrong progress. Can I undo it?

No, resets cannot be undone. Be careful with /collection reset, and use a category name to limit it to one collection. See Commands.

Still stuck?