Installation
Requirements, first run, and the settings to fix before opening the server.
Requirements
| Requirement | Detail |
|---|---|
| Server | 1.13 or newer (api-version: 1.13) |
| Vault | Required — selling goes through it |
| NBTAPI | Required — spawner items are identified by NBT |
| Load order | The plugin loads POSTWORLD, after worlds exist |
Everything else is optional and hooked only if present.
Install
- Drop the jar into
plugins/along with Vault and NBTAPI, then start the server. - The plugin writes
config.yml, amodules/folder, alang/folder andloottables/. - Set
config.langto one ofen,tr,pl,de,fr. - Fill in
license-key. - Work through
modules/— each file is one feature and can be turned off on its own.
RoseStacker needs one setting changed
If RoseStacker is installed you must enable trigger-death-event-for-entire-stack-kill in
RoseStacker's config. Without it, stacked entities are not counted correctly and spawner storage
silently loses drops.
First checks
| Option | Where | Why it matters on day one |
|---|---|---|
disabled-worlds | config.yml | Nobody can place or break any spawner there, vanilla included |
use-modern-autokill | config.yml | On 1.16+ leave it on: loot is generated directly instead of spawning and killing mobs |
auto-save.interval | config.yml | 300 seconds is the recommended default; this is what survives a crash |
vanilla-spawner-support | modules/other.yml | Decides what happens when someone breaks a spawner that was already in the world |
Was this page helpful?