A place for Minecraft plugin class.
A collection of the most useful utility classes for Minecraft plugin development. This repository gathers tools I personally use to speed up development, write cleaner code, and reduce repetitive tasks.
- 🔄 Simplified event handling
- 📚 Item and inventory manipulation helpers
- ⏳ Task scheduling utilities
- 🔧 Logging and debugging tools
- 📦 Configuration management (YAML, JSON, etc.)
- 📍 Entity location and area utilities
- 🔐 Basic permission and role handling
- 🎯 Player and world interaction helpers
/src --└── main --------└── java --------------└── com --------------------└── yourpackage --------------------------└── events --------------------------------└── utils --------------------------------------└── config --------------------------------------------└── commands --------------------------------------------------└── etc...
You can either clone this repository or copy the classes directly into your own plugin project:
git clone https://github.com/JIBS-Plugin/Plugin-Utilities.git