Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Creators
Details
Licensed CC-BY-NC-4.0
Published 3 weeks ago
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
- The player types
/kod <name>. - The plugin checks if such a code exists in
config.yml. - The plugin checks if the player has already used this code.
- (Optional) The plugin checks the
dependcondition via PlaceholderAPI. - If everything is OK, the player receives messages and the reward commands from the
rewardssection 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>.

