The shop object type villager is disabled.
Darkness93 opened this issue ยท 4 comments
Preliminaries:
- **Shopkeepers version:v2.7.2
- Spigot version:
1.14.4 R0.1 Snapshot
Reproduction on a fresh and up-to-date Spigot server:
IDK. It's the latest version
The issue:
When i try spawn shopkeeper it says The shop object type villager is disabled.
It's only placing sign , please help
You seem to be using an outdated config: I replaced the 'disabled-living-shops' with a new setting 'enabled-living-shops' some time ago. The 'disabled-living-shops' (still found inside your config) is no longer used.
Your config contains this: "enabled-living-shops: []" (<- empty list)
Add "VILLAGER" there to the list. Or delete the config and let the plugin freshly regenerate it.
Edit: You can also only remove the "enabled-living-shops" setting from the config, the plugin will then generate the default for this setting.