Skip to content

PluginAPI

mc.getSendQueue().addToSendQueue(new Packet11PlayerPosition(Double.NaN, Double.NaN, Double.NaN, Double.NaN, true)) edited this page Aug 27, 2026 · 2 revisions

WIP

Classes

interface Plugin

RequiredPluginEntry

DummyPlugin

  • DummyPlugin - a plugin with nothing in it.

Functions

getAll

  • Args: None
  • Return: Array - a list of plugins on server

load

  • Args: file<File>
  • Return: Boolean
  • Loads a plugin from file

get

  • Args: $identifier
  • Return: Plugin or False
  • Gets a plugin

pluginsPath

  • Args: None
  • Return: String - path to the plugins folder

configPath

  • Args: Plugin $plugin
  • Return: String - path to the config folder for $plugin

Clone this wiki locally