DOC

com.exortions : ExosPluginUtils

Maven & Gradle

Jul 26, 2021
3 stars

PluginUtils · ExosPluginUtils, or PluginUtils for short, 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.

Table Of Contents

Latest Version

Download com.exortions : ExosPluginUtils Javadoc & API Documentation - Latest Versions:

All Versions

Download com.exortions : ExosPluginUtils Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.4.x

How to open Javadoc JAR file in web browser

  1. Rename the file ExosPluginUtils-0.4.30.23-javadoc.jar to ExosPluginUtils-0.4.30.23-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ExosPluginUtils-0.4.30.23-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "ExosPluginUtils-0.4.30.23-sources.jar" -d "ExosPluginUtils-0.4.30.23-javadoc" -subpackages 

Advertisement