Updated API Flag (markdown)

Alexander Söderberg 2020-02-18 21:59:40 +01:00
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