mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +01:00
Updated API Flag (markdown)
parent
2fe5127fed
commit
45db2cedb9
@ -30,6 +30,10 @@ public class YourFlag extends PlotFlag<YourValueType, YourFlag> {
|
||||
}
|
||||
```
|
||||
|
||||
The flag may implement `com.github.intellectualsites.plotsquared.plot.flags.InternalFlag`, in which case
|
||||
the flag won't be visible to the user. This allows you to store information that is
|
||||
associated with the plot, using the flag framework.
|
||||
|
||||
The PlotFlag constructor requires three parameters:
|
||||
- The (non-null) immutable flag value
|
||||
- A flag category
|
||||
|
Loading…
Reference in New Issue
Block a user