Denizen Script Tags


Tags are always written with a <between these marks>, and are critical to scripts, as the primary way to read data.
Learn about how tags work in The Beginner's Guide.


Showing 1 out of 2437 tags...
Name<PlayerTag.affects_monster_spawning>
ReturnsElementTag(Boolean)
MechanismPlayerTag.affects_monster_spawning
DescriptionReturns whether the player affects monster spawning. When false, no monsters will spawn naturally because of this player.
Generated Example
- if <player.affects_monster_spawning>:
    - narrate "it was true!"
- else:
    - narrate "it was false!"
Grouppaper
RequiresPaper
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/PaperPlayerExtensions.java#L16