Name | affects_monster_spawning |
Object | PlayerTag |
Input | ElementTag(Boolean) |
Related Tags | <PlayerTag.affects_monster_spawning> Returns whether the player affects monster spawning. When false, no monsters will spawn naturally because of this player.
|
Description | Sets whether this player affects monster spawning. When false, no monsters will spawn naturally because of this player. |
Generated Example |
|
Group | paper |
Requires | Paper |
Source | https://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/PaperPlayerExtensions.java#L82 |