Name | first_dragon_killed |
Object | WorldTag |
Input | ElementTag(Boolean) |
Related Tags | <WorldTag.first_dragon_killed> Returns whether the ender dragon has been killed in this world before. (...)
|
Description | Set whether the first ender dragon was killed already.
Toggling this value won't really affect anything in the end world, but may be useful when creating custom end worlds. Only works if the world is an end world. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/WorldTag.java#L1084 |