-
Notifications
You must be signed in to change notification settings - Fork 2
Flags
Flags are special settings that allow players to perform specific actions on a plot. They control which features are available on a plot and which actions are allowed or blocked.
An example of a flag is the "break" flag, which controls whether players are allowed to break blocks on a plot.
- break
- place
- pvp
- pve
- damage
- hide-actionbar
- server-plot
Each flag has its own permission. For example, for the "break" flag, the corresponding permission is plot.flag.break
. The general format for permissions follows the structure plot.flag.FLAG_NAME
, where FLAG_NAME
is the specific name of the flag.
In addition to individual flag permissions, there are also permission packs. These packs contain multiple flags, so instead of assigning each flag permission individually, you can assign a whole set of related flags at once. This makes managing permissions much easier and more efficient.
Below is a list of available flag permission packs. Each pack contains several flags that are commonly used together, allowing you to assign multiple permissions at once without having to handle each flag separately.
Permission plots.permpack.basicflags
:
- break
- place
- pvp
- pve
- damage
- hide-actionbar