Name | clear_plugin_tickets |
Object | ChunkTag |
Input | None |
Related Tags | <ChunkTag.plugin_tickets> Returns a list of plugins that are keeping this chunk loaded. (...)
|
Description | Forcibly removes all plugin tickets from this chunk, usually allowing it to unload.
This is usually a bad idea. |
Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/ChunkTag.java#L855 |