Skip to content

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 plu…

License

Exortions/PluginUtils

Repository files navigation

Contributors Forks Stargazers Issues License


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

Installation

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

Prerequisites

  • Java
    Head to:
    https://www.java.com/en/download/
    and download Java Version 8 update <latest update>

Installation

Maven:

<dependency>
     <groupId>com.exortions</groupId>
     <artifactId>ExosPluginUtils</artifactId>
     <version>LATEST VERSION</version>
 </dependency>

Gradle:

 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.

Roadmap

See the open 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

About

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 plu…

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages