Local Difficulty (Expression) — SkNMS

Addon: SkNMS · Category: Expression · Since: 1.0.0

Syntax

[the] (local|regional) difficulty of %locations%

Description

Represents the local difficulty of a location. This is the number that shows on the client's debug screen `Local Difficulty: (local difficulty) //...` Minecraft uses this to decide how monsters will spawn near players. This number changes based on how long a player spends in a chunk, world time and moon phase. See [**Regional Difficulty on McWiki**](https://minecraft.wiki/w/Difficulty#Regional_difficulty) for more info.

Examples

if local difficulty of location of player > 1:

View source