Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed May 1, 2024
2 parents 5dbca1e + c41d707 commit 897dd80
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ A lightweight modern alternative to WorldGuard optimized for API usage
* [Commands](#commands)
* [Area flags](#area-flags)
* [Permission Packs](#permission-packs)
* [API](#api)

BStats can be found [here](https://bstats.org/plugin/bukkit/TheNextLvl%2520Protect/21712)

Expand Down Expand Up @@ -87,24 +88,19 @@ BStats can be found [here](https://bstats.org/plugin/bukkit/TheNextLvl%2520Prote
Permission packs streamline server management by providing bundled options
instead of dealing with a multitude of individual permissions.

| Permission | Description |
|----------------------------------------------------------------|-------------------------------------------------------------------|
| [protect.admin](#protectadmin) | Allows players to manage all areas and bypass all restrictions |
| [protect.bypass.admin](#protectbypassadmin) | Allows players to bypass any restriction |
| [protect.command.area](#protectcommandarea) | Allows players to interact with areas in a non-destructive manner |
| [protect.command.area.flag](#protectcommandareaflag) | Allows players to manage area flags |
| [protect.command.area.manage](#protectcommandareamanage) | Allows players to manage existing areas |
| [protect.command.area.schematic](#protectcommandareaschematic) | Allows players to manage area schematics |

### protect.admin

Allows players to manage all areas and bypass all restrictions

protect.command.area.create
protect.command.area.delete
protect.command.area.manage
protect.bypass.admin

### protect.bypass.admin

Allows players to bypass any restriction

protect.bypass.build
protect.bypass.break
protect.bypass.interact
Expand All @@ -122,20 +118,26 @@ instead of dealing with a multitude of individual permissions.

### protect.command.area

Allows players to interact with areas in a non-destructive manner

protect.command.area.flag.info
protect.command.area.flag.list
protect.command.area.info
protect.command.area.list

### protect.command.area.flag

Allows players to manage area flags

protect.command.area.flag.info
protect.command.area.flag.list
protect.command.area.flag.set
protect.command.area.flag.unset

### protect.command.area.manage

Allows players to manage existing areas

protect.command.area
protect.command.area.flag
protect.command.area.priority
Expand All @@ -144,7 +146,12 @@ instead of dealing with a multitude of individual permissions.

### protect.command.area.schematic

Allows players to manage area schematics

protect.command.area.schematic.delete
protect.command.area.schematic.load
protect.command.area.schematic.save

## API

https://repo.thenextlvl.net/#/releases/net/thenextlvl/protect/api

0 comments on commit 897dd80

Please sign in to comment.