An open API service indexing awesome lists of open source software.

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

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
```