mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-01 15:46:42 +00:00
add custom module config class
fix npe in tab listener add getter for indefinite bans fix npe in plex cmd remove spring boot and add jetty
This commit is contained in:
@ -51,7 +51,7 @@ public class PlexCMD extends PlexCommand
|
||||
plugin.getRankManager().importDefaultRanks();
|
||||
send(sender, "Imported ranks");
|
||||
send(sender, "Plex successfully reloaded.");
|
||||
plugin.setSystem(plugin.config.getString("commands.permissions"));
|
||||
plugin.setSystem(plugin.config.getString("system"));
|
||||
return null;
|
||||
}
|
||||
else if (args[0].equalsIgnoreCase("redis"))
|
||||
|
Reference in New Issue
Block a user