mirror of
https://github.com/Huber1/XPEcon.git
synced 2026-05-13 09:57:34 +02:00
Economy Plugin for Minecraft using the XP (Level) System
- Kotlin 100%
| gradle/wrapper | ||
| src/main | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle.kts | ||
XPEcon
This is an Economy Plugin for Minecraft Paper Servers
It implements the Vault API, so Vault needs to be installed
Features
/ecoand/balancecommands to manage levels (standard xp command can also be used, but the bukkit xp method is inaccurate on big values)- offline player support
- compatible with anything that uses Vault
Building & Installing
./gradlew clean build
Put the file build/libs/XPEcon-1.0-SNAPSHOT-all.jar into your plugins folder
Works on 1.21.4 Paper
Warning
The plugin does not work on Spigot or Bukkit, because it uses paper-exclusive features