From 45db2cedb9be37d92a2c59c5a066bc3928725f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Tue, 18 Feb 2020 21:59:40 +0100 Subject: [PATCH] Updated API Flag (markdown) --- API-Flag.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/API-Flag.md b/API-Flag.md index 084dc0a..3fc1018 100644 --- a/API-Flag.md +++ b/API-Flag.md @@ -30,6 +30,10 @@ public class YourFlag extends PlotFlag { } ``` +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