NCode

Ncode is reward code plugin for servers.

6

NCode

NCode is a plugin for awarding prizes via codes. You can create and distribute hidden codes to players to award them prizes

The plugin can use the placeholder API to require the player to have a specific value in the placeholder.

How it works

1. The player types `/kod <name>`. 2. The plugin checks if such a code exists in `config.yml`. 3. The plugin checks if the player has already used this code. 4. (Optional) The plugin checks the `depend` condition via PlaceholderAPI. 5. If everything is OK, the player receives messages and the reward commands from the `rewards` section are executed.

Commands

- `/kod <code>` – redeems the code for the player. - `/ncode reload` – reloads the plugin configuration. - `/ncode remove <player> <code>` – removes the used code for the specified online player.

Permissions

- `ncode.reload` – allows the use of `/ncode reload`. - `ncode.remove` – allows the use of `/ncode remove <player> <code>`.

ADS