Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/besser435/lep
LoN Economy Plugin for TEAW
https://github.com/besser435/lep
java minecraft minecraftplugin plugin spigot teaw
Last synced: 3 months ago
JSON representation
LoN Economy Plugin for TEAW
- Host: GitHub
- URL: https://github.com/besser435/lep
- Owner: besser435
- License: agpl-3.0
- Created: 2024-09-04T20:30:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T06:33:22.000Z (4 months ago)
- Last Synced: 2024-10-12T22:04:11.446Z (3 months ago)
- Topics: java, minecraft, minecraftplugin, plugin, spigot, teaw
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.youtube.com/watch?v=9C3f7aCBMCM).
It also includes an undocumented command which may or may not be fun :3
## Download
Head to the [release tab](https://github.com/besser435/LEP/releases) 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](https://github.com/besser435/LEP/issues). 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](https://www.youtube.com/watch?v=s1xg9eJeP3E) 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