Skip to content

JIBS-Plugin/Plugin-Utilities

Repository files navigation

Plugin-Utilities

A place for Minecraft plugin class.

📦 Minecraft Plugin Utils

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.

✨ Key Features

  • 🔄 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

📁 Project Structure

/src --└── main --------└── java --------------└── com --------------------└── yourpackage --------------------------└── events --------------------------------└── utils --------------------------------------└── config --------------------------------------------└── commands --------------------------------------------------└── etc...

🛠️ Installation

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

About

A place for Minecraft plugin class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published