I am trying to set the "default" user group to only be aloud to delete there own private warps, I am using permissionsEX and have it set like so:
groups:
default:
default: true
permissions:
openwarp.warp.use
openwarp.warp.set
openwarp.warp.list
openwarp.home.use
openwarp.home.set
openwarp.warp.access.public.*
openwarp.warp.access.private.*
openwarp.warp.delete.private
however upon testing it it says that the user doesn't have permissions to use openwarp.warp.delete idea here is I've limited everyone's ability to create public warps by using Quotas, only me and another Admin are able to create public warps, but users are aloud to make as many private warps as they'd like. I want to also be able to take there ability to delete public warps, and still allow them to delete their own private warps. Can you help me out on this one?
I am trying to set the "default" user group to only be aloud to delete there own private warps, I am using permissionsEX and have it set like so:
groups: default: default: true permissions:
however upon testing it it says that the user doesn't have permissions to use openwarp.warp.delete idea here is I've limited everyone's ability to create public warps by using Quotas, only me and another Admin are able to create public warps, but users are aloud to make as many private warps as they'd like. I want to also be able to take there ability to delete public warps, and still allow them to delete their own private warps. Can you help me out on this one?