- added permission for each subcommand in the config file enable onlyOp if you only want operators to use the command.
New config.yml
# Defines if the player should be teleported to a specified warp when he joins
jointp: false
# Defines wich warp the player will be teleported when he joins
jointpwarp: spawn
# Defines for wich command will be usable only by operators
permissions:
create:
onlyOp: true
delete:
onlyOp: true
use:
onlyOp: false
reload:
onlyOp: true
Should work on 1.13+ and all spigot forks



