https://github.com/leycm/repository
My maven Repo - with menu and time manager
https://github.com/leycm/repository
bukkit maven-plugin minecraft-plugin papermc
Last synced: about 1 year ago
JSON representation
My maven Repo - with menu and time manager
- Host: GitHub
- URL: https://github.com/leycm/repository
- Owner: leycm
- License: gpl-3.0
- Created: 2025-04-01T15:00:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T08:30:30.000Z (about 1 year ago)
- Last Synced: 2025-04-07T09:32:36.891Z (about 1 year ago)
- Topics: bukkit, maven-plugin, minecraft-plugin, papermc
- Language: HTML
- Homepage: https://leycm.github.io/repository/
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
This project is a part of the `leyCM/repository` repository. It includes a library for managing menus. The library source is located in the `dev/org/ley/menu/source/menu` directory.
## Features
- **Menu Management**: Provides functionalities to manage menus efficiently.
- **Time Manager**: Integrates with the time manager to ensure accurate timing within menus.
## Requirements
- **Java 17+**
- **Maven 3.6+**
## Repository
To use the menu library in your project, add the following dependency to your `pom.xml` file:
```xml
ley.org
https://leycm.github.io/repository/
```
```xml
org.ley.menu
menu
1.0.0
```
## Contributing
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For any questions or inquiries, please contact [your_email@example.com].
## Installation Local
1. Clone the repository:
```sh
git clone https://github.com/leyCM/repository.git
cd repository
```
2. Navigate to the project directory:
```sh
cd dev/org/ley/menu/source/menu
```
3. Build the project using Maven:
```sh
mvn clean install
```