FAQ

Common questions and fixes.

Find quick answers about installation, configuration, and common issues.

circle-info

Include server version, plugin version, and the full console error in bug reports.

rocket Installation & startup

chevron-rightThe plugin does not load on my server. What should I do?hashtag

Check these items first:

  • Your server runs Paper, Spigot, or a compatible fork.

  • Your Java version is Java 17 or newer.

  • The plugin .jar is inside the plugins/ folder.

  • The console shows no startup errors.

If the console shows errors, read the first stack trace.

It usually points to a missing dependency or invalid config.

gear Configuration files

chevron-rightWhere are the plugin configuration files located?hashtag

All config files are generated after the first startup.

Location:

/plugins/DealOrNoDeal/

Important files:

  • config.yml

  • rewards.yml

  • banker.yml

  • languages/

play Starting a game

chevron-rightHow do I start a DealOrNoDeal game?hashtag

Start a game with:

/dond start <player>

Example:

/dond start Steve

gift Rewards

chevron-rightHow can I edit the rewards used in the game?hashtag

Rewards can be updated in two ways.

Option 1: edit the file

Edit rewards.yml in the plugin folder.

Option 2: use the in-game editor

Open the reward editor GUI:

chevron-rightHow many rewards should be configured?hashtag

A standard game uses 24 boxes.

Configure 24 rewards inside rewards.yml.

Each reward is randomly assigned to one box.

robot Banker AI

chevron-rightHow do banker offers work?hashtag

Offers are generated by the Banker AI.

The offer depends on:

  • average reward value

  • median reward value

  • game round

  • board risk level

  • random variation

All banker behavior is configurable in banker.yml.

chevron-rightCan I disable the Banker AI?hashtag

Yes. Disable it in banker.yml:

Then send offers manually:

language Languages

chevron-rightHow do I change the plugin language?hashtag

Set the language in config.yml:

Or run:

Example:

coins Economy (Vault)

chevron-rightDo I need Vault to use the plugin?hashtag

Vault is optional.

Vault is required for:

  • money rewards

  • economy integration

  • entry tax

  • ticket system

Without Vault, the plugin can still use item rewards.

bug Bugs & feature requests

chevron-rightWhere can I report bugs or request features?hashtag

Submit bug reports and feature requests through the official project page.

Include:

  • server version

  • plugin version

  • error logs

  • steps to reproduce the issue

Detailed reports get fixed faster.

Last updated