Economy Plugin for Minecraft using the XP (Level) System
Find a file
2025-03-11 13:32:31 +01:00
gradle/wrapper Started on Plugin 2025-03-08 20:06:03 +01:00
src/main Update deprecation message 2025-03-11 13:32:31 +01:00
.gitignore Started on Plugin 2025-03-08 20:06:03 +01:00
build.gradle.kts Get/Set offline 2025-03-10 23:01:55 +01:00
gradle.properties Started on Plugin 2025-03-08 20:06:03 +01:00
gradlew Started on Plugin 2025-03-08 20:06:03 +01:00
gradlew.bat Started on Plugin 2025-03-08 20:06:03 +01:00
README.md Update deprecation message 2025-03-11 13:32:31 +01:00
settings.gradle.kts Started on Plugin 2025-03-08 20:06:03 +01:00

XPEcon

This is an Economy Plugin for Minecraft Paper Servers

It implements the Vault API, so Vault needs to be installed

Features

  • /eco and /balance commands 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