| Name | <static[<tagged-value>]> |
| Returns | ObjectTag |
| Description | Forces the tag inside to static-parse.
That is, any value, no matter how dynamic, will parse only exactly once at reload time. This is a special internal behavior of Denizen that usually should not be used unless you have a very specific reason. Whatever tag is inside should be globally-unique to the use case, as the raw text of the tag itself is used for a cache lookup. |
| Example | |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/StaticTagBase.java#L10 |