Package-level declarations

Types

Link copied to clipboard

Used for managing configuration data

Link copied to clipboard

Various methods for detecting or updating mobs using Lib's Disguises

Link copied to clipboard
object Log

Writes messages to the console

Link copied to clipboard

This class contains a bunch of methods which make it very easy to translate '&'-based color codes in messages. You can colorize standard codes (&a, &b, &1, &2, etc), and even hex codes (&#abccdef), and also both in one method :)

Link copied to clipboard

Used for detecting mobs using Mythic Mobs

Link copied to clipboard

Provides function for APIs that are used in Paper 1.17+ but not present in 1.16

Link copied to clipboard
object PaperUtils

Provides function for APIs that are used in Paper but not present in Spigot

Link copied to clipboard

This is a small class useful for timing simple things such as the time required to start-up a plugin or run a command.

Link copied to clipboard

Provides function for APIs that are deprecated in Paper but required for use in Spigot

Link copied to clipboard
class UpdateChecker(plugin: JavaPlugin, resourceId: Int)

An adapted version of the Update Checker from the SpigotMC.org Wiki.

Link copied to clipboard
object Utils

Holds common utilities