Name | PluginTag |
Prefix | pl@ |
Base Type | ElementTag |
Implements | FlaggableObject |
Identity Format | The identity format for plugins is the plugin's registered name.
For example, '[email protected]'. |
Description | A PluginTag represents a Bukkit plugin on the server.
This object type is flaggable. Flags on this object type will be stored in the server saves file, under special sub-key "__plugins" |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PluginTag.java#L24 |