How would I make each warp have a certain permission (ex. examplewarpplugin.warp.use.<warp name>), I can not figure it out for the life of me.
PHP: if($sender->hasPermission("examplewarpplugin.warp.use.example")) {//Teleport}else {$sender->sendMessage("No perms");} Use this for every case. Just replace permission