Compatibility
Minecraft: Java Edition
1.21–1.21.4
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
An official implementation of payment processing on the EasyDonate platform, developed as an alternative for a purchases issuance algorithm using the RCON protocol.
At this moment our platform is still available only for Russian-speaking community of Minecraft servers owners, but it can become international in the upcoming future. :)
Key benefits
- Support for the most popular versions of the game.
- Ability to run on Spigot, Paper, Folia (since 1.20.2) and their forks (not guaranteed).
- High performance and equally high efficiency:
- Multi-threaded event processing - process commands in parallel!
- Using LongPoll technology - we promise minimal issue latency!
- Support for platform features previously unavailable for the plugin (gifts, platform plugins).
- Quick plugin setup feature without editing the config with
/ep setup
- Shop cart for your players' purchases to pick up items at their convenience.
- Real-time reloading of all plugin components with
/ep reload
. - Localization of command messages - you can change everything your players see!
- Fast ORMLite framework for working with databases and support for the most popular ones:
- MySQL (MariaDB)
- PostgreSQL
- SQLite
- H2
- Open source, because we value your trust.
Documentation
Installing the plugin
- Create an account on platform and explore the available functionality.
- Download the JAR file of the current version of the plugin.
- Place the downloaded file in the
plugins
directory of your server. - Find the access key and server ID you will be connecting yours to in your control panel.
- Start the server and perform a quick setup by typing
ep setup
in the console or/ep setup
in the game. - Optionally, you can change the data storage location in the
database
section ofconfig.yml
. - Done, the plugin is already waiting for purchases to be issued on this server!
Support for third-party platforms
We guarantee official support only for Spigot, Paper or Folia based platforms.
Detailed information about support for other software is available here.
Build from source
Information on building from source code is available here.