⌨️Commands

Admin and user commands.

This page lists all commands available in the DealOrNoDeal plugin.

Commands allow administrators to start games, manage gameplay, configure the plugin, and control different features of the system.


Main Command

The primary command used by the plugin is:

/dond

Most plugin features are accessed through subcommands of this command.


General Commands

Command
Description

/dond help

Displays the list of available commands.

/dond info

Shows plugin information and current game status.

/dond reload

Reloads the plugin configuration files.


Game Management Commands

These commands are used to start or stop games.

Command
Description

/dond start <player>

Starts a DealOrNoDeal game for the specified player.

/dond stop <player>

Forcefully stops the current game for the specified player.

Example:

This will start a DealOrNoDeal game for the player Steve.


Banker Offer Commands

These commands allow administrators to send offers to the player during the game.

Command
Description

/dond offer money <amount>

Sends a money offer from the Banker.

/dond offer item <material> <amount>

Sends an item offer from the Banker.

/dond offer swap

Sends a box swap offer.

Example:


Editing Commands

These commands are used to configure the game environment.

Command
Description

/dond edit box

Starts the box selection mode.

/dond edit clearboxes

Clears all configured box locations.

/dond edit listboxes

Displays all saved box locations.

/dond edit spawnnums

Spawns number holograms above the boxes.

/dond edit removenums

Removes box number holograms.

/dond edit killholo

Removes all plugin holograms.

/dond edit rewards

Opens the reward editor GUI.


Language Commands

These commands allow administrators to manage plugin languages.

Command
Description

/dond language list

Displays all available languages.

/dond language set <language>

Changes the plugin language.

Example:


Ticket Commands

If the ticket system is enabled, players can purchase tickets to participate in the game.

Command
Description

/dond ticket buy

Purchases a DealOrNoDeal ticket.

/dond ticket setprice <amount>

Sets the ticket price.


Command Permissions

Some commands require administrative permissions.

See the Permissions page for more information about available permission nodes.

Last updated