All Classes and Interfaces

Class
Description
Manager to interface with ProtocolLib's AsynchronousManager.
The Bukkit-specific implementation of the command manager.
A wrapper for the Bukkit CommandSender class.
The Bukkit-specific implementation of the config manager.
The Bukkit listener.
The Bukkit-specific implementation of the listener manager.
A wrapper for the Bukkit Player class.
The executor for the /pyspigot command.
The Bukkit-specific implementation of the PluginConfig class, for retreiving values from the plugin config.yml.
An extension of the base Script class that includes Bukkit-specific code for initializing script permissions.
Represents a registered Bukkit command belonging to a script.
A class representing a script configuration file, for the Bukkit implementation.
Represents a Bukkit event executor for script event listeners.
A dummy Bukkit Listener that holds an event a script is currently listening to.
The Bukkit-specific implementation of the ScriptInfo class, for printing information related to Bukkit-specific managers.
The Bukkit-specific implementation of the script manager.
An extension of the base ScriptOptions class that includes Bukkit-specific code for parsing and registering script permissions.
The Bukkit-specific implementation of the task manager.
The BungeeCord-specific implementation of the command manager.
A wrapper for the BungeeCord CommandSender class.
The BungeeCord-specific implementation of the config manager.
The BungeeCord listener.
The BungeeCord-specific implementation of the listener manager.
A wrapper for the BungeeCord ProxiedPlayer class.
The executor for the /pybungee command.
The BungeeCord-specific implementation of the PluginConfig class, for retreiving values from the plugin config.yml.
Represents a registered BungeeCord command belonging to a script.
A class representing a script configuration file, for the BungeeCord implementation.
A dummy BungeeCord Listener that holds an event a script is currently listening to.
The BungeeCord-specific implementation of the ScriptInfo class, for printing information related to BungeeCord-specific managers.
The BungeeCord-specific implementation of the script manager.
The BungeeCord-specific implementation of the task manager.
Utility enum to represent different types of redis clients available for scripts to use.
Represents a help topic for an alias of a command.
Abstract manager to interface with a server-specific command framework.
A utility class that wraps a platform-specific command sender object.
Manager for scripts to interface with configuration files.
A custom event that scripts may instantiate and call for other plugins/scripts to listen to.
A custom event that scripts may instantiate and call for other plugins/scripts to listen to.
Represents a database to which a script is connected and can read/write.
Manager that allows connection to and interact with a variety of database types.
Utility enum to represent different database types available for scripts to use.
A wrapper class for a HashMap that contains global variables that can be shared across scripts.
 
 
Exception thrown when attempting to load an invalid Configuration.
Utility class for assisting with loading Jar files into the classpath.
A manager class to help with dynamically loading Jar files into the classpath at runtime.
An enum representing the outcome of an attempt to load a library.
Abstract manager to interface with a server-specific event framework.
An enum representing the type of protocol listener that a script has registered.
 
 
 
Represents an open connection to a Mongo Database.
A listener that listens for packets received by the server from the client.
A listener that listens for packets sent by the server to the client.
Manager to interface with PlaceholderAPI.
An adapter class that wraps platform-specific code for plugin initialization, shutdown, and other plugin-related activities.
A utility class that wraps a platform-specific player object.
 
The primary listener for PySpigot.
A wrapper class that captures print statements and errors/exceptions from scripts and redirects them to the script's logger.
Manager to interface with ProtocolLib's ProtocolManager.
Manager to interface with Protocolize.
Entry point of PySpigot for the BungeeCord servers.
Core class of PySpigot for all platform-specific implementations.
Entry point of PySpigot for Bukkit servers.
 
Extension of the ScriptRedisClient that provides ability to issue commands.
Manager to interface with remote redis servers.
Extension of the ScriptRedisClient that provides pub/sub messaging capabilities.
A utility class to simplify reflection for working with CraftBukkit and NMS classes.
 
 
 
Represents a repeating task defined by a script.
An enum class representing various outcomes of running a script, including run failures.
An object that represents a loaded script.
A command registered by a script.
Represents a config file belonging to a script.
Script event superclass.
Script event superclass.
Called when a script throws an unhandled error/exception.
Called when a script throws an unhandled error/exception.
A utility class that fetches and returns a script's info.
Called when a script is loaded.
Called when a script is loaded.
A subclass of Logger that represents a script's logger.
Master manager class for PySpigot.
A class representing various runtime options belonging to a certain script.
Helper class to retrieve configuration values from the script options config.
An abstract class designed to represent a basic script packet listener.
A script listener that listens for BungeeCord packets.
A class that represents a script placeholder expansion.
A wrapper class that wraps the RedisPubSubListener from lettuce for use by scripts.
A wrapper class that wraps the RedisClient from lettuce for use by scripts.
Called when a script is unloaded.
Called when a script is unloaded.
A collection of utility methods related to scripts.
Represents an open connection to an SQL database.
A utility class for various methods/classes related to Strings.
 
 
 
Represents an async task with a synchronous callback defined by a script.
Represents a task defined by a script.
Manager to interface with a server platform's scheduler.