mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-07 00:27:12 +01:00
Register expansions in the ServerLoadEvent which is called after the server startup process is complete.
Fixes #103
This commit is contained in:
@@ -132,8 +132,6 @@ public class PlaceholderAPIPlugin extends JavaPlugin {
|
||||
setupOptions();
|
||||
getCommand("placeholderapi").setExecutor(new PlaceholderAPICommands(this));
|
||||
new PlaceholderListener(this);
|
||||
getLogger().info("Placeholder expansion registration initializing...");
|
||||
expansionManager.registerAllExpansions();
|
||||
if (config.checkUpdates()) {
|
||||
new UpdateChecker(this).fetch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user