[+] Added the ability to set a permission for a cell, so a user is required to have the permission to rent it -
/Cell setpermission <permission> <cellname> - Sets the permission required to rent the cell - jetsprisoncells.admin.setpermission
If you wish to configure messages shown to the user if he/she does not have permission to rent the cell, add this to
messages.yml
Code (Text):
cell_no_permissions_to_rent: "%PREFIX%&cYou do not have the required permission to rent this cell!"
cell_set_permission: "%PREFIX%&cSuccessfully set permission for cell %CELL% to %PERMISSION!"