We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The config is a JSON file, config/aPerf/entity/spawnLimits.json
config/aPerf/entity/spawnLimits.json
The root JSON element MUST be an array. Each item in the array is a separate limit.
A limit is a JSON object. Each limit must have a type. Optionally it can have a value and a filter. The value depends on the type of limit you have.
An example configuration is given below.
[ { "type": "Disabled", "filter": { "type": "Name", "value": "Pig" } }, { "type": "ServerCount", "value": 10, "filter": { "type": "Name", "value": "Zombie" } }, { "type": "Disable", "filter": { "type": "Multi", "value": [ { "type": "Name", "value": "Pigman" }, { "type": "Dimension", "value": [0, 1] } ] } } ]