https://github.com/alvinn8/praeter
A Bukkit framework for using Resource Packs in plugins.
https://github.com/alvinn8/praeter
bukkit gui minecraft
Last synced: about 2 months ago
JSON representation
A Bukkit framework for using Resource Packs in plugins.
- Host: GitHub
- URL: https://github.com/alvinn8/praeter
- Owner: Alvinn8
- Created: 2022-10-13T19:07:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T15:53:07.000Z (over 1 year ago)
- Last Synced: 2025-04-05T10:31:54.254Z (about 1 year ago)
- Topics: bukkit, gui, minecraft
- Language: Java
- Homepage:
- Size: 1.5 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# praeter
Praeter is a Bukkit framework for using Resource Packs in plugins.
The project is still in its early stages! There is no download for the built
plugin jar, and the modules are not on any maven repository yet.
## praeter-core
The core module handles resource packs.
## praeter-gui
The `praeter-gui` module allows you to create custom graphical user interfaces.
Praeter provides an abstracted API for creating GUIs. Read the
[Getting Started](docs/praeter-gui/getting_started.md) page or the
[Creating a GUI](docs/praeter-gui/creating_a_gui.md) page.

Praeter handles creating the resource pack, sending that, creates the buttons,
including the text, handles item movements, etc. See the bottom of the
[Creating a GUI](docs/praeter-gui/creating_a_gui.md) page for the code to the
GIF above (it is only 33 lines of code!).
[More examples!](docs/praeter-gui/examples.md)