-
Notifications
You must be signed in to change notification settings - Fork 14
Getting Started
goflishMC edited this page Apr 21, 2025
·
3 revisions
Welcome to Divinity, a modular Minecraft RPG plugin designed for high customization and control over item mechanics, stats, and loot. This guide walks you through how to install Divinity and get it running on your server.
Before you begin, make sure your server meets the following:
- Minecraft Version: 1.16.5 or higher (tested up to 1.20.4+)
- Server Software: Spigot or Paper
- Java Version: 17 or higher
- Required Dependency: Codex (Spigot Page) ← replace with actual link
- Download the latest version of Divinity from its Spigot Page.
- Download the latest version of Codex from its Spigot Page.
- Place both
.jar
files into your server’s/plugins
directory. - Start the server to generate default configuration files.
💡 Need the latest dev builds? Join our Discord server to access unreleased builds, previews, and community support.
On first load, Divinity will create the following files and folders in /plugins/Divinity
:
-
config.yml
– Main plugin configuration -
engine.yml
– Core logic and module toggles -
worth.yml
– Economy and pricing values -
data.db
– Local SQLite database - Configuration folders:
item_stats/
lang/
profiles/
modules/
To update:
- Download the latest
.jar
files from Spigot or our Discord. - Replace the existing jars in
/plugins
. - Restart your server.
- Compare your config files with any new defaults using a diff tool.
- Plugin doesn’t load: Make sure Java 17+ is installed and Codex is present.
- Missing folders/configs: Delete the Divinity folder and restart to regenerate them.
- Unsupported environments: Only Spigot and Paper are officially supported.
❓ Need help or want to suggest a feature? Join our Discord server.