- Compatible API Versions
- 1.0.8
- Sourcecode
- https://github.com/MEFRREEX/DCase
DCase
Case plugin for your Nukkit server
Admin commands:
Player commands:
Permissions:
Configs:
Full localization in the
Setting up prizes and commands in the
API:
Case plugin for your Nukkit server
Admin commands:
Code:
/caseadmin add <player> <count> - add cases to the player
/caseadmin take <player> <count> - Take the cases from the player
/caseadmin set <player> <count> - set cases to the player
/caseadmin setcase - set the case position
/caseadmin help - help
Code:
/case open - open the case
/case pay <player> <count> - send the case to the player
/case cases - find out how many cases you have
/case help - help
dcase.player
- Allow access to regular case commandsdcase.admin
- Allow access to case admin commandsConfigs:
Full localization in the
messages.yml
fileSetting up prizes and commands in the
config.yml
fileAPI:
Java:
DCase api = new DCase.getInstance();
// Example:
api.getCaseManager().add(player, 1);