Skip to content

besser435/LEP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

League of Nations Economy Plugin

LEP is a custom economy plugin for the TEAW Minecraft server. Currently, it adds a shop for items, which is automatically updated by the LoN. It also sends data about the economy for future analysis (this will be available soon).

You can see a (somewhat outdated) demo here.

It also includes an undocumented command which may or may not be fun :3

Download

Head to the release tab to download the latest jar. Currently it is for Minecraft 1.20 for Spigot.

Contributing

LoN welcomes community contributions. If you would like to report a bug, feature request, or anything else, open an issue. Pull requests are welcomed too if you know how to do that.

The plugin is built with Maven, and is edited in IntelliJ IDEA. It is free for students. This video is helpful for getting started.

Plugin Configuration

Note

This plugin is made for the TEAW Minecraft server. As such, it may need additional configuration for your setup. Ensure the options in config.yml are correct.

Notes about automatic plugin updates

Important

For very convoluted reasons, do NOT change the name of the jar files. This will screw with the automatic updates. Spigot does not provide a good way to update plugins, so we need to resort to a bit of jank. There is a real explanation in the raw README file.

TODO

  • Add a GUI
  • Improve economy health telemetry
  • Clean code by separating classes into separate packages
  • Remove TODO comments from the code and add them here