Plugin commands permissions: elitecheck.reload - Permission to reload the plugin
To stop other check, player must have permission to stop the check with '.others' at the end
For example: elitecheck.stop.default.others
/check <Player> <Check type> - command for start check /uncheck <Player> - command for stop check /elitecheck reload - command to reload plugin
Plugin has a lot of settings for each check type:
Code (YAML):
types:
default:
start_permission: elitecheck.start.default
stop_permission: elitecheck.stop.default
sound: null
# null to remove the sound, for example BLOCK_NOTE_HARP or block.note.harp sounds_count: 3
# How many times will the sound be played opportunities:
move: false
# Can the player move chat: false
# Can the player write messages commands: false
# Can the player use commands getDamage: false
# Can the player get damage dealDamage: false
# Can the player deal damage pickupItems: false
# Can the player pickup items dropItems: false
# Can the player drop items breakBlocks: false
# Can the player break blocks placeBlocks: false
# Can the player place blocks
Bypass each type of check: elitecheck.<Check type>.bypass