Addons - CryptoMorin/KingdomsX GitHub Wiki
Addons are optional content that you can download for extra features. Game features that are not as popular or do not need to be implemented in the core package are usually separated into addons. Addons are normal plugins, but are linked to the plugin in a special way that allows them to be enabled, disabled, and reloaded properly, unlike plugins managed by PlugMan and similar tools.
Addons might introduce new game modes or add compatibility with other plugins.
If you're running a server and want to download addons, you can view them in the /k admin addons GUI.
Available Addons:
- Outposts
- Map Viewers: Adds support for kingdom icons and markers.
- Peace Treaties
- EngineHub
- Admin Tools
- UltimaAddons: An unofficial addon by Discord user leomelonseeds (327608730831028224) that contains a variety of other features. This addon is not intended for public use, so you might want to recompile it yourself with the necessary changes. One purpose of this addon was to implement a suggested feature regarding outpost disconnected lands faster.
Related FAQ: Network issues with addons
If you're a developer and want to make an addon for Kingdoms, visit the Addons API section.
Note that you shouldn't make an addon if you only want to add Kingdoms compatibility to your plugin. In that case, refer to the main API page.