Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

addJarToClasspath(Path) - Method in class dev.magicmq.pyspigot.manager.libraries.JarClassLoader
Add a new Jar to the classpath.
addListener(Script, T) - Method in class dev.magicmq.pyspigot.manager.listener.ListenerManager
 
addTask(Task) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
 
aliases() - Element in annotation interface dev.magicmq.pyspigot.command.SubCommandMeta
 
async - Variable in class dev.magicmq.pyspigot.manager.task.Task
 
async() - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Get the async protocol manager for working with asynchronous listeners.
ASYNCHRONOUS - Enum constant in enum class dev.magicmq.pyspigot.bukkit.manager.protocol.ListenerType
An asynchronous listener.
ASYNCHRONOUS_TIMEOUT - Enum constant in enum class dev.magicmq.pyspigot.bukkit.manager.protocol.ListenerType
An asynchronous timeout listener.
AsyncProtocolManager - Class in dev.magicmq.pyspigot.bukkit.manager.protocol
Manager to interface with ProtocolLib's AsynchronousManager.
AsyncProtocolManager() - Constructor for class dev.magicmq.pyspigot.bukkit.manager.protocol.AsyncProtocolManager
 

B

BASIC - Enum constant in enum class dev.magicmq.pyspigot.manager.redis.ClientType
A basic client type, used for initiating a standard RedisClient for further custom usage.
broadcastServerPacket(PacketContainer) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Broadcast a packet to the entire server.
broadcastServerPacket(PacketContainer, Collection<? extends Player>) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Broadcast a packet to a specified list of players.
broadcastServerPacket(PacketContainer, Entity) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Broadcast a packet to players receiving information about a particular entity.
broadcastServerPacket(PacketContainer, Entity, boolean) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Broadcast a packet to players receiving information about a particular entity.
broadcastServerPacket(PacketContainer, Location, int) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Broadcast a packet to all players within a given max observer distance from an origin location (center point).
BukkitCommandManager - Class in dev.magicmq.pyspigot.bukkit.manager.command
The Bukkit-specific implementation of the command manager.
BukkitCommandSender - Class in dev.magicmq.pyspigot.bukkit.util.player
A wrapper for the Bukkit CommandSender class.
BukkitCommandSender(CommandSender) - Constructor for class dev.magicmq.pyspigot.bukkit.util.player.BukkitCommandSender
 
BukkitConfigManager - Class in dev.magicmq.pyspigot.bukkit.manager.config
The Bukkit-specific implementation of the config manager.
BukkitListener - Class in dev.magicmq.pyspigot.bukkit
The Bukkit listener.
BukkitListener() - Constructor for class dev.magicmq.pyspigot.bukkit.BukkitListener
 
BukkitListenerManager - Class in dev.magicmq.pyspigot.bukkit.manager.listener
The Bukkit-specific implementation of the listener manager.
BukkitPlayer - Class in dev.magicmq.pyspigot.bukkit.util.player
A wrapper for the Bukkit Player class.
BukkitPlayer(Player) - Constructor for class dev.magicmq.pyspigot.bukkit.util.player.BukkitPlayer
 
BukkitPluginCommand - Class in dev.magicmq.pyspigot.bukkit.command
The executor for the /pyspigot command.
BukkitPluginCommand() - Constructor for class dev.magicmq.pyspigot.bukkit.command.BukkitPluginCommand
 
BukkitPluginConfig - Class in dev.magicmq.pyspigot.bukkit.config
The Bukkit-specific implementation of the PluginConfig class, for retreiving values from the plugin config.yml.
BukkitPluginConfig() - Constructor for class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
BukkitScript - Class in dev.magicmq.pyspigot.bukkit.manager.script
An extension of the base Script class that includes Bukkit-specific code for initializing script permissions.
BukkitScript(Path, String, BukkitScriptOptions) - Constructor for class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScript
 
BukkitScriptCommand - Class in dev.magicmq.pyspigot.bukkit.manager.command
Represents a registered Bukkit command belonging to a script.
BukkitScriptCommand(Script, PyFunction, PyFunction, String, String, String, List<String>, String) - Constructor for class dev.magicmq.pyspigot.bukkit.manager.command.BukkitScriptCommand
 
BukkitScriptConfig - Class in dev.magicmq.pyspigot.bukkit.manager.config
A class representing a script configuration file, for the Bukkit implementation.
BukkitScriptConfig(File, String) - Constructor for class dev.magicmq.pyspigot.bukkit.manager.config.BukkitScriptConfig
 
BukkitScriptEventExecutor - Class in dev.magicmq.pyspigot.bukkit.manager.listener
Represents a Bukkit event executor for script event listeners.
BukkitScriptEventExecutor(BukkitScriptEventListener, Class<? extends Event>) - Constructor for class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitScriptEventExecutor
 
BukkitScriptEventListener - Class in dev.magicmq.pyspigot.bukkit.manager.listener
A dummy Bukkit Listener that holds an event a script is currently listening to.
BukkitScriptEventListener(Script, PyFunction, Class<? extends Event>) - Constructor for class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitScriptEventListener
 
BukkitScriptInfo - Class in dev.magicmq.pyspigot.bukkit.manager.script
The Bukkit-specific implementation of the ScriptInfo class, for printing information related to Bukkit-specific managers.
BukkitScriptInfo() - Constructor for class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptInfo
 
BukkitScriptManager - Class in dev.magicmq.pyspigot.bukkit.manager.script
The Bukkit-specific implementation of the script manager.
BukkitScriptOptions - Class in dev.magicmq.pyspigot.bukkit.manager.script
An extension of the base ScriptOptions class that includes Bukkit-specific code for parsing and registering script permissions.
BukkitScriptOptions() - Constructor for class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptOptions
Initialize a new ScriptOptions with the default values.
BukkitScriptOptions(String) - Constructor for class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptOptions
Initialize a new ScriptOptions using the appropriate values in the script_options.yml file, using the script name to search for the values.
BukkitTaskManager - Class in dev.magicmq.pyspigot.bukkit.manager.task
The Bukkit-specific implementation of the task manager.
BungeeCommandManager - Class in dev.magicmq.pyspigot.bungee.manager.command
The BungeeCord-specific implementation of the command manager.
BungeeCommandSender - Class in dev.magicmq.pyspigot.bungee.util.player
A wrapper for the BungeeCord CommandSender class.
BungeeCommandSender(CommandSender) - Constructor for class dev.magicmq.pyspigot.bungee.util.player.BungeeCommandSender
 
BungeeConfigManager - Class in dev.magicmq.pyspigot.bungee.manager.config
The BungeeCord-specific implementation of the config manager.
BungeeListener - Class in dev.magicmq.pyspigot.bungee
The BungeeCord listener.
BungeeListener() - Constructor for class dev.magicmq.pyspigot.bungee.BungeeListener
 
BungeeListenerManager - Class in dev.magicmq.pyspigot.bungee.manager.listener
The BungeeCord-specific implementation of the listener manager.
BungeePlayer - Class in dev.magicmq.pyspigot.bungee.util.player
A wrapper for the BungeeCord ProxiedPlayer class.
BungeePlayer(ProxiedPlayer) - Constructor for class dev.magicmq.pyspigot.bungee.util.player.BungeePlayer
 
BungeePluginCommand - Class in dev.magicmq.pyspigot.bungee.command
The executor for the /pybungee command.
BungeePluginCommand() - Constructor for class dev.magicmq.pyspigot.bungee.command.BungeePluginCommand
 
BungeePluginConfig - Class in dev.magicmq.pyspigot.bungee.config
The BungeeCord-specific implementation of the PluginConfig class, for retreiving values from the plugin config.yml.
BungeePluginConfig() - Constructor for class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
BungeeScriptCommand - Class in dev.magicmq.pyspigot.bungee.manager.command
Represents a registered BungeeCord command belonging to a script.
BungeeScriptCommand(Script, PyFunction, PyFunction, String, List<String>, String) - Constructor for class dev.magicmq.pyspigot.bungee.manager.command.BungeeScriptCommand
 
BungeeScriptConfig - Class in dev.magicmq.pyspigot.bungee.manager.config
A class representing a script configuration file, for the BungeeCord implementation.
BungeeScriptConfig(File, String) - Constructor for class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
BungeeScriptEventListener - Class in dev.magicmq.pyspigot.bungee.manager.listener
A dummy BungeeCord Listener that holds an event a script is currently listening to.
BungeeScriptEventListener(Script, PyFunction, Class<? extends Event>, byte) - Constructor for class dev.magicmq.pyspigot.bungee.manager.listener.BungeeScriptEventListener
 
BungeeScriptInfo - Class in dev.magicmq.pyspigot.bungee.manager.script
The BungeeCord-specific implementation of the ScriptInfo class, for printing information related to BungeeCord-specific managers.
BungeeScriptInfo() - Constructor for class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptInfo
 
BungeeScriptManager - Class in dev.magicmq.pyspigot.bungee.manager.script
The BungeeCord-specific implementation of the script manager.
BungeeTaskManager - Class in dev.magicmq.pyspigot.bungee.manager.task
The BungeeCord-specific implementation of the task manager.

C

callScriptExceptionEvent(Script, PyException) - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptManager
 
callScriptExceptionEvent(Script, PyException) - Method in class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptManager
 
callScriptExceptionEvent(Script, PyException) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Calls a ScriptExceptionEvent via a platform-specific implementation.
callScriptLoadEvent(Script) - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptManager
 
callScriptLoadEvent(Script) - Method in class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptManager
 
callScriptLoadEvent(Script) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Calls a ScriptLoadEvent via a platform-specific implementation.
callScriptUnloadEvent(Script, boolean) - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptManager
 
callScriptUnloadEvent(Script, boolean) - Method in class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptManager
 
callScriptUnloadEvent(Script, boolean) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Calls a ScriptUnloadEvent via a platform-specific implementation.
callToScript(PacketEvent) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ScriptPacketListener
A helper method to call a script's packet listener function when the packet event occurs.
callToScript(Object) - Method in class dev.magicmq.pyspigot.bungee.manager.listener.BungeeScriptEventListener
Called internally when the event occurs.
cancelStartScriptTask() - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptManager
 
cancelStartScriptTask() - Method in class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptManager
 
cancelStartScriptTask() - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Cancels the start script task via a platform-specific implementation.
canSee(CommandSender) - Method in class dev.magicmq.pyspigot.bukkit.util.CommandAliasHelpTopic
 
client - Variable in class dev.magicmq.pyspigot.manager.redis.client.ScriptRedisClient
 
ClientType - Enum Class in dev.magicmq.pyspigot.manager.redis
Utility enum to represent different types of redis clients available for scripts to use.
close() - Method in class dev.magicmq.pyspigot.manager.database.Database
Closes a connection to the database.
close() - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Closes a connection to the database.
close() - Method in class dev.magicmq.pyspigot.manager.database.sql.SqlDatabase
Closes a connection to the database.
close() - Method in class dev.magicmq.pyspigot.manager.redis.client.ScriptRedisClient
Close the open to the remote redis server synchronously, blocking if necessary.
close() - Method in class dev.magicmq.pyspigot.manager.script.Script
Closes this script's file logger and interpreter.
closeAsync() - Method in class dev.magicmq.pyspigot.manager.redis.client.ScriptRedisClient
Close the open connection to the remote redis server asynchronously.
closeFileHandler() - Method in class dev.magicmq.pyspigot.util.logging.ScriptLogger
Closes the FileHandler for this logger.
closeRedisClient(ScriptRedisClient) - Method in class dev.magicmq.pyspigot.manager.redis.RedisManager
Close the specified ScriptRedisClient synchronously.
closeRedisClientAsync(ScriptRedisClient) - Method in class dev.magicmq.pyspigot.manager.redis.RedisManager
Close the specified ScriptRedisClient asynchronously, without blocking.
closeRedisClients(Script, boolean) - Method in class dev.magicmq.pyspigot.manager.redis.RedisManager
Close all ScriptRedisClients belonging to a script.
command() - Element in annotation interface dev.magicmq.pyspigot.command.SubCommandMeta
 
COMMAND - Enum constant in enum class dev.magicmq.pyspigot.manager.redis.ClientType
A command client type, used for executing redis commands.
CommandAliasHelpTopic - Class in dev.magicmq.pyspigot.bukkit.util
Represents a help topic for an alias of a command.
CommandAliasHelpTopic(String, String, HelpMap) - Constructor for class dev.magicmq.pyspigot.bukkit.util.CommandAliasHelpTopic
 
CommandManager - Class in dev.magicmq.pyspigot.manager.command
Abstract manager to interface with a server-specific command framework.
CommandManager() - Constructor for class dev.magicmq.pyspigot.manager.command.CommandManager
 
CommandSenderAdapter - Interface in dev.magicmq.pyspigot.util.player
A utility class that wraps a platform-specific command sender object.
compareTo(Script) - Method in class dev.magicmq.pyspigot.manager.script.Script
Compares this script to another script, using load order as the primary comparison.
compareTo(StringUtils.Version) - Method in class dev.magicmq.pyspigot.util.StringUtils.Version
 
compareVersions() - Method in class dev.magicmq.pyspigot.PyCore
Compare the current loaded plugin version with the cached latest SpigotMC plugin version, and log a message to console if the current version is detected as outdated.
ConfigManager - Class in dev.magicmq.pyspigot.manager.config
Manager for scripts to interface with configuration files.
ConfigManager() - Constructor for class dev.magicmq.pyspigot.manager.config.ConfigManager
 
