Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/exortions/pluginutils

PluginUtils is a simple, easy-to-use library that saves many Minecraft Spigot developers a lot of time when creating plugins. It allows Spigot developers to create a lot of NMS (net.minecraft.server) and Spigot things like Tablists, Scoreboards, etc. with a bunch of lines and classes saved, therefore improving the experience while developing plugins.
https://github.com/exortions/pluginutils

api bukkit bukkit-api library minecraft minecraft-development minecraft-plugin spigot spigot-api spigot-dev spigot-development spigotmc

Last synced: about 17 hours ago
JSON representation

PluginUtils is a simple, easy-to-use library that saves many Minecraft Spigot developers a lot of time when creating plugins. It allows Spigot developers to create a lot of NMS (net.minecraft.server) and Spigot things like Tablists, Scoreboards, etc. with a bunch of lines and classes saved, therefore improving the experience while developing plugins.

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![License][license-shield]][license-url]





Logo

PluginUtils

Latest Version: 1.4.31.27



PluginUtils is a simple, easy-to-use
library that saves many Minecraft Spigot developers a lot of time when creating
plugins. It allows Spigot developers to create a lot of NMS
(net.minecraft.server) and Spigot things like Tablists, Scoreboards, etc, as well as MySQL and SQLite support,
a bunch of lines and classes saved, therefore improving the experience while
developing plugins.


Explore the docs »




View Demo
·
Report Bug
·
Request Feature

Table of Contents




  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Acknowledgements

## About The Project

PluginUtils is a library that saves many Minecraft Spigot developers
a lot of time when creating plugins. It allows Spigot developers to
create a lot of NMS (net.minecraft.server) and Spigot things like Tablists,
Scoreboards, etc, as well as MySQL and SQLite support, a bunch of lines and
classes saved, therefore improving the experience while developing plugins.

### Built With

* [Spigot API](https://www.spigotmc.org/wiki/spigot-maven/)
* [Net Minecraft Server](https://www.minecraft.net/)
* [Maven](https://maven.apache.org/)
* [IntelliJ IDEA](https://www.jetbrains.com/idea/download/)

## Installation

Below are instructions to install the latest stable version of PluginUtils.

### Prerequisites
* Java
```sh
Head to:
https://www.java.com/en/download/
and download Java Version 8 update
```

### Installation

Maven:
```XML

com.exortions
ExosPluginUtils
LATEST VERSION

```

Gradle:
```GROOVY
plugins {
id 'java-library'
}

repositories {
mavenCentral()
}

dependencies {
implementation 'com.exortions:ExosPluginUtils:LATEST VERSION'
}
```

## Usage

To see usages for all the features in PluginUtils, please refer to the [Documentation](https://example.com).

## Roadmap
See the [open issues](https://github.com/Exortions/PluginUtils/issues) for a list of proposed features (and known issues).

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

Distributed under the Apache 2.0 License. See `LICENSE` for more information.

## Acknowledgements

* [Spigot API](https://www.spigotmc.org/wiki/spigot-maven/)
* [Net Minecraft Server](https://www.minecraft.net/)
* [Maven](https://maven.apache.org/)
* [IntelliJ IDEA](https://www.jetbrains.com/idea/download/)
* [Img Shields](https://shields.io)
* [Readme Template](https://github.com/othneildrew/Best-README-Template)

[contributors-shield]: https://img.shields.io/github/contributors/Exortions/PluginUtils.svg?style=for-the-badge
[contributors-url]: https://github.com/Exortions/PluginUtils/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Exortions/PluginUtils.svg?style=for-the-badge
[forks-url]: https://github.com/Exortions/PluginUtils/network/members
[stars-shield]: https://img.shields.io/github/stars/Exortions/PluginUtils.svg?style=for-the-badge
[stars-url]: https://github.com/Exortions/PluginUtils/stargazers
[issues-shield]: https://img.shields.io/github/issues/Exortions/PluginUtils.svg?style=for-the-badge
[issues-url]: https://github.com/Exortions/PluginUtils/issues
[license-shield]: https://img.shields.io/github/license/Exortions/PluginUtils.svg?style=for-the-badge
[license-url]: https://github.com/Exortions/PluginUtils/blob/master/LICENSE.txt