PermissionSolved

is it possible to put 1 permission for each 1?

{
  "Admin Is Always Verified": true,
  "Prevent (Dis-)Mount": true,
  "Prevent Bed Actions": true,
  "Prevent Build": true,
  "Prevent Card Swiping": true,
  "Prevent Chat": true,
  "Prevent Collectible Pickup": true,
  "Prevent Command": true,
  "Prevent Counter Actions": true,
  "Prevent Crafting": true,
  "Prevent Crate Hack": true,
  "Prevent Cupboard Actions": true,
  "Prevent Custom UI": false,
  "Prevent Demolish": true,
  "Prevent Deploy Item": true,
  "Prevent Door Actions": true,
  "Prevent Elevator Actions": true,
  "Prevent Entity Looting": true,
  "Prevent Entity Pickup": true,
  "Prevent Explosives": true,
  "Prevent Flamers": true,
  "Prevent Fuel Actions": true,
  "Prevent Growable Gathering": true,
  "Prevent Healing Item Usage": true,
  "Prevent Helicopter Actions": true,
  "Prevent Item Action": true,
  "Prevent Item Dropping": true,
  "Prevent Item Moving": true,
  "Prevent Item Pickup": true,
  "Prevent Item Stacking": true,
  "Prevent Item Wearing": true,
  "Prevent Lift Actions": true,
  "Prevent Lock Actions": true,
  "Prevent Mailbox Actions": true,
  "Prevent Melee": true,
  "Prevent Oven & Furnace Actions": true,
  "Prevent Phone Actions": true,
  "Prevent Player Assist": true,
  "Prevent Player Looting": true,
  "Prevent Push": true,
  "Prevent Recycler Actions": true,
  "Prevent Reloading": true,
  "Prevent Repair": true,
  "Prevent Research": true,
  "Prevent Rockets": true,
  "Prevent Shop Actions": true,
  "Prevent Sign Update": true,
  "Prevent Stash Actions": true,
  "Prevent Structure Rotate": true,
  "Prevent Switch Actions": true,
  "Prevent Team Creation": true,
  "Prevent Trap Actions": true,
  "Prevent Turret Actions": true,
  "Prevent Upgrade": true,
  "Prevent Vending Admin": true,
  "Prevent Vending Usage": true,
  "Prevent Weapon Firing": true,
  "Prevent Wiring": true,
  "Prevent Wood Cutting": true,
  "Prevent World Projectiles": true,
  "Prevent Wounded": true
}​

I could register a permission for all of them, yes. It would heavilly increase the work overhead for your admin team though.
It would also mean that I need to modify the plugin to first check if the player has the permission, if not, check the bypass permission and decide what to do from there.

This would then be, the over-simplified, path, where it now only checks for the bypass. (Assuming I understood your suggestion properly)

Yes, Cool. =D

This could be using on OTV server.
Permits will be placed by group.
Exemple
Mechanic. You can fix a car.

Ah, so what you prefer is a permission to bypass a single enforcement, alright.
Will slap something together after testing another plugin.

Merged post

Implemented in v1.1.0

i love youuuuuuuuuuu!!!!!

Locked automatically