connectMongo(MongoClientSettings) - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Open a new connection with a Mongo database, using the provided client settings.
connectMongo(String) - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Open a new connection with a Mongo database, using the provided connection string URI.
connectMongo(String, MongoClientSettings) - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Open a new connection with a Mongo database, using the provided connection string URI and client settings.
connectMongo(String, String, String, String) - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Open a new connection with a Mongo database, using the default client settings.
connectMongo(String, String, String, String, MongoClientSettings) - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Open a new connection with a Mongo database, using the provided client settings.
connectSql(HikariConfig) - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Open a new connection with an SQL database, using the provided configuration.
connectSql(String) - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Open a new connection with an SQL database, using the provided connection URI.
connectSql(String, HikariConfig) - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Open a new connection with an SQL database, using the provided connection URI and configuration options.
connectSql(String, String, String, String, String) - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Open a new connection with an SQL database, using the default configuration options.
connectSql(String, String, String, String, String, HikariConfig) - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Open a new connection with an SQL database, using the specified configuration options.
contains(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
contains(String) - Static method in class dev.magicmq.pyspigot.config.ScriptOptionsConfig
 
contains(String) - Method in class dev.magicmq.pyspigot.manager.script.GlobalVariables
Check if a global variable exists with the given name.
containsValue(Object) - Method in class dev.magicmq.pyspigot.manager.script.GlobalVariables
Check if a global variable exists with the given value.
createCollection(String, String) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Create a collection in the given database
createCollectionIndex(String, String, Bson) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Create a collection with an index of the given keys.
createConfigIfNotExists(String) - Method in class dev.magicmq.pyspigot.manager.config.ConfigManager
Creates a config file with the given path if it did not previously exist.
createDocument() - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Create an empty Document.
createDocument(String) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Create a Document out of the provided json.
createDocument(String, Object) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Create a Document with the provided key and value.
createObject() - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Create a new empty BasicDBObject.
createObject(String) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Create a new BasicDBObject out of the provided json.
createObject(String, Object) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Create a new BasicDBObject with the provided key and value.
createPacket(PacketType) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Create a new packet with the given type.
CustomEvent - Class in dev.magicmq.pyspigot.bukkit.event.custom
A custom event that scripts may instantiate and call for other plugins/scripts to listen to.
CustomEvent - Class in dev.magicmq.pyspigot.bungee.event.custom
A custom event that scripts may instantiate and call for other plugins/scripts to listen to.
CustomEvent(String, PyObject) - Constructor for class dev.magicmq.pyspigot.bukkit.event.custom.CustomEvent
Note: This class should be instantiated from scripts only!
CustomEvent(String, PyObject) - Constructor for class dev.magicmq.pyspigot.bungee.event.custom.CustomEvent
Note: This class should be instantiated from scripts only!
CustomEvent(String, PyObject, boolean) - Constructor for class dev.magicmq.pyspigot.bukkit.event.custom.CustomEvent
Note: This class should be instantiated from scripts only!

D

Database - Class in dev.magicmq.pyspigot.manager.database
Represents a database to which a script is connected and can read/write.
Database(Script) - Constructor for class dev.magicmq.pyspigot.manager.database.Database
 
DatabaseManager - Class in dev.magicmq.pyspigot.manager.database
Manager that allows connection to and interact with a variety of database types.
DatabaseType - Enum Class in dev.magicmq.pyspigot.manager.database
Utility enum to represent different database types available for scripts to use.
debug(String) - Method in class dev.magicmq.pyspigot.util.logging.ScriptLogger
A convenience method added for a script to print debug information to console and its log file.
delay - Variable in class dev.magicmq.pyspigot.manager.task.Task
 
deleteCollection(String, String) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Delete a collection in the given database
deleteConfig(String) - Method in class dev.magicmq.pyspigot.manager.config.ConfigManager
Delete a configuration file with the given path/name.
deleteDocument(String, String, Bson) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Delete a document from a collection matching the provided filter.
deleteDocuments(String, String, Bson) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Delete multiple documents from a collection matching the provided filter.
description() - Element in annotation interface dev.magicmq.pyspigot.command.SubCommandMeta
 
dev.magicmq.pyspigot - package dev.magicmq.pyspigot
Contains the main plugin class.
dev.magicmq.pyspigot.bukkit - package dev.magicmq.pyspigot.bukkit
Contains the Bukkit implementation for PySpigot.
dev.magicmq.pyspigot.bukkit.command - package dev.magicmq.pyspigot.bukkit.command
Contains the Bukkit-specific implementation for the /pyspigot command.
dev.magicmq.pyspigot.bukkit.config - package dev.magicmq.pyspigot.bukkit.config
Contains the Bukkit-specific implementation for PySpigot's config.yml file.
dev.magicmq.pyspigot.bukkit.event - package dev.magicmq.pyspigot.bukkit.event
Contains Bukkit-specific script events.
dev.magicmq.pyspigot.bukkit.event.custom - package dev.magicmq.pyspigot.bukkit.event.custom
Contains the custom event for scripts to use.
dev.magicmq.pyspigot.bukkit.manager.command - package dev.magicmq.pyspigot.bukkit.manager.command
Contains the Bukkit-specific command manager implementation.
dev.magicmq.pyspigot.bukkit.manager.config - package dev.magicmq.pyspigot.bukkit.manager.config
Contains the Bukkit-specific config manager implementation.
dev.magicmq.pyspigot.bukkit.manager.listener - package dev.magicmq.pyspigot.bukkit.manager.listener
Contains the Bukkit-specific listener manager implementation.
dev.magicmq.pyspigot.bukkit.manager.placeholder - package dev.magicmq.pyspigot.bukkit.manager.placeholder
Contains all classes related to PlaceholderAPI.
dev.magicmq.pyspigot.bukkit.manager.protocol - package dev.magicmq.pyspigot.bukkit.manager.protocol
Contains all classes related to ProtocolLib and the protocol manager for Bukkit.
dev.magicmq.pyspigot.bukkit.manager.script - package dev.magicmq.pyspigot.bukkit.manager.script
Contains the Bukkit-specific script manager implementation.
dev.magicmq.pyspigot.bukkit.manager.task - package dev.magicmq.pyspigot.bukkit.manager.task
Contains the Bukkit-specific task manager implementation.
dev.magicmq.pyspigot.bukkit.util - package dev.magicmq.pyspigot.bukkit.util
Contains Bukkit-specific utility classes.
dev.magicmq.pyspigot.bukkit.util.player - package dev.magicmq.pyspigot.bukkit.util.player
Contains Bukkit-specific player utility classes.
dev.magicmq.pyspigot.bungee - package dev.magicmq.pyspigot.bungee
Contains the BungeeCord implementation for PySpigot.
dev.magicmq.pyspigot.bungee.command - package dev.magicmq.pyspigot.bungee.command
Contains the Bukkit-specific implementation for the /pybungee command.
dev.magicmq.pyspigot.bungee.config - package dev.magicmq.pyspigot.bungee.config
Contains the BungeeCord-specific config manager implementation.
dev.magicmq.pyspigot.bungee.event - package dev.magicmq.pyspigot.bungee.event
Contains BungeeCord-specific script events.
dev.magicmq.pyspigot.bungee.event.custom - package dev.magicmq.pyspigot.bungee.event.custom
Contains the custom event for scripts to use.
dev.magicmq.pyspigot.bungee.manager.command - package dev.magicmq.pyspigot.bungee.manager.command
Contains the BungeeCord-specific command manager implementation.
dev.magicmq.pyspigot.bungee.manager.config - package dev.magicmq.pyspigot.bungee.manager.config
Contains the BungeeCord-specific config manager implementation.
dev.magicmq.pyspigot.bungee.manager.listener - package dev.magicmq.pyspigot.bungee.manager.listener
Contains the BungeeCord-specific listener manager implementation.
dev.magicmq.pyspigot.bungee.manager.protocol - package dev.magicmq.pyspigot.bungee.manager.protocol
Contains all classes related to Protocolize and the protocol manager for BungeeCord.
dev.magicmq.pyspigot.bungee.manager.script - package dev.magicmq.pyspigot.bungee.manager.script
Contains the BungeeCord-specific script manager implementation.
dev.magicmq.pyspigot.bungee.manager.task - package dev.magicmq.pyspigot.bungee.manager.task
Contains the BungeeCord-specific task manager implementation.
dev.magicmq.pyspigot.bungee.util.player - package dev.magicmq.pyspigot.bungee.util.player
Contains BungeeCord-specific player utility classes.
dev.magicmq.pyspigot.command - package dev.magicmq.pyspigot.command
Contains all classes related to PySpigot's plugin commands.
dev.magicmq.pyspigot.command.subcommands - package dev.magicmq.pyspigot.command.subcommands
Contains all subcommands for the plugin.
dev.magicmq.pyspigot.config - package dev.magicmq.pyspigot.config
Contains the PluginConfig class, which is used to access values from the config.yml
dev.magicmq.pyspigot.event - package dev.magicmq.pyspigot.event
This package contains events related to scripts.
dev.magicmq.pyspigot.exception - package dev.magicmq.pyspigot.exception
 
dev.magicmq.pyspigot.manager.command - package dev.magicmq.pyspigot.manager.command
Contains all classes related to Script commands.
dev.magicmq.pyspigot.manager.config - package dev.magicmq.pyspigot.manager.config
Contains all classes related to script config files.
dev.magicmq.pyspigot.manager.database - package dev.magicmq.pyspigot.manager.database
Contains all classes related to database connections.
dev.magicmq.pyspigot.manager.database.mongo - package dev.magicmq.pyspigot.manager.database.mongo
Contains classes related to MongoDB.
dev.magicmq.pyspigot.manager.database.sql - package dev.magicmq.pyspigot.manager.database.sql
Contains classes related to SQL databases.
dev.magicmq.pyspigot.manager.libraries - package dev.magicmq.pyspigot.manager.libraries
Contains all classes related to Jar libraries.
dev.magicmq.pyspigot.manager.listener - package dev.magicmq.pyspigot.manager.listener
Contains all classes related to script event listeners.
dev.magicmq.pyspigot.manager.redis - package dev.magicmq.pyspigot.manager.redis
Contains all classes related to redis.
dev.magicmq.pyspigot.manager.redis.client - package dev.magicmq.pyspigot.manager.redis.client
Contains all the redis clients that can be used by scripts.
dev.magicmq.pyspigot.manager.script - package dev.magicmq.pyspigot.manager.script
Contains all classes related to scripts themselves.
dev.magicmq.pyspigot.manager.task - package dev.magicmq.pyspigot.manager.task
Contains all classes related to script tasks.
dev.magicmq.pyspigot.util - package dev.magicmq.pyspigot.util
Contains utility classes for the plugin and for scripts.
dev.magicmq.pyspigot.util.logging - package dev.magicmq.pyspigot.util.logging
Contains utility classes related to script logging.
dev.magicmq.pyspigot.util.player - package dev.magicmq.pyspigot.util.player
 
disconnect(Database) - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Disconnect from the provided database connection.
disconnectAll(Script) - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Disconnect from all database connections belonging to a certain script.
doesCollectionExist(String, String) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Check if a collection exists within a database.
doesConfigExist(String) - Method in class dev.magicmq.pyspigot.manager.config.ConfigManager
Check if a configuration file exists with the given path/name, relative to the configs folder.
doesDatabaseExist(String) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Check if a database exists with the given name.
doReportException() - Method in class dev.magicmq.pyspigot.bukkit.event.ScriptExceptionEvent
Get if the exception should be reported to console and/or a script's log file.
doReportException() - Method in class dev.magicmq.pyspigot.bungee.event.ScriptExceptionEvent
Get if the exception should be reported to console and/or a script's log file.
doScriptActionLogging() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
doScriptActionLogging() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
doScriptActionLogging() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
doScriptUnloadOnPluginDisable() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
doScriptUnloadOnPluginDisable() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
doScriptUnloadOnPluginDisable() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
doVerboseRedisLogging() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
doVerboseRedisLogging() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
doVerboseRedisLogging() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 

E

equals(Object) - Method in class dev.magicmq.pyspigot.manager.script.Script
Check if this script is the same as another script.
execute(CommandSender, String[]) - Method in class dev.magicmq.pyspigot.bungee.command.BungeePluginCommand
 
execute(CommandSender, String[]) - Method in class dev.magicmq.pyspigot.bungee.manager.command.BungeeScriptCommand
 
execute(Listener, Event) - Method in class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitScriptEventExecutor
Called internally when the event occurs.

F

FAIL_DISABLED - Enum constant in enum class dev.magicmq.pyspigot.manager.script.RunResult
Returned if the script was not loaded because it was disabled as per its script options in script_options.yml
FAIL_DUPLICATE - Enum constant in enum class dev.magicmq.pyspigot.manager.script.RunResult
Returned if a script is already loaded with the same name.
FAIL_ERROR - Enum constant in enum class dev.magicmq.pyspigot.manager.script.RunResult
Returned if the script was loaded but failed during runtime due to an error.
FAIL_PLUGIN_DEPENDENCY - Enum constant in enum class dev.magicmq.pyspigot.manager.script.RunResult
Returned if the script was not loaded because it has one or more missing plugin dependencies.
FAIL_SCRIPT_NOT_FOUND - Enum constant in enum class dev.magicmq.pyspigot.manager.script.RunResult
Returned if a script was not found with the given name.
FAILED_ERROR - Enum constant in enum class dev.magicmq.pyspigot.manager.libraries.LibraryManager.LoadResult
The library failed to load because of some unrecoverable error.
FAILED_FILE - Enum constant in enum class dev.magicmq.pyspigot.manager.libraries.LibraryManager.LoadResult
The library failed to load because the libs folder does not exist.
FAILED_LOADED - Enum constant in enum class dev.magicmq.pyspigot.manager.libraries.LibraryManager.LoadResult
The library failed to load because it is already loaded.
fetchNewFindOneAndUpdateOptions() - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Fetch a new FindOneAndUpdateOptions object for updates
fetchNewUpdateOptions() - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Fetch a new UpdateOptions object for updates
fetchSpigotVersion() - Method in class dev.magicmq.pyspigot.PyCore
Fetch the latest available plugin version from SpigotMC.
findAndUpdateDocument(String, String, Bson, List<Bson>) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Update and return a document within a collection that match the given filter, with the default update options
findAndUpdateDocument(String, String, Bson, List<Bson>, FindOneAndUpdateOptions) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Update and return a document within a collection that match the given filter, with the default update options
findAndUpdateDocument(String, String, Bson, Bson) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Update and return a document within a collection that match the given filter, with the default update options
findAndUpdateDocument(String, String, Bson, Bson, FindOneAndUpdateOptions) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Update and return a document within a collection that match the given filter, with the default update options
formatDuration(Duration) - Static method in class dev.magicmq.pyspigot.util.StringUtils
 
function - Variable in class dev.magicmq.pyspigot.manager.task.Task
 
functionArgs - Variable in class dev.magicmq.pyspigot.manager.task.Task
 

G

get() - Static method in class dev.magicmq.pyspigot.bukkit.manager.command.BukkitCommandManager
Get the singleton instance of this BukkitCommandManager.
get() - Static method in class dev.magicmq.pyspigot.bukkit.manager.config.BukkitConfigManager
Get the singleton instance of this BukkitConfigManager.
get() - Static method in class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitListenerManager
Get the singleton instance of this BukkitListenerManager.
get() - Static method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.PlaceholderManager
Get the singleton instance of this PlaceholderManager.
get() - Static method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Get the singleton instance of this ProtocolManager.
get() - Static method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptManager
Get the singleton instance of this BukkitScriptManager.
get() - Static method in class dev.magicmq.pyspigot.bukkit.manager.task.BukkitTaskManager
Get the singleton instance of this BukkitTaskManager.
get() - Static method in class dev.magicmq.pyspigot.bukkit.PySpigot
Get the instance of this plugin.
get() - Static method in class dev.magicmq.pyspigot.bungee.manager.command.BungeeCommandManager
Get the singleton instance of this BungeeCommandManager.
get() - Static method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeConfigManager
Get the singleton instance of this BungeeConfigManager.
get() - Static method in class dev.magicmq.pyspigot.bungee.manager.listener.BungeeListenerManager
Get the singleton instance of this BungeeListenerManager.
get() - Static method in class dev.magicmq.pyspigot.bungee.manager.protocol.ProtocolManager
 
get() - Static method in class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptManager
Get the singleton instance of this BungeeScriptManager.
get() - Static method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
Get the singleton instance of this BungeeTaskManager.
get() - Static method in class dev.magicmq.pyspigot.bungee.PyBungee
Get the instance of this plugin.
get() - Static method in class dev.magicmq.pyspigot.manager.command.CommandManager
Get the singleton instance of this CommandManager.
get() - Static method in class dev.magicmq.pyspigot.manager.config.ConfigManager
Get the singleton instance of this ConfigManager.
get() - Static method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Get the singleton instance of this DatabaseManager.
get() - Static method in class dev.magicmq.pyspigot.manager.libraries.LibraryManager
Get the singleton instance of this LibraryManager.
get() - Static method in class dev.magicmq.pyspigot.manager.listener.ListenerManager
Get the singleton instance of this ListenerManager.
get() - Static method in class dev.magicmq.pyspigot.manager.redis.RedisManager
Get the singleton instance of this RedisManager.
get() - Static method in class dev.magicmq.pyspigot.manager.script.GlobalVariables
 
get() - Static method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Get the singleton instance of this ScriptManager.
get() - Static method in class dev.magicmq.pyspigot.manager.task.TaskManager
 
get() - Static method in class dev.magicmq.pyspigot.PyCore
 
get(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
get(String) - Method in class dev.magicmq.pyspigot.manager.script.GlobalVariables
Get a global variable
get(String, T) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getAllScriptNames() - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Get a set of file names corresponding to all script files in the scripts folder (including in subfolders).
getAllScriptPaths() - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Get a set of absolute paths corresponding to all script files in the scripts folder (including in subfolders).
getAsyncCommands() - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisCommandClient
Get the RedisAsyncCommands object for executing commands asynchronously.
getAsynchronousManager() - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.AsyncProtocolManager
Get the current ProtocolLib AsynchronousManager.
getAsyncPacketListener(Script, PacketType) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.AsyncProtocolManager
Get the asynchronous packet listener for a particular packet type associated with a script
getAsyncPacketListeners(Script) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.AsyncProtocolManager
Get all asynchronous packet listeners associated with a script
getAuthor() - Method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.ScriptPlaceholder
Get the author of this ScriptPlaceholder.
getBoolean(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getBoolean(String, boolean) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getBooleanList(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getBukkitCommand() - Method in class dev.magicmq.pyspigot.bukkit.manager.command.BukkitScriptCommand
Get the PluginCommand that underlies this ScriptCommand
getByte(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getByte(String, byte) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getByteList(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getChannel() - Method in class dev.magicmq.pyspigot.manager.redis.ScriptPubSubListener
Implemented from RedisPubSubListener, but unused.
getChar(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getChar(String, char) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getCharList(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getClassLoader() - Method in class dev.magicmq.pyspigot.manager.libraries.LibraryManager
Get the JarClassLoader for loading Jar files into the classpath.
getClientClass() - Method in enum class dev.magicmq.pyspigot.manager.redis.ClientType
Get the class that pertains to the client type.
getClientId() - Method in class dev.magicmq.pyspigot.manager.redis.client.ScriptRedisClient
Get the ID of this redis client.
getClientOptions() - Method in class dev.magicmq.pyspigot.manager.redis.client.ScriptRedisClient
Get the ClientOptions of this redis client.
getCollection(String, String) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Get a collection from a database.
getCollectionNames(String) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Get all collection names within a database.
getCollections(String) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Get all collections within a database.
getCommand(Script, String) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Get a command associated with a particular script by the command name
getCommands() - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisCommandClient
Get the RedisCommands object for executing commands synchronously.
getCommands(Script) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Get an immutable list containing all commands belonging to a particular script.
getConfig() - Method in class dev.magicmq.pyspigot.PyCore
Get the plugin configuration for PySpigot.
getConfigFile() - Method in class dev.magicmq.pyspigot.bukkit.manager.config.BukkitScriptConfig
 
getConfigFile() - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getConfigFile() - Method in interface dev.magicmq.pyspigot.manager.config.ScriptConfig
Get the file associated with this configuration.
getConfigFolder() - Method in class dev.magicmq.pyspigot.manager.config.ConfigManager
Get the path of the folder where script configuration files are stored.
getConfigPath() - Method in class dev.magicmq.pyspigot.bukkit.manager.config.BukkitScriptConfig
 
getConfigPath() - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getConfigPath() - Method in interface dev.magicmq.pyspigot.manager.config.ScriptConfig
Get the absolute path of the file associated with this configuration.
getConnection() - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisCommandClient
Get the underlying connection for this RedisCommandClient.
getConnection() - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisPubSubClient
Get the underlying connection for this RedisPubSubClient.
getConnections(Script) - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Get all database connnections belonging to a script.
getConnections(Script, DatabaseType) - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Get all database connnections belonging to a script of the given type.
getCraftBukkitClass(String) - Static method in class dev.magicmq.pyspigot.bukkit.util.ReflectionUtils
 
getCraftBukkitClass(String, String) - Static method in class dev.magicmq.pyspigot.bukkit.util.ReflectionUtils
 
getData() - Method in class dev.magicmq.pyspigot.bukkit.event.custom.CustomEvent
Get the data attached to this event.
getData() - Method in class dev.magicmq.pyspigot.bungee.event.custom.CustomEvent
Get the data attached to this event.
getDataAsType(Class<T>) - Method in class dev.magicmq.pyspigot.bukkit.event.custom.CustomEvent
Attempt to convert the data attached to this event to a provided type.
getDataAsType(Class<T>) - Method in class dev.magicmq.pyspigot.bungee.event.custom.CustomEvent
Attempt to convert the data attached to this event to a provided type.
getDataAsType(String) - Method in class dev.magicmq.pyspigot.bukkit.event.custom.CustomEvent
Attempt to convert the data attached to this event to a provided type.
getDataAsType(String) - Method in class dev.magicmq.pyspigot.bungee.event.custom.CustomEvent
Attempt to convert the data attached to this event to a provided type.
getDatabase(String) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Get a MongoDatabase with the given name.
getDatabaseId() - Method in class dev.magicmq.pyspigot.manager.database.Database
Get the ID of this database connection.
getDatabaseNames() - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Get all database names.
getDatabases() - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Get all databases.
getDataFolder() - Method in interface dev.magicmq.pyspigot.PlatformAdapter
Get the data folder for the plugin via a platform-specific implementation.
getDataFolder() - Method in class dev.magicmq.pyspigot.PyCore
Get the data folder for PySpigot.
getDataFolderPath() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
 
getDataFolderPath() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
 
getDataFolderPath() - Method in interface dev.magicmq.pyspigot.PlatformAdapter
Get the data folder path for the plugin via a platform-specific implementation.
getDataFolderPath() - Method in class dev.magicmq.pyspigot.PyCore
Get the path of the data folder for PySpigot.
getDbClass() - Method in enum class dev.magicmq.pyspigot.manager.database.DatabaseType
Get the class that pertains to the database type.
getDefault(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getDocument(String, String, Bson) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Get a document within a collection that match the given filter.
getDocument(String, String, Bson, Bson, Bson) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Get a document within a collection that match the given filter, projections, and sort criteria.
getDocuments(String, String) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Get all documents within a collection.
getDocuments(String, String, Bson) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Get all documents within a collection that match the given filter.
getDouble(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getDouble(String, double) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getDoubleList(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getEnabled(String, boolean) - Static method in class dev.magicmq.pyspigot.config.ScriptOptionsConfig
 
getEvent() - Method in class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitScriptEventListener
Get the Bukkit event associated with this listener.
getEvent() - Method in class dev.magicmq.pyspigot.bungee.manager.listener.BungeeScriptEventListener
Get the BungeeCord event associated with this listener.
getEventExecutor() - Method in class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitScriptEventListener
Get the BukkitScriptEventExecutor associated with this script event listener.
getException() - Method in class dev.magicmq.pyspigot.bukkit.event.ScriptExceptionEvent
Get the PyException that was thrown.
getException() - Method in class dev.magicmq.pyspigot.bungee.event.ScriptExceptionEvent
Get the PyException that was thrown.
getField(Class<?>, String) - Static method in class dev.magicmq.pyspigot.bukkit.util.ReflectionUtils
 
getFile() - Method in class dev.magicmq.pyspigot.manager.script.Script
Get the File associated with this script.
getFileLoggingEnabled(String, boolean) - Static method in class dev.magicmq.pyspigot.config.ScriptOptionsConfig
 
getFloat(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getFloat(String, float) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getFloatList(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getFullText(CommandSender) - Method in class dev.magicmq.pyspigot.bukkit.util.CommandAliasHelpTopic
 
getFunction() - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ScriptPacketListener
Get the function that should be called when the packet event occurs.
getHandlerList() - Static method in class dev.magicmq.pyspigot.bukkit.event.custom.CustomEvent
 
getHandlerList() - Static method in class dev.magicmq.pyspigot.bukkit.event.ScriptEvent
 
getHandlerList() - Static method in class dev.magicmq.pyspigot.bukkit.event.ScriptExceptionEvent
 
getHandlerList() - Static method in class dev.magicmq.pyspigot.bukkit.event.ScriptLoadEvent
 
getHandlerList() - Static method in class dev.magicmq.pyspigot.bukkit.event.ScriptUnloadEvent
 
getHandlers() - Method in class dev.magicmq.pyspigot.bukkit.event.custom.CustomEvent
 
getHandlers() - Method in class dev.magicmq.pyspigot.bukkit.event.ScriptEvent
 
getHandlers() - Method in class dev.magicmq.pyspigot.bukkit.event.ScriptExceptionEvent
 
getHandlers() - Method in class dev.magicmq.pyspigot.bukkit.event.ScriptLoadEvent
 
getHandlers() - Method in class dev.magicmq.pyspigot.bukkit.event.ScriptUnloadEvent
 
getHashMap() - Method in class dev.magicmq.pyspigot.manager.script.GlobalVariables
Get the underlying HashMap wherein global variables are cached.
getHikariDataSource() - Method in class dev.magicmq.pyspigot.manager.database.sql.SqlDatabase
Get the underlying HikariDataSource associated with this SQLDatabase.
getIdentifier() - Method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.ScriptPlaceholder
Get the identifier of this ScriptPlaceholder.
getInt(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getInt(String, int) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getInterpreter() - Method in class dev.magicmq.pyspigot.manager.script.Script
Get the PythonInterpreter associated wtih this script.
getIntList(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getJythonArgs() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
getJythonArgs() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
getJythonArgs() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
getJythonProperties() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
getJythonProperties() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
getJythonProperties() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
getKeys() - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getKeys() - Method in class dev.magicmq.pyspigot.manager.script.GlobalVariables
Get a set of all global variable names.
getLibraryRelocations() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
getLibraryRelocations() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
getLibraryRelocations() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
getList(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getList(String, List<?>) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getListener(Script, Class<? extends Event>) - Method in class dev.magicmq.pyspigot.bungee.manager.listener.BungeeListenerManager
 
getListener(Script, Class<? extends Event>) - Method in class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitListenerManager
 
getListener(Script, Class<? extends S>) - Method in class dev.magicmq.pyspigot.manager.listener.ListenerManager
Get the event listener for a particular event associated with a script
getListenerFunction() - Method in class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitScriptEventListener
Get the script function that should be called when the event occurs.
getListenerFunction() - Method in class dev.magicmq.pyspigot.bungee.manager.listener.BungeeScriptEventListener
Get the script function that should be called when the event occurs.
getListeners(Script) - Method in class dev.magicmq.pyspigot.manager.listener.ListenerManager
Get all event listeners associated with a script
getListenerType() - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ScriptPacketListener
The listener type of this listener.
getLoadedScriptNames() - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Get the names of all loaded scripts.
getLoadedScripts() - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Get all loaded scripts.
getLoadPriority() - Method in class dev.magicmq.pyspigot.manager.script.ScriptOptions
Get the load priority for this script.
getLoadPriority(String, int) - Static method in class dev.magicmq.pyspigot.config.ScriptOptionsConfig
 
getLogFileName() - Method in class dev.magicmq.pyspigot.manager.script.Script
Get the log file name for this script.
getLogger() - Method in class dev.magicmq.pyspigot.manager.script.Script
Get this scripts logger.
getLogger() - Method in interface dev.magicmq.pyspigot.PlatformAdapter
Get the logger for the plugin via a platform-specific implementation.
getLogger() - Method in class dev.magicmq.pyspigot.PyCore
Get the logger for PySpigot.
getLogTimestamp() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
getLogTimestamp() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
getLogTimestamp() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
getLong(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getLong(String, long) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getLongList(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getMethod(Class<?>, String) - Static method in class dev.magicmq.pyspigot.bukkit.util.ReflectionUtils
 
getMetricsEnabled() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
getMetricsEnabled() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
getMetricsEnabled() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
getMinLoggingLevel() - Method in class dev.magicmq.pyspigot.manager.script.ScriptOptions
Get the minimum logging level for this script, represented as a Level
getMinLoggingLevel(String, String) - Static method in class dev.magicmq.pyspigot.config.ScriptOptionsConfig
 
getMongoClient() - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Get the MongoClient associated with this Mongo Database connection.
getName() - Method in class dev.magicmq.pyspigot.bukkit.event.custom.CustomEvent
Get the name of this event.
getName() - Method in class dev.magicmq.pyspigot.bukkit.manager.command.BukkitScriptCommand
Get the name of this command.
getName() - Method in class dev.magicmq.pyspigot.bungee.event.custom.CustomEvent
Get the name of this event.
getName() - Method in interface dev.magicmq.pyspigot.manager.command.ScriptCommand
Get the name of this command.
getName() - Method in class dev.magicmq.pyspigot.manager.script.Script
Get the name associated with this script.
getNMSClass(String, String) - Static method in class dev.magicmq.pyspigot.bukkit.util.ReflectionUtils
 
getOptions() - Method in class dev.magicmq.pyspigot.manager.script.Script
Get the ScriptOptions for this script, which contains various runtime options associated with this script.
getPacketListener(Script, PacketType) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Get the normal packet listener for a particular packet type associated with a script.
getPacketListener(Script, Class<?>) - Method in class dev.magicmq.pyspigot.bungee.manager.protocol.ProtocolManager
Get the packet listener for a particular packet associated with a script.
getPacketListeners(Script) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Get all normal packet listeners associated with a script, excluding asynchronous packet listeners.
getPacketListeners(Script) - Method in class dev.magicmq.pyspigot.bungee.manager.protocol.ProtocolManager
Get all packet listeners associated with a script.
getPacketType() - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ScriptPacketListener
Get the packet type being listener for.
getPath() - Method in class dev.magicmq.pyspigot.manager.script.Script
Get the path corresponding to the script file.
getPermissionDefault() - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptOptions
Get the default permissions for permissions defined for this script.
getPermissionDefault(String, String) - Static method in class dev.magicmq.pyspigot.config.ScriptOptionsConfig
 
getPermissions() - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptOptions
Get a list of permissions defined for this script.
getPermissions(String, Map<?, ?>) - Static method in class dev.magicmq.pyspigot.config.ScriptOptionsConfig
 
getPlaceholder(Script) - Method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.PlaceholderManager
Get a script's placeholder expansion.
getPluginClassLoader() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
 
getPluginClassLoader() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
 
getPluginClassLoader() - Method in interface dev.magicmq.pyspigot.PlatformAdapter
Get the class loader for the plugin via a platform-specific implementation.
getPluginClassLoader() - Method in class dev.magicmq.pyspigot.PyCore
Get the ClassLoader for PySpigot.
getPluginDepend(String, List<String>) - Static method in class dev.magicmq.pyspigot.config.ScriptOptionsConfig
 
getPluginDependencies() - Method in class dev.magicmq.pyspigot.manager.script.ScriptOptions
Get a list of plugin dependencies for this script.
getPluginIdentifier() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
 
getPluginIdentifier() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
 
getPluginIdentifier() - Method in interface dev.magicmq.pyspigot.PlatformAdapter
Get the appropriate plugin identifier, depending on the platform.
getPluginIdentifier() - Method in class dev.magicmq.pyspigot.PyCore
Get the identifier of the plugin.
getPriority() - Method in class dev.magicmq.pyspigot.bungee.manager.listener.BungeeScriptEventListener
Get the priority of this listener.
getProtocolManager() - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Get the current ProtocolLib ProtocolManager.
getRedisClient() - Method in class dev.magicmq.pyspigot.manager.redis.client.ScriptRedisClient
Get the underlying lettuce RedisClient for this ScriptRedisClient.
getRedisClients(Script) - Method in class dev.magicmq.pyspigot.manager.redis.RedisManager
Get all open ScriptRedisClients belonging to a script.
getRedisClients(Script, ClientType) - Method in class dev.magicmq.pyspigot.manager.redis.RedisManager
 
getRedisURI() - Method in class dev.magicmq.pyspigot.manager.redis.client.ScriptRedisClient
Get the RedisURI of this redis client.
getScript() - Method in class dev.magicmq.pyspigot.bukkit.event.ScriptEvent
Get the script associated with this event.
getScript() - Method in class dev.magicmq.pyspigot.bukkit.manager.command.BukkitScriptCommand
Get the script associated with this command.
getScript() - Method in class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitScriptEventListener
Get the script associated with this listener.
getScript() - Method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.ScriptPlaceholder
Get the script associated with this ScriptPlaceholder.
getScript() - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ScriptPacketListener
Get the script associated with this listener.
getScript() - Method in class dev.magicmq.pyspigot.bungee.event.ScriptEvent
Get the script associated with this event.
getScript() - Method in class dev.magicmq.pyspigot.bungee.manager.command.BungeeScriptCommand
Get the script associated with this command.
getScript() - Method in class dev.magicmq.pyspigot.bungee.manager.listener.BungeeScriptEventListener
Get the script associated with this listener.
getScript() - Method in class dev.magicmq.pyspigot.bungee.manager.protocol.ScriptPacketListener
Get the script associated with this listener.
getScript() - Method in interface dev.magicmq.pyspigot.manager.command.ScriptCommand
Get the script associated with this command.
getScript() - Method in class dev.magicmq.pyspigot.manager.database.Database
Get the script associated with this database connection.
getScript() - Method in class dev.magicmq.pyspigot.manager.redis.client.ScriptRedisClient
Get the script associated with this redis client.
getScript() - Method in class dev.magicmq.pyspigot.manager.task.Task
Get the script associated with this task.
getScript(String) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Get a Script object for a loaded and running script
getScriptFromCallStack() - Static method in class dev.magicmq.pyspigot.util.ScriptUtils
Attempts to get the script involved in a Java method call by analyzing the call stack.
getScriptInfo() - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Get the platform-specific script info object (for printing script info via the /pyspigot info command).
getScriptLoadDelay() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
getScriptLoadDelay() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
getScriptLoadDelay() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
getScriptOptions(String) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Get the ScriptOptions for a particular script from the script file name.
getScriptOptions(Path) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Get the ScriptOptions for a particular script from the path pointing to the script file.
getScriptPath(String) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Attempts to resolve the absolute path for a script in the scripts folder based on the file name by searching through the scripts folder.
getScriptSection(String) - Static method in class dev.magicmq.pyspigot.config.ScriptOptionsConfig
 
getSection(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getShort(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getShort(String, short) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getShortList(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getSimpleName() - Method in class dev.magicmq.pyspigot.manager.script.Script
Get the simple name (without the file extension, .py) associated with this script.
getSpigotVersion() - Method in class dev.magicmq.pyspigot.PyCore
Get the latest available plugin version on Spigot.
getString(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getString(String, String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getStringList(String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
getTask(int) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
Get a scheduled task from its ID.
getTaskId() - Method in class dev.magicmq.pyspigot.manager.task.Task
Get the ID for this task.
getTasks(Script) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
Get all scheduled tasks associated with a script.
getUnderlyingConfig() - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
Gets the underlying BungeeCord Configuration object.
getUptime() - Method in class dev.magicmq.pyspigot.manager.script.Script
Get the millisecond duration that this script has been loaded
getUri() - Method in enum class dev.magicmq.pyspigot.manager.database.DatabaseType
Get the URI scheme associated with the database type.
getValues() - Method in class dev.magicmq.pyspigot.manager.script.GlobalVariables
Get a set of all global variable values.
getVersion() - Method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.ScriptPlaceholder
Get the version of this ScriptPlaceholder.
getVersion() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
 
getVersion() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
 
getVersion() - Method in interface dev.magicmq.pyspigot.PlatformAdapter
Get the plugin version via a platform-specific implementation.
getVersion() - Method in class dev.magicmq.pyspigot.PyCore
Get the version of the plugin.
getVersion() - Method in class dev.magicmq.pyspigot.util.StringUtils.Version
 
GlobalVariables - Class in dev.magicmq.pyspigot.manager.script
A wrapper class for a HashMap that contains global variables that can be shared across scripts.

H

handleScriptException(Script, PyException, String) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Handles script errors/exceptions, particularly for script logging purposes.
hasPermission(String) - Method in class dev.magicmq.pyspigot.bukkit.util.player.BukkitCommandSender
 
hasPermission(String) - Method in class dev.magicmq.pyspigot.bukkit.util.player.BukkitPlayer
 
hasPermission(String) - Method in class dev.magicmq.pyspigot.bungee.util.player.BungeeCommandSender
 
hasPermission(String) - Method in class dev.magicmq.pyspigot.bungee.util.player.BungeePlayer
 
hasPermission(String) - Method in interface dev.magicmq.pyspigot.util.player.CommandSenderAdapter
Check if the command sender has a permission via a platform-specific implementation.
hasPermission(String) - Method in interface dev.magicmq.pyspigot.util.player.PlayerAdapter
Check if the player has a permission via a platform-specific implementation.
HelpCommand - Class in dev.magicmq.pyspigot.command.subcommands
 
HelpCommand() - Constructor for class dev.magicmq.pyspigot.command.subcommands.HelpCommand
 

I

InfoCommand - Class in dev.magicmq.pyspigot.command.subcommands
 
InfoCommand() - Constructor for class dev.magicmq.pyspigot.command.subcommands.InfoCommand
 
init() - Method in class dev.magicmq.pyspigot.PyCore
Initialize the plugin.
initCommands() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
 
initCommands() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
 
initCommands() - Method in interface dev.magicmq.pyspigot.PlatformAdapter
Initialize plugin commands via a platform-specific implementation.
initConfig() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
 
initConfig() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
 
initConfig() - Method in interface dev.magicmq.pyspigot.PlatformAdapter
Initialize the config file via a platform-specific implementation, saving the default config file in the process if it does not already exist.
initFileHandler() - Method in class dev.magicmq.pyspigot.util.logging.ScriptLogger
Initializes the FileHandler to log script log messages to its respective log file.
initHelp() - Method in class dev.magicmq.pyspigot.bukkit.manager.command.BukkitScriptCommand
 
initJython() - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Initialize Jython.
initListeners() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
 
initListeners() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
 
initListeners() - Method in interface dev.magicmq.pyspigot.PlatformAdapter
Initialize plugin listeners via a platform-specific implementation.
initPermissions() - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScript
Adds the script's permission (from its options) to the server.
initPlatformManagers() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
 
initPlatformManagers() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
 
initPlatformManagers() - Method in interface dev.magicmq.pyspigot.PlatformAdapter
Initialize managers that require a platform-specific implementation.
initPySystemState() - Static method in class dev.magicmq.pyspigot.util.ScriptUtils
Initializes a new PySystemState for a new PythonInterpreter when a script is loaded.
initScriptPermissions(Script) - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptManager
 
initScriptPermissions(Script) - Method in class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptManager
 
initScriptPermissions(Script) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Initialize script permissions via a platform-specific implementation.
initVersionChecking() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
 
initVersionChecking() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
 
initVersionChecking() - Method in interface dev.magicmq.pyspigot.PlatformAdapter
Initialize the version-checking task via a platform-specific implementation.
insertDocument(String, String, Document) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Insert a document into a collection.
insertDocuments(String, String, List<Document>) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Insert multiple documents into a collection.
InvalidConfigurationException - Exception in dev.magicmq.pyspigot.exception
Exception thrown when attempting to load an invalid Configuration.
InvalidConfigurationException() - Constructor for exception dev.magicmq.pyspigot.exception.InvalidConfigurationException
Creates a new instance of InvalidConfigurationException without a message or cause.
InvalidConfigurationException(String) - Constructor for exception dev.magicmq.pyspigot.exception.InvalidConfigurationException
Constructs an instance of InvalidConfigurationException with the specified message.
InvalidConfigurationException(String, Throwable) - Constructor for exception dev.magicmq.pyspigot.exception.InvalidConfigurationException
Constructs an instance of InvalidConfigurationException with the specified message and cause.
InvalidConfigurationException(Throwable) - Constructor for exception dev.magicmq.pyspigot.exception.InvalidConfigurationException
Constructs an instance of InvalidConfigurationException with the specified cause.
isCancelled() - Method in class dev.magicmq.pyspigot.bukkit.event.custom.CustomEvent
isCancelled() - Method in class dev.magicmq.pyspigot.bungee.event.custom.CustomEvent
isEnabled() - Method in class dev.magicmq.pyspigot.manager.script.ScriptOptions
Get if this script is enabled.
isError() - Method in class dev.magicmq.pyspigot.bukkit.event.ScriptUnloadEvent
Get if this unload event was due to a script error.
isError() - Method in class dev.magicmq.pyspigot.bungee.event.ScriptUnloadEvent
Get if this unload event was due to a script error.
isFileLoggingEnabled() - Method in class dev.magicmq.pyspigot.manager.script.ScriptOptions
Get if file logging is enabled for this script.
isJarInClassPath(Path) - Method in class dev.magicmq.pyspigot.manager.libraries.JarClassLoader
Check if a Jar file is in the classpath.
isPaper() - Method in class dev.magicmq.pyspigot.PyCore
Get if the server is running paper.
isPlaceholderApiAvailable() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
Check if PlacehodlerAPI is available on the server.
isPlayer() - Method in class dev.magicmq.pyspigot.bukkit.util.player.BukkitCommandSender
 
isPlayer() - Method in class dev.magicmq.pyspigot.bungee.util.player.BungeeCommandSender
 
isPlayer() - Method in interface dev.magicmq.pyspigot.util.player.CommandSenderAdapter
Check if the command sender is a player via a platform-specific implementation.
isPluginDependencyMissing(String) - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptManager
 
isPluginDependencyMissing(String) - Method in class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptManager
 
isPluginDependencyMissing(String) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Checks if a script plugin dependency is missing via a platform-specific implementation.
isProtocolizeAvailable() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
Check if Protocolize is available on the server.
isProtocolLibAvailable() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
Check if ProtocolLib is available on the server.
isScriptRunning(String) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Check if a script with the given name is currently loaded.

J

JarClassLoader - Class in dev.magicmq.pyspigot.manager.libraries
Utility class for assisting with loading Jar files into the classpath.
JarClassLoader(ClassLoader) - Constructor for class dev.magicmq.pyspigot.manager.libraries.JarClassLoader
Initialize a new JarClassLoader using a parent class loader.

L

LibraryManager - Class in dev.magicmq.pyspigot.manager.libraries
A manager class to help with dynamically loading Jar files into the classpath at runtime.
LibraryManager.LoadResult - Enum Class in dev.magicmq.pyspigot.manager.libraries
An enum representing the outcome of an attempt to load a library.
ListenerManager<T,S,U> - Class in dev.magicmq.pyspigot.manager.listener
Abstract manager to interface with a server-specific event framework.
ListenerManager() - Constructor for class dev.magicmq.pyspigot.manager.listener.ListenerManager
 
ListenerType - Enum Class in dev.magicmq.pyspigot.bukkit.manager.protocol
An enum representing the type of protocol listener that a script has registered.
ListScriptsCommand - Class in dev.magicmq.pyspigot.command.subcommands
 
ListScriptsCommand() - Constructor for class dev.magicmq.pyspigot.command.subcommands.ListScriptsCommand
 
load() - Method in class dev.magicmq.pyspigot.bukkit.manager.config.BukkitScriptConfig
 
load() - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
load() - Method in interface dev.magicmq.pyspigot.manager.config.ScriptConfig
Loads the config from the configuration file.
LoadCommand - Class in dev.magicmq.pyspigot.command.subcommands
 
LoadCommand() - Constructor for class dev.magicmq.pyspigot.command.subcommands.LoadCommand
 
loadConfig(String) - Method in class dev.magicmq.pyspigot.manager.config.ConfigManager
Load a configuration file with the given path/name, relative to the configs folder.
loadConfig(String, String) - Method in class dev.magicmq.pyspigot.manager.config.ConfigManager
Load a configuration file with the given path/name, relative to the configs folder.
loadConfigImpl(Path, String) - Method in class dev.magicmq.pyspigot.bukkit.manager.config.BukkitConfigManager
 
loadConfigImpl(Path, String) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeConfigManager
 
loadConfigImpl(Path, String) - Method in class dev.magicmq.pyspigot.manager.config.ConfigManager
 
loadJythonOnStartup() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
loadJythonOnStartup() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
loadJythonOnStartup() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
loadLibrary(String) - Method in class dev.magicmq.pyspigot.manager.libraries.LibraryManager
Load a library into the classpath.
LoadLibraryCommand - Class in dev.magicmq.pyspigot.command.subcommands
 
LoadLibraryCommand() - Constructor for class dev.magicmq.pyspigot.command.subcommands.LoadLibraryCommand
 
loadScript(Script) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Load the given script.
loadScript(String) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Load a script with the given name.
loadScript(Path) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Load a script with the given path.
loadScripts() - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Loads and runs all scripts contained within the scripts folder.
log(LogRecord) - Method in class dev.magicmq.pyspigot.util.logging.ScriptLogger

M

message(String, String) - Method in class dev.magicmq.pyspigot.manager.redis.ScriptPubSubListener
Called internally when a message is received on the given channel.
message(String, String, String) - Method in class dev.magicmq.pyspigot.manager.redis.ScriptPubSubListener
Implemented from RedisPubSubListener, but unused.
MONGO_DB - Enum constant in enum class dev.magicmq.pyspigot.manager.database.DatabaseType
A MongoDB database type.
MONGO_DB_NO_AUTH - Enum constant in enum class dev.magicmq.pyspigot.manager.database.DatabaseType
A MongoDB database type without authentication.
MongoDatabase - Class in dev.magicmq.pyspigot.manager.database.mongo
Represents an open connection to a Mongo Database.
MongoDatabase(Script, MongoClientSettings) - Constructor for class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
 

N

newClientOptions() - Method in class dev.magicmq.pyspigot.manager.redis.RedisManager
Get a new client options builder for use when opening a new script redis client.
newHikariConfig() - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Get a new HikariConfig for specifying configuration options.
newInstance(PlatformAdapter) - Static method in class dev.magicmq.pyspigot.PyCore
Initialize the PyCore instance.
newMongoClientSettings() - Method in class dev.magicmq.pyspigot.manager.database.DatabaseManager
Get a new MongoClientSettings.Builder for specifying client settings.
newRedisURI() - Method in class dev.magicmq.pyspigot.manager.redis.RedisManager
Get a new RedisURI builder for use when opening a new script redis client.
newScript(Path, String, ScriptOptions) - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptManager
 
newScript(Path, String, ScriptOptions) - Method in class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptManager
 
newScript(Path, String, ScriptOptions) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Initialize a new Script via a platform-specific implementation.
newScriptOptions() - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptManager
 
newScriptOptions() - Method in class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptManager
 
newScriptOptions() - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Initialize a new ScriptOptions with the default values.
newScriptOptions(String) - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptManager
 
newScriptOptions(String) - Method in class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptManager
 
newScriptOptions(String) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Initialize a new ScriptOptions using the appropriate values in the script_options.yml file, using the script name to search for the values.
NORMAL - Enum constant in enum class dev.magicmq.pyspigot.bukkit.manager.protocol.ListenerType
A normal listner.

O

onCommand(CommandSenderAdapter, String[]) - Method in interface dev.magicmq.pyspigot.command.SubCommand
 
onCommand(CommandSenderAdapter, String[]) - Method in class dev.magicmq.pyspigot.command.subcommands.HelpCommand
 
onCommand(CommandSenderAdapter, String[]) - Method in class dev.magicmq.pyspigot.command.subcommands.InfoCommand
 
onCommand(CommandSenderAdapter, String[]) - Method in class dev.magicmq.pyspigot.command.subcommands.ListScriptsCommand
 
onCommand(CommandSenderAdapter, String[]) - Method in class dev.magicmq.pyspigot.command.subcommands.LoadCommand
 
onCommand(CommandSenderAdapter, String[]) - Method in class dev.magicmq.pyspigot.command.subcommands.LoadLibraryCommand
 
onCommand(CommandSenderAdapter, String[]) - Method in class dev.magicmq.pyspigot.command.subcommands.ReloadAllCommand
 
onCommand(CommandSenderAdapter, String[]) - Method in class dev.magicmq.pyspigot.command.subcommands.ReloadCommand
 
onCommand(CommandSenderAdapter, String[]) - Method in class dev.magicmq.pyspigot.command.subcommands.ReloadConfigCommand
 
onCommand(CommandSenderAdapter, String[]) - Method in class dev.magicmq.pyspigot.command.subcommands.UnloadCommand
 
onCommand(CommandSenderAdapter, String, String[]) - Method in class dev.magicmq.pyspigot.command.PySpigotCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class dev.magicmq.pyspigot.bukkit.command.BukkitPluginCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class dev.magicmq.pyspigot.bukkit.manager.command.BukkitScriptCommand
 
onDisable() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
 
onDisable() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
 
onDisable(PluginDisableEvent) - Method in class dev.magicmq.pyspigot.bukkit.BukkitListener
 
onEnable() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
 
onEnable() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
 
onJoin(PlayerAdapter) - Method in class dev.magicmq.pyspigot.PluginListener
 
onJoin(PostLoginEvent) - Method in class dev.magicmq.pyspigot.bungee.BungeeListener
 
onJoin(PlayerJoinEvent) - Method in class dev.magicmq.pyspigot.bukkit.BukkitListener
 
onPacketReceiving(PacketEvent) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.PacketReceivingListener
onPacketSending(PacketEvent) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.PacketSendingListener
onPlaceholderRequest(Player, Player, String) - Method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.ScriptPlaceholder
Called internally when the ScriptPlaceholder is used in a relational fashion.
onRequest(OfflinePlayer, String) - Method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.ScriptPlaceholder
Called internally when the ScriptPlaceholder is used.
onTabComplete(CommandSenderAdapter, String[]) - Method in class dev.magicmq.pyspigot.command.PySpigotCommand
 
onTabComplete(CommandSenderAdapter, String[]) - Method in interface dev.magicmq.pyspigot.command.SubCommand
 
onTabComplete(CommandSenderAdapter, String[]) - Method in class dev.magicmq.pyspigot.command.subcommands.InfoCommand
 
onTabComplete(CommandSenderAdapter, String[]) - Method in class dev.magicmq.pyspigot.command.subcommands.LoadCommand
 
onTabComplete(CommandSenderAdapter, String[]) - Method in class dev.magicmq.pyspigot.command.subcommands.ReloadCommand
 
onTabComplete(CommandSenderAdapter, String[]) - Method in class dev.magicmq.pyspigot.command.subcommands.UnloadCommand
 
onTabComplete(CommandSender, String[]) - Method in class dev.magicmq.pyspigot.bungee.command.BungeePluginCommand
 
onTabComplete(CommandSender, String[]) - Method in class dev.magicmq.pyspigot.bungee.manager.command.BungeeScriptCommand
 
onTabComplete(CommandSender, Command, String, String[]) - Method in class dev.magicmq.pyspigot.bukkit.command.BukkitPluginCommand
 
onTabComplete(CommandSender, Command, String, String[]) - Method in class dev.magicmq.pyspigot.bukkit.manager.command.BukkitScriptCommand
 
open() - Method in class dev.magicmq.pyspigot.manager.database.Database
Opens a connection to the database.
open() - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Opens a connection to the database.
open() - Method in class dev.magicmq.pyspigot.manager.database.sql.SqlDatabase
Opens a connection to the database.
open() - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisCommandClient
Initialize a new RedisClient and open a connection to the remote redis server.
open() - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisPubSubClient
Initialize a new RedisClient and open a connection to the remote redis server.
open() - Method in class dev.magicmq.pyspigot.manager.redis.client.ScriptRedisClient
Initialize a new RedisClient and open a connection to the remote redis server.
openRedisClient(ClientType, RedisURI) - Method in class dev.magicmq.pyspigot.manager.redis.RedisManager
Initialize a new RedisPubSubClient with a connection to a remote redis server with the specified RedisURI.
openRedisClient(ClientType, RedisURI, ClientOptions) - Method in class dev.magicmq.pyspigot.manager.redis.RedisManager
Initialize a new RedisPubSubClient with a connection to a remote redis server with the specified RedisURI and ClientOptions.
openRedisClient(ClientType, String, String, String) - Method in class dev.magicmq.pyspigot.manager.redis.RedisManager
Initialize a new RedisPubSubClient with a connection to a remote redis server with the specified ip, port, and password, using the default client options.
openRedisClient(ClientType, String, String, String, ClientOptions) - Method in class dev.magicmq.pyspigot.manager.redis.RedisManager
Initialize a new RedisPubSubClient with a connection to a remote redis server with the specified ip, port, and password, using the specified ClientOptions.

P

packetReceive(PacketReceiveEvent<T>) - Method in class dev.magicmq.pyspigot.bungee.manager.protocol.ScriptPacketListener
Called internally when the packet is received.
PacketReceivingListener - Class in dev.magicmq.pyspigot.bukkit.manager.protocol
A listener that listens for packets received by the server from the client.
PacketReceivingListener(Script, PyFunction, PacketType, ListenerPriority, ListenerType) - Constructor for class dev.magicmq.pyspigot.bukkit.manager.protocol.PacketReceivingListener
 
packetSend(PacketSendEvent<T>) - Method in class dev.magicmq.pyspigot.bungee.manager.protocol.ScriptPacketListener
Called internally when the packet is sent.
PacketSendingListener - Class in dev.magicmq.pyspigot.bukkit.manager.protocol
A listener that listens for packets sent by the server to the client.
PacketSendingListener(Script, PyFunction, PacketType, ListenerPriority, ListenerType) - Constructor for class dev.magicmq.pyspigot.bukkit.manager.protocol.PacketSendingListener
 
permission() - Element in annotation interface dev.magicmq.pyspigot.command.SubCommandMeta
 
persist() - Method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.ScriptPlaceholder
Indicates that the ScriptPlaceholder should persist when PlaceholderAPI is reloaded.
PlaceholderManager - Class in dev.magicmq.pyspigot.bukkit.manager.placeholder
Manager to interface with PlaceholderAPI.
PlatformAdapter - Interface in dev.magicmq.pyspigot
An adapter class that wraps platform-specific code for plugin initialization, shutdown, and other plugin-related activities.
PlayerAdapter - Interface in dev.magicmq.pyspigot.util.player
A utility class that wraps a platform-specific player object.
playerOnly() - Element in annotation interface dev.magicmq.pyspigot.command.SubCommandMeta
 
PluginConfig - Interface in dev.magicmq.pyspigot.config
 
PluginListener - Class in dev.magicmq.pyspigot
The primary listener for PySpigot.
PluginListener() - Constructor for class dev.magicmq.pyspigot.PluginListener
 
prepare() - Method in class dev.magicmq.pyspigot.manager.script.Script
 
print(String) - Method in class dev.magicmq.pyspigot.util.logging.ScriptLogger
A convenience method added for a script to print debug information to console and its log file.
printOfflineScriptInfo(String, Path, ScriptOptions) - Method in class dev.magicmq.pyspigot.manager.script.ScriptInfo
Print a script's info (for the /pyspigot info command), if the script is not loaded.
printPlatformManagerInfo(Script, StringBuilder) - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptInfo
 
printPlatformManagerInfo(Script, StringBuilder) - Method in class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptInfo
 
printPlatformManagerInfo(Script, StringBuilder) - Method in class dev.magicmq.pyspigot.manager.script.ScriptInfo
Print platform-specific manager information for a script.
printScriptInfo(Script) - Method in class dev.magicmq.pyspigot.manager.script.ScriptInfo
Print a script's info (for the /pyspigot info command).
PrintStreamWrapper - Class in dev.magicmq.pyspigot.util.logging
A wrapper class that captures print statements and errors/exceptions from scripts and redirects them to the script's logger.
PrintStreamWrapper(OutputStream, Script, Level, String) - Constructor for class dev.magicmq.pyspigot.util.logging.PrintStreamWrapper
 
ProtocolManager - Class in dev.magicmq.pyspigot.bukkit.manager.protocol
Manager to interface with ProtocolLib's ProtocolManager.
ProtocolManager - Class in dev.magicmq.pyspigot.bungee.manager.protocol
Manager to interface with Protocolize.
psubscribed(String, long) - Method in class dev.magicmq.pyspigot.manager.redis.ScriptPubSubListener
Implemented from RedisPubSubListener, but unused.
PUB_SUB - Enum constant in enum class dev.magicmq.pyspigot.manager.redis.ClientType
A pub/sub client type, used for publishing and subscribing to redis messaging.
publish(String, String) - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisPubSubClient
Synchronously publish a message to the given channel
publishAsync(String, String) - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisPubSubClient
Asynchronously publish a message to the given channel
publishSync(String, String) - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisPubSubClient
Synchronously publish a message to the given channel
punsubscribed(String, long) - Method in class dev.magicmq.pyspigot.manager.redis.ScriptPubSubListener
Implemented from RedisPubSubListener, but unused.
purge() - Method in class dev.magicmq.pyspigot.manager.script.GlobalVariables
Clear all global variables.
PyBungee - Class in dev.magicmq.pyspigot.bungee
Entry point of PySpigot for the BungeeCord servers.
PyBungee() - Constructor for class dev.magicmq.pyspigot.bungee.PyBungee
 
PyCore - Class in dev.magicmq.pyspigot
Core class of PySpigot for all platform-specific implementations.
PySpigot - Class in dev.magicmq.pyspigot.bukkit
Entry point of PySpigot for Bukkit servers.
PySpigot() - Constructor for class dev.magicmq.pyspigot.bukkit.PySpigot
 
PySpigotCommand - Class in dev.magicmq.pyspigot.command
 
PySpigotCommand() - Constructor for class dev.magicmq.pyspigot.command.PySpigotCommand
 

R

RedisCommandClient - Class in dev.magicmq.pyspigot.manager.redis.client
Extension of the ScriptRedisClient that provides ability to issue commands.
RedisCommandClient(Script, RedisURI, ClientOptions) - Constructor for class dev.magicmq.pyspigot.manager.redis.client.RedisCommandClient
 
RedisManager - Class in dev.magicmq.pyspigot.manager.redis
Manager to interface with remote redis servers.
RedisPubSubClient - Class in dev.magicmq.pyspigot.manager.redis.client
Extension of the ScriptRedisClient that provides pub/sub messaging capabilities.
RedisPubSubClient(Script, RedisURI, ClientOptions) - Constructor for class dev.magicmq.pyspigot.manager.redis.client.RedisPubSubClient
 
ReflectionUtils - Class in dev.magicmq.pyspigot.bukkit.util
A utility class to simplify reflection for working with CraftBukkit and NMS classes.
registerAsyncListener(PyFunction, String) - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisPubSubClient
Register a new asynchronous listener.
registerAsyncPacketListener(PyFunction, PacketType) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.AsyncProtocolManager
Register a new asynchronous packet listener with default priority.
registerAsyncPacketListener(PyFunction, PacketType, ListenerPriority) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.AsyncProtocolManager
Register a new asynchronous packet listener.
registerCommand(PyFunction, String) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Register a new command.
registerCommand(PyFunction, String, String) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Register a new command.
registerCommand(PyFunction, String, String, String) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Register a new command.
registerCommand(PyFunction, String, String, String, List<String>) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Register a new command.
registerCommand(PyFunction, String, List<String>, String) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Register a new command.
registerCommand(PyFunction, PyFunction, String) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Register a new command.
registerCommand(PyFunction, PyFunction, String, String) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Register a new command.
registerCommand(PyFunction, PyFunction, String, String, String) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Register a new command.
registerCommand(PyFunction, PyFunction, String, String, String, List<String>) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Register a new command.
registerCommand(PyFunction, PyFunction, String, String, String, List<String>, String) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Register a new command.
registerCommand(PyFunction, PyFunction, String, List<String>, String) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Register a new command.
registerListener(PyFunction, Class<? extends Event>) - Method in class dev.magicmq.pyspigot.bungee.manager.listener.BungeeListenerManager
 
registerListener(PyFunction, Class<? extends Event>, boolean) - Method in class dev.magicmq.pyspigot.bungee.manager.listener.BungeeListenerManager
 
registerListener(PyFunction, Class<? extends Event>, Byte) - Method in class dev.magicmq.pyspigot.bungee.manager.listener.BungeeListenerManager
 
registerListener(PyFunction, Class<? extends Event>, Byte, boolean) - Method in class dev.magicmq.pyspigot.bungee.manager.listener.BungeeListenerManager
 
registerListener(PyFunction, Class<? extends Event>) - Method in class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitListenerManager
 
registerListener(PyFunction, Class<? extends Event>, boolean) - Method in class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitListenerManager
 
registerListener(PyFunction, Class<? extends Event>, EventPriority) - Method in class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitListenerManager
 
registerListener(PyFunction, Class<? extends Event>, EventPriority, boolean) - Method in class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitListenerManager
 
registerListener(PyFunction, Class<? extends S>) - Method in class dev.magicmq.pyspigot.manager.listener.ListenerManager
Register a new event listener with default priority.
registerListener(PyFunction, Class<? extends S>, boolean) - Method in class dev.magicmq.pyspigot.manager.listener.ListenerManager
Register a new event listener with default priority.
registerListener(PyFunction, Class<? extends S>, U) - Method in class dev.magicmq.pyspigot.manager.listener.ListenerManager
Register a new event listener.
registerListener(PyFunction, Class<? extends S>, U, boolean) - Method in class dev.magicmq.pyspigot.manager.listener.ListenerManager
Register a new event listener.
registerListener(PyFunction, String) - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisPubSubClient
Register a new synchronous listener.
registerPacketListener(PyFunction, PacketType) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Register a new packet listener with default priority.
registerPacketListener(PyFunction, PacketType, ListenerPriority) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Register a new packet listener.
registerPacketListener(PyFunction, PyFunction, Class<?>, Direction) - Method in class dev.magicmq.pyspigot.bungee.manager.protocol.ProtocolManager
Register a new packet listener with default priority.
registerPacketListener(PyFunction, PyFunction, Class<?>, Direction, int) - Method in class dev.magicmq.pyspigot.bungee.manager.protocol.ProtocolManager
Register a new packet listener with default priority.
registerPlaceholder(PyFunction) - Method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.PlaceholderManager
Register a new script placeholder expansion.
registerPlaceholder(PyFunction, String, String) - Method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.PlaceholderManager
Register a new script placeholder expansion.
registerPlaceholder(PyFunction, PyFunction) - Method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.PlaceholderManager
Register a new script placeholder expansion, including relational placeholders.
registerPlaceholder(PyFunction, PyFunction, String, String) - Method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.PlaceholderManager
Register a new script placeholder expansion, including relational placeholders.
registerSyncListener(PyFunction, String) - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisPubSubClient
Register a new synchronous listener.
registerTimeoutPacketListener(PyFunction, PacketType) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.AsyncProtocolManager
Register a new asynchronous timeout packet listener with default priority.
registerTimeoutPacketListener(PyFunction, PacketType, ListenerPriority) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.AsyncProtocolManager
Register a new asynchronous timeout packet listener.
registerWithPlatform(Script, PyFunction, PyFunction, String, String, String, List<String>, String) - Method in class dev.magicmq.pyspigot.bukkit.manager.command.BukkitCommandManager
 
registerWithPlatform(Script, PyFunction, PyFunction, String, String, String, List<String>, String) - Method in class dev.magicmq.pyspigot.bungee.manager.command.BungeeCommandManager
 
registerWithPlatform(Script, PyFunction, PyFunction, String, String, String, List<String>, String) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
 
reload() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
reload() - Method in class dev.magicmq.pyspigot.bukkit.manager.config.BukkitScriptConfig
 
reload() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
reload() - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
reload() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
reload() - Static method in class dev.magicmq.pyspigot.config.ScriptOptionsConfig
 
reload() - Method in interface dev.magicmq.pyspigot.manager.config.ScriptConfig
Reload the configuration.
reload() - Method in class dev.magicmq.pyspigot.manager.libraries.LibraryManager
Attempts to load all libraries that are not currently loaded.
ReloadAllCommand - Class in dev.magicmq.pyspigot.command.subcommands
 
ReloadAllCommand() - Constructor for class dev.magicmq.pyspigot.command.subcommands.ReloadAllCommand
 
ReloadCommand - Class in dev.magicmq.pyspigot.command.subcommands
 
ReloadCommand() - Constructor for class dev.magicmq.pyspigot.command.subcommands.ReloadCommand
 
ReloadConfigCommand - Class in dev.magicmq.pyspigot.command.subcommands
 
ReloadConfigCommand() - Constructor for class dev.magicmq.pyspigot.command.subcommands.ReloadConfigCommand
 
reloadConfigs() - Method in class dev.magicmq.pyspigot.PyCore
Reload the plugin config and the script options config.
remove(String) - Method in class dev.magicmq.pyspigot.manager.script.GlobalVariables
Remove/delete a global variable.
removeHelp() - Method in class dev.magicmq.pyspigot.bukkit.manager.command.BukkitScriptCommand
 
removeListener(Script, T) - Method in class dev.magicmq.pyspigot.manager.listener.ListenerManager
 
removeListeners(Script) - Method in class dev.magicmq.pyspigot.manager.listener.ListenerManager
 
removePermissions() - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScript
Removes the script's permissions from the server.
removeScriptPermissions(Script) - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptManager
 
removeScriptPermissions(Script) - Method in class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptManager
 
removeScriptPermissions(Script) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Remove script permissions from the server via a platform-specific implementation.
removeTask(Task) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
 
removeTasks(Script) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
 
RepeatingTask - Class in dev.magicmq.pyspigot.manager.task
Represents a repeating task defined by a script.
RepeatingTask(Script, PyFunction, Object[], boolean, long, long) - Constructor for class dev.magicmq.pyspigot.manager.task.RepeatingTask
 
replaceLastOccurrence(String, String, String) - Static method in class dev.magicmq.pyspigot.util.StringUtils
 
run() - Method in class dev.magicmq.pyspigot.manager.task.RepeatingTask
Called internally when the task executes.
run() - Method in class dev.magicmq.pyspigot.manager.task.SyncCallbackTask
Called internally when the task executes.
run() - Method in class dev.magicmq.pyspigot.manager.task.Task
Called internally when the task executes.
RunResult - Enum Class in dev.magicmq.pyspigot.manager.script
An enum class representing various outcomes of running a script, including run failures.
runSyncCallbackImpl(Runnable) - Method in class dev.magicmq.pyspigot.bukkit.manager.task.BukkitTaskManager
 
runSyncCallbackImpl(Runnable) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
 
runSyncCallbackImpl(Runnable) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
 
runSyncCallbackTask(PyFunction, PyFunction, Object...) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
DO NOT USE.
runSyncCallbackTask(PyFunction, PyFunction, Object...) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
Schedule a new asynchronous task with a synchronous callback via a platform-specific implementation.
runSyncCallbackTaskImpl(SyncCallbackTask) - Method in class dev.magicmq.pyspigot.bukkit.manager.task.BukkitTaskManager
 
runSyncCallbackTaskImpl(SyncCallbackTask) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
 
runSyncCallbackTaskImpl(SyncCallbackTask) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
 
runSyncCallbackTaskLater(PyFunction, PyFunction, long, Object...) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
DO NOT USE.
runSyncCallbackTaskLater(PyFunction, PyFunction, long, Object...) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
Schedule a new asynchronous task with a synchronous callback to run at a later point in time via a platform-specific implementation.
runSyncCallbackTaskLaterImpl(SyncCallbackTask, long) - Method in class dev.magicmq.pyspigot.bukkit.manager.task.BukkitTaskManager
 
runSyncCallbackTaskLaterImpl(SyncCallbackTask, long) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
 
runSyncCallbackTaskLaterImpl(SyncCallbackTask, long) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
 
runTask(PyFunction, Object...) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
DO NOT USE.
runTask(PyFunction, Object...) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
Schedule a new synchronous task via a platform-specific implementation.
runTaskAsync(PyFunction, Object...) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
Schedule a new asynchronous task via a platform-specific implementation.
runTaskAsyncImpl(Task) - Method in class dev.magicmq.pyspigot.bukkit.manager.task.BukkitTaskManager
 
runTaskAsyncImpl(Task) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
 
runTaskAsyncImpl(Task) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
 
runTaskImpl(Task) - Method in class dev.magicmq.pyspigot.bukkit.manager.task.BukkitTaskManager
 
runTaskImpl(Task) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
 
runTaskImpl(Task) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
 
runTaskLater(PyFunction, long, Object...) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
DO NOT USE.
runTaskLater(PyFunction, long, Object...) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
Schedule a new synchronous task to run at a later point in time via a platform-specific implementation.
runTaskLaterAsync(PyFunction, long, Object...) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
Schedule a new asynchronous task to run at a later point in time via a platform-specific implementation.
runTaskLaterAsyncImpl(Task, long) - Method in class dev.magicmq.pyspigot.bukkit.manager.task.BukkitTaskManager
 
runTaskLaterAsyncImpl(Task, long) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
 
runTaskLaterAsyncImpl(Task, long) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
 
runTaskLaterImpl(Task, long) - Method in class dev.magicmq.pyspigot.bukkit.manager.task.BukkitTaskManager
 
runTaskLaterImpl(Task, long) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
 
runTaskLaterImpl(Task, long) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
 

S

save() - Method in class dev.magicmq.pyspigot.bukkit.manager.config.BukkitScriptConfig
 
save() - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
save() - Method in interface dev.magicmq.pyspigot.manager.config.ScriptConfig
Save the configuration to its associated file.
saveResource(String, boolean) - Method in class dev.magicmq.pyspigot.PyCore
Save a resource from the plugin JAR file to the plugin data folder.
scheduleAsyncRepeatingTask(PyFunction, long, long, Object...) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
Schedule a new asynchronous repeating task via a platform-specific implementation.
scheduleAsyncRepeatingTaskImpl(RepeatingTask, long, long) - Method in class dev.magicmq.pyspigot.bukkit.manager.task.BukkitTaskManager
 
scheduleAsyncRepeatingTaskImpl(RepeatingTask, long, long) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
 
scheduleAsyncRepeatingTaskImpl(RepeatingTask, long, long) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
 
scheduleRepeatingTask(PyFunction, long, long, Object...) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
DO NOT USE.
scheduleRepeatingTask(PyFunction, long, long, Object...) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
Schedule a new synchronous repeating task via a platform-specific implementation.
scheduleRepeatingTaskImpl(RepeatingTask, long, long) - Method in class dev.magicmq.pyspigot.bukkit.manager.task.BukkitTaskManager
 
scheduleRepeatingTaskImpl(RepeatingTask, long, long) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
 
scheduleRepeatingTaskImpl(RepeatingTask, long, long) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
 
scheduleStartScriptTask() - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptManager
 
scheduleStartScriptTask() - Method in class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptManager
 
scheduleStartScriptTask() - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Schedules and starts the start script task for the script load delay via a platform-specific implementation.
script - Variable in class dev.magicmq.pyspigot.manager.task.Task
 
Script - Class in dev.magicmq.pyspigot.manager.script
An object that represents a loaded script.
Script(Path, String, ScriptOptions) - Constructor for class dev.magicmq.pyspigot.manager.script.Script
 
ScriptCommand - Interface in dev.magicmq.pyspigot.manager.command
A command registered by a script.
ScriptConfig - Interface in dev.magicmq.pyspigot.manager.config
Represents a config file belonging to a script.
ScriptEvent - Class in dev.magicmq.pyspigot.bukkit.event
Script event superclass.
ScriptEvent - Class in dev.magicmq.pyspigot.bungee.event
Script event superclass.
ScriptEvent(Script) - Constructor for class dev.magicmq.pyspigot.bungee.event.ScriptEvent
 
ScriptEvent(Script, boolean) - Constructor for class dev.magicmq.pyspigot.bukkit.event.ScriptEvent
 
ScriptExceptionEvent - Class in dev.magicmq.pyspigot.bukkit.event
Called when a script throws an unhandled error/exception.
ScriptExceptionEvent - Class in dev.magicmq.pyspigot.bungee.event
Called when a script throws an unhandled error/exception.
ScriptExceptionEvent(Script, PyException) - Constructor for class dev.magicmq.pyspigot.bungee.event.ScriptExceptionEvent
 
ScriptExceptionEvent(Script, PyException, boolean) - Constructor for class dev.magicmq.pyspigot.bukkit.event.ScriptExceptionEvent
 
ScriptInfo - Class in dev.magicmq.pyspigot.manager.script
A utility class that fetches and returns a script's info.
ScriptInfo() - Constructor for class dev.magicmq.pyspigot.manager.script.ScriptInfo
 
ScriptLoadEvent - Class in dev.magicmq.pyspigot.bukkit.event
Called when a script is loaded.
ScriptLoadEvent - Class in dev.magicmq.pyspigot.bungee.event
Called when a script is loaded.
ScriptLoadEvent(Script) - Constructor for class dev.magicmq.pyspigot.bukkit.event.ScriptLoadEvent
 
ScriptLoadEvent(Script) - Constructor for class dev.magicmq.pyspigot.bungee.event.ScriptLoadEvent
 
ScriptLogger - Class in dev.magicmq.pyspigot.util.logging
A subclass of Logger that represents a script's logger.
ScriptLogger(Script) - Constructor for class dev.magicmq.pyspigot.util.logging.ScriptLogger
 
ScriptManager - Class in dev.magicmq.pyspigot.manager.script
Master manager class for PySpigot.
ScriptManager(ScriptInfo) - Constructor for class dev.magicmq.pyspigot.manager.script.ScriptManager
 
scriptOptionEnabled() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
scriptOptionEnabled() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
scriptOptionEnabled() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
scriptOptionFileLoggingEnabled() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
scriptOptionFileLoggingEnabled() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
scriptOptionFileLoggingEnabled() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
scriptOptionLoadPriority() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
scriptOptionLoadPriority() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
scriptOptionLoadPriority() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
scriptOptionMinLoggingLevel() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
scriptOptionMinLoggingLevel() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
scriptOptionMinLoggingLevel() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
scriptOptionPermissionDefault() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
scriptOptionPermissionDefault() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
scriptOptionPermissionDefault() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
scriptOptionPermissions() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
scriptOptionPermissions() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
scriptOptionPermissions() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
scriptOptionPluginDepend() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
scriptOptionPluginDepend() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
scriptOptionPluginDepend() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
ScriptOptions - Class in dev.magicmq.pyspigot.manager.script
A class representing various runtime options belonging to a certain script.
ScriptOptions() - Constructor for class dev.magicmq.pyspigot.manager.script.ScriptOptions
Initialize a new ScriptOptions with the default values.
ScriptOptions(String) - Constructor for class dev.magicmq.pyspigot.manager.script.ScriptOptions
Initialize a new ScriptOptions using the appropriate values in the script_options.yml file, using the script name to search for the values.
ScriptOptionsConfig - Class in dev.magicmq.pyspigot.config
Helper class to retrieve configuration values from the script options config.
ScriptOptionsConfig() - Constructor for class dev.magicmq.pyspigot.config.ScriptOptionsConfig
 
ScriptPacketListener - Class in dev.magicmq.pyspigot.bukkit.manager.protocol
An abstract class designed to represent a basic script packet listener.
ScriptPacketListener<T> - Class in dev.magicmq.pyspigot.bungee.manager.protocol
A script listener that listens for BungeeCord packets.
ScriptPacketListener(Script, PyFunction, PacketType, ListenerPriority, ListenerType) - Constructor for class dev.magicmq.pyspigot.bukkit.manager.protocol.ScriptPacketListener
 
ScriptPacketListener(Script, PyFunction, PyFunction, Class<T>, Direction, int) - Constructor for class dev.magicmq.pyspigot.bungee.manager.protocol.ScriptPacketListener
 
ScriptPlaceholder - Class in dev.magicmq.pyspigot.bukkit.manager.placeholder
A class that represents a script placeholder expansion.
ScriptPlaceholder(Script, PyFunction, PyFunction, String, String) - Constructor for class dev.magicmq.pyspigot.bukkit.manager.placeholder.ScriptPlaceholder
 
ScriptPubSubListener - Class in dev.magicmq.pyspigot.manager.redis
A wrapper class that wraps the RedisPubSubListener from lettuce for use by scripts.
ScriptPubSubListener(PyFunction, String) - Constructor for class dev.magicmq.pyspigot.manager.redis.ScriptPubSubListener
 
ScriptRedisClient - Class in dev.magicmq.pyspigot.manager.redis.client
A wrapper class that wraps the RedisClient from lettuce for use by scripts.
ScriptRedisClient(Script, RedisURI, ClientOptions) - Constructor for class dev.magicmq.pyspigot.manager.redis.client.ScriptRedisClient
 
ScriptUnloadEvent - Class in dev.magicmq.pyspigot.bukkit.event
Called when a script is unloaded.
ScriptUnloadEvent - Class in dev.magicmq.pyspigot.bungee.event
Called when a script is unloaded.
ScriptUnloadEvent(Script, boolean) - Constructor for class dev.magicmq.pyspigot.bukkit.event.ScriptUnloadEvent
 
ScriptUnloadEvent(Script, boolean) - Constructor for class dev.magicmq.pyspigot.bungee.event.ScriptUnloadEvent
 
ScriptUtils - Class in dev.magicmq.pyspigot.util
A collection of utility methods related to scripts.
select(String) - Method in class dev.magicmq.pyspigot.manager.database.sql.SqlDatabase
Select from the SQL database.
select(String, Object[]) - Method in class dev.magicmq.pyspigot.manager.database.sql.SqlDatabase
Select from the SQL database with the provided values that should be inserted into the select statement.
sendMessage(String) - Method in class dev.magicmq.pyspigot.bukkit.util.player.BukkitCommandSender
 
sendMessage(String) - Method in class dev.magicmq.pyspigot.bungee.util.player.BungeeCommandSender
 
sendMessage(String) - Method in interface dev.magicmq.pyspigot.util.player.CommandSenderAdapter
Send a message to the command sender via a platform-specific implementation.
sendMessage(BaseComponent[]) - Method in class dev.magicmq.pyspigot.bukkit.util.player.BukkitCommandSender
 
sendMessage(BaseComponent[]) - Method in class dev.magicmq.pyspigot.bukkit.util.player.BukkitPlayer
 
sendMessage(BaseComponent[]) - Method in class dev.magicmq.pyspigot.bungee.util.player.BungeeCommandSender
 
sendMessage(BaseComponent[]) - Method in class dev.magicmq.pyspigot.bungee.util.player.BungeePlayer
 
sendMessage(BaseComponent[]) - Method in interface dev.magicmq.pyspigot.util.player.CommandSenderAdapter
Send a message to the command sender via a platform-specific implementation.
sendMessage(BaseComponent[]) - Method in interface dev.magicmq.pyspigot.util.player.PlayerAdapter
Send a message to the player via a platform-specific implementation.
sendPacket(UUID, AbstractPacket) - Method in class dev.magicmq.pyspigot.bungee.manager.protocol.ProtocolManager
Send a Protocolize packet to the player with the given UUID.
sendPacket(UUID, DefinedPacket) - Method in class dev.magicmq.pyspigot.bungee.manager.protocol.ProtocolManager
Send a generic BungeeCord packet to the player with the given UUID.
sendServerPacket(Player, PacketContainer) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Send a packet to a player.
set(String, Object) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
 
set(String, Object) - Method in class dev.magicmq.pyspigot.manager.script.GlobalVariables
Set a global variable.
set(String, Object, boolean) - Method in class dev.magicmq.pyspigot.manager.script.GlobalVariables
Set a global variable, with the option to override an existing global variable with the same name.
setCancelled(boolean) - Method in class dev.magicmq.pyspigot.bukkit.event.custom.CustomEvent
setCancelled(boolean) - Method in class dev.magicmq.pyspigot.bungee.event.custom.CustomEvent
setIfNotExists(String, Object) - Method in class dev.magicmq.pyspigot.bukkit.manager.config.BukkitScriptConfig
Sets the specified path to the given value only if the path is not already set in the config file.
setIfNotExists(String, Object) - Method in class dev.magicmq.pyspigot.bungee.manager.config.BungeeScriptConfig
Sets the specified path to the given value only if the path is not already set in the config file.
setIfNotExists(String, Object) - Method in interface dev.magicmq.pyspigot.manager.config.ScriptConfig
Sets the specified path to the given value only if the path is not already set in the config file.
setReportException(boolean) - Method in class dev.magicmq.pyspigot.bukkit.event.ScriptExceptionEvent
Set if the exception should be reported to console and/or the script's log file.
setReportException(boolean) - Method in class dev.magicmq.pyspigot.bungee.event.ScriptExceptionEvent
Set if the exception should be reported to console and/or the script's log file.
setTaskId(int) - Method in class dev.magicmq.pyspigot.manager.task.Task
Set the task ID for this task.
setupMetrics() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
 
setupMetrics() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
 
setupMetrics() - Method in interface dev.magicmq.pyspigot.PlatformAdapter
Setup bStats metrics via a platform-specific implementation.
shouldPrintStackTraces() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
shouldPrintStackTraces() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
shouldPrintStackTraces() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
shouldShowUpdateMessages() - Method in class dev.magicmq.pyspigot.bukkit.config.BukkitPluginConfig
 
shouldShowUpdateMessages() - Method in class dev.magicmq.pyspigot.bungee.config.BungeePluginConfig
 
shouldShowUpdateMessages() - Method in interface dev.magicmq.pyspigot.config.PluginConfig
 
shutdown() - Method in class dev.magicmq.pyspigot.manager.libraries.LibraryManager
Closes the class loader for scripts.
shutdown() - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Called on plugin unload or server shutdown.
shutdown() - Method in class dev.magicmq.pyspigot.PyCore
Shutdown the plugin.
shutdownMetrics() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
 
shutdownMetrics() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
 
shutdownMetrics() - Method in interface dev.magicmq.pyspigot.PlatformAdapter
Shutdown bStats metrics via a platform-specific implementation.
shutdownVersionChecking() - Method in class dev.magicmq.pyspigot.bukkit.PySpigot
 
shutdownVersionChecking() - Method in class dev.magicmq.pyspigot.bungee.PyBungee
 
shutdownVersionChecking() - Method in interface dev.magicmq.pyspigot.PlatformAdapter
Stop the version-checking task via a platform-specific implementation.
SQL - Enum constant in enum class dev.magicmq.pyspigot.manager.database.DatabaseType
An SQL database type.
SqlDatabase - Class in dev.magicmq.pyspigot.manager.database.sql
Represents an open connection to an SQL database.
SqlDatabase(Script, HikariConfig) - Constructor for class dev.magicmq.pyspigot.manager.database.sql.SqlDatabase
 
stopTask(int) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
Terminate a task with the given task ID via a platform-specific implementation.
stopTaskImpl(int) - Method in class dev.magicmq.pyspigot.bukkit.manager.task.BukkitTaskManager
 
stopTaskImpl(int) - Method in class dev.magicmq.pyspigot.bungee.manager.task.BungeeTaskManager
 
stopTaskImpl(int) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
 
stopTasks(Script) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
Terminate all scheduled tasks belonging to a script via a platform-specific implementation.
StringUtils - Class in dev.magicmq.pyspigot.util
A utility class for various methods/classes related to Strings.
StringUtils.Version - Class in dev.magicmq.pyspigot.util
 
SubCommand - Interface in dev.magicmq.pyspigot.command
 
SubCommandMeta - Annotation Interface in dev.magicmq.pyspigot.command
 
subscribed(String, long) - Method in class dev.magicmq.pyspigot.manager.redis.ScriptPubSubListener
Implemented from RedisPubSubListener, but unused.
SUCCESS - Enum constant in enum class dev.magicmq.pyspigot.manager.libraries.LibraryManager.LoadResult
The library loaded successfully.
SUCCESS - Enum constant in enum class dev.magicmq.pyspigot.manager.script.RunResult
Returned if the script loaded successfully.
SyncCallbackTask - Class in dev.magicmq.pyspigot.manager.task
Represents an async task with a synchronous callback defined by a script.
SyncCallbackTask(Script, PyFunction, PyFunction, Object[], long) - Constructor for class dev.magicmq.pyspigot.manager.task.SyncCallbackTask
 

T

Task - Class in dev.magicmq.pyspigot.manager.task
Represents a task defined by a script.
Task(Script, PyFunction, Object[], boolean, long) - Constructor for class dev.magicmq.pyspigot.manager.task.Task
 
taskFinished(Task) - Method in class dev.magicmq.pyspigot.manager.task.TaskManager
 
taskId - Variable in class dev.magicmq.pyspigot.manager.task.Task
 
TaskManager - Class in dev.magicmq.pyspigot.manager.task
Manager to interface with a server platform's scheduler.
TaskManager() - Constructor for class dev.magicmq.pyspigot.manager.task.TaskManager
 
toString() - Method in class dev.magicmq.pyspigot.bukkit.manager.command.BukkitScriptCommand
Prints a representation of this ScriptCommand in string format, including all variables that pertain to the command (such as name, label, description, etc.)
toString() - Method in class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitScriptEventListener
Prints a representation of this BukkitScriptEventListener in string format, including the event being listened to by the listener
toString() - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ScriptPacketListener
Prints a representation of this ScriptPacketListener in string format, including the packet type listened to by the listener
toString() - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptOptions
 
toString() - Method in class dev.magicmq.pyspigot.bungee.manager.listener.BungeeScriptEventListener
Prints a representation of this BungeeScriptEventListener in string format, including the event being listened to by the listener
toString() - Method in class dev.magicmq.pyspigot.bungee.manager.protocol.ScriptPacketListener
Prints a representation of this ScriptPacketListener in string format, including the packet type listened to by the listener
toString() - Method in class dev.magicmq.pyspigot.manager.database.Database
Prints a representation of this Database in string format.
toString() - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Prints a representation of this MongoDatabase in string format, including the URI and MongoClient
toString() - Method in class dev.magicmq.pyspigot.manager.database.sql.SqlDatabase
Prints a representation of this SqlDatabase in string format, including the ID, URI, and HikariDataSource
toString() - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisCommandClient
Prints a representation of this RedisCommandClient in string format, including listeners
toString() - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisPubSubClient
Prints a representation of this RedisPubSubClient in string format, including listeners
toString() - Method in class dev.magicmq.pyspigot.manager.redis.client.ScriptRedisClient
Prints a representation of this ScriptRedisClient in string format
toString() - Method in class dev.magicmq.pyspigot.manager.redis.ScriptPubSubListener
Prints a representation of this ScriptPubSubListener in string format, including the channel being listened to.
toString() - Method in class dev.magicmq.pyspigot.manager.script.ScriptOptions
Prints a representation of this ScriptOptions in string format, including all options as defined in script_options.yml
toString() - Method in class dev.magicmq.pyspigot.manager.task.RepeatingTask
Prints a representation of this RepeatingTask in string format, including the task ID, if it is async, delay (if applicable), and interval (if applicable)
toString() - Method in class dev.magicmq.pyspigot.manager.task.SyncCallbackTask
Prints a representation of this SyncCallbackTask in string format, including the task ID, if it is async, and delay (if applicable)
toString() - Method in class dev.magicmq.pyspigot.manager.task.Task
Prints a representation of this Task in string format, including the task ID, if it is async, and delay (if applicable)

U

UnloadCommand - Class in dev.magicmq.pyspigot.command.subcommands
 
UnloadCommand() - Constructor for class dev.magicmq.pyspigot.command.subcommands.UnloadCommand
 
unloadScript(Script, boolean) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Unload a given script.
unloadScript(String) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Unload a script with the given name.
unloadScripts() - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Unload all currently loaded scripts.
unregisterAsyncPacketListener(ScriptPacketListener) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.AsyncProtocolManager
Unregister an asynchronous packet listener.
unregisterAsyncPacketListeners(Script) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.AsyncProtocolManager
Unregister all asynchronous packet listeners belonging to a script.
unregisterCommand(ScriptCommand) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Unregister a script's command.
unregisterCommands(Script) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
Unregister all commands belonging to a particular script.
unregisterFromPlatform(ScriptCommand) - Method in class dev.magicmq.pyspigot.bukkit.manager.command.BukkitCommandManager
 
unregisterFromPlatform(ScriptCommand) - Method in class dev.magicmq.pyspigot.bungee.manager.command.BungeeCommandManager
 
unregisterFromPlatform(ScriptCommand) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
 
unregisterFromPlatform(List<ScriptCommand>) - Method in class dev.magicmq.pyspigot.bukkit.manager.command.BukkitCommandManager
 
unregisterFromPlatform(List<ScriptCommand>) - Method in class dev.magicmq.pyspigot.bungee.manager.command.BungeeCommandManager
 
unregisterFromPlatform(List<ScriptCommand>) - Method in class dev.magicmq.pyspigot.manager.command.CommandManager
 
unregisterFromPlatformManagers(Script) - Method in class dev.magicmq.pyspigot.bukkit.manager.script.BukkitScriptManager
 
unregisterFromPlatformManagers(Script) - Method in class dev.magicmq.pyspigot.bungee.manager.script.BungeeScriptManager
 
unregisterFromPlatformManagers(Script) - Method in class dev.magicmq.pyspigot.manager.script.ScriptManager
Unregisters the script from any platform-specific managers.
unregisterListener(BukkitScriptEventListener) - Method in class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitListenerManager
 
unregisterListener(BungeeScriptEventListener) - Method in class dev.magicmq.pyspigot.bungee.manager.listener.BungeeListenerManager
 
unregisterListener(ScriptPubSubListener) - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisPubSubClient
Unregister the specified listener.
unregisterListener(T) - Method in class dev.magicmq.pyspigot.manager.listener.ListenerManager
Unregister an event listener.
unregisterListeners(Script) - Method in class dev.magicmq.pyspigot.bukkit.manager.listener.BukkitListenerManager
 
unregisterListeners(Script) - Method in class dev.magicmq.pyspigot.bungee.manager.listener.BungeeListenerManager
 
unregisterListeners(Script) - Method in class dev.magicmq.pyspigot.manager.listener.ListenerManager
Unregister all event listeners belonging to a script.
unregisterListeners(String) - Method in class dev.magicmq.pyspigot.manager.redis.client.RedisPubSubClient
Unregister all listeners (both synchronous and asynchronous) on the given channel
unregisterPacketListener(ScriptPacketListener) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Unregister a packet listener.
unregisterPacketListener(ScriptPacketListener<?>) - Method in class dev.magicmq.pyspigot.bungee.manager.protocol.ProtocolManager
Unregister a packet listener.
unregisterPacketListeners(Script) - Method in class dev.magicmq.pyspigot.bukkit.manager.protocol.ProtocolManager
Unregister all normal packet listeners belonging to a script, excluding asynchronous packet listeners.
unregisterPacketListeners(Script) - Method in class dev.magicmq.pyspigot.bungee.manager.protocol.ProtocolManager
Unregister all packet listeners belonging to a script.
unregisterPlaceholder(ScriptPlaceholder) - Method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.PlaceholderManager
Unregister a script placeholder expansion.
unregisterPlaceholder(Script) - Method in class dev.magicmq.pyspigot.bukkit.manager.placeholder.PlaceholderManager
Unregister a script's placeholder expansion.
unsubscribed(String, long) - Method in class dev.magicmq.pyspigot.manager.redis.ScriptPubSubListener
Implemented from RedisPubSubListener, but unused.
update(String) - Method in class dev.magicmq.pyspigot.manager.database.sql.SqlDatabase
Update the SQL database.
update(String, Object[]) - Method in class dev.magicmq.pyspigot.manager.database.sql.SqlDatabase
Update the SQL database with the provided values that should be inserted into the update statement.
updateDocument(String, String, Bson, List<Bson>) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Update one or more documents within a collection that match the given filter, with the default update options
updateDocument(String, String, Bson, List<Bson>, UpdateOptions) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Update one or more documents within a collection that match the given filter, with the provided update options
updateDocument(String, String, Bson, Bson) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Update one or more documents within a collection that match the given filter, with the default update options
updateDocument(String, String, Bson, Bson, UpdateOptions) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Update one or more documents within a collection that match the given filter, with the provided update options
updateDocuments(String, String, Bson, List<Bson>) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Update multiple documents within a collection.
updateDocuments(String, String, Bson, List<Bson>, UpdateOptions) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Update multiple documents within a collection.
updateDocuments(String, String, Bson, Bson) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Update multiple documents within a collection.
updateDocuments(String, String, Bson, Bson, UpdateOptions) - Method in class dev.magicmq.pyspigot.manager.database.mongo.MongoDatabase
Update multiple documents within a collection.
usage() - Element in annotation interface dev.magicmq.pyspigot.command.SubCommandMeta
 

V

valueOf(String) - Static method in enum class dev.magicmq.pyspigot.bukkit.manager.protocol.ListenerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.magicmq.pyspigot.manager.database.DatabaseType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.magicmq.pyspigot.manager.libraries.LibraryManager.LoadResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.magicmq.pyspigot.manager.redis.ClientType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.magicmq.pyspigot.manager.script.RunResult
Returns the enum constant of this class with the specified name.
values() - Static method in enum class dev.magicmq.pyspigot.bukkit.manager.protocol.ListenerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.magicmq.pyspigot.manager.database.DatabaseType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.magicmq.pyspigot.manager.libraries.LibraryManager.LoadResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.magicmq.pyspigot.manager.redis.ClientType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.magicmq.pyspigot.manager.script.RunResult
Returns an array containing the constants of this enum class, in the order they are declared.
Version(String) - Constructor for class dev.magicmq.pyspigot.util.StringUtils.Version
 

W

write(byte[]) - Method in class dev.magicmq.pyspigot.util.logging.PrintStreamWrapper
write(byte[], int, int) - Method in class dev.magicmq.pyspigot.util.logging.PrintStreamWrapper
Captures writes to the PrintStream, converts the bytes into readable text (truncating according to the specified length and offset), and logs the text to the script's logger.
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form