Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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.
- Host: GitHub
- URL: https://github.com/exortions/pluginutils
- Owner: Exortions
- License: apache-2.0
- Created: 2021-07-14T22:44:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T23:20:51.000Z (over 3 years ago)
- Last Synced: 2025-01-22T02:15:26.506Z (2 days ago)
- Topics: api, bukkit, bukkit-api, library, minecraft, minecraft-development, minecraft-plugin, spigot, spigot-api, spigot-dev, spigot-development, spigotmc
- Language: Java
- Homepage: https://www.github.com/Exortions/PluginUtils
- Size: 7.68 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
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
## 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