diff --git a/Core/src/main/java/com/plotsquared/core/PlotSquared.java b/Core/src/main/java/com/plotsquared/core/PlotSquared.java index ebc6ccad2..733a3240f 100644 --- a/Core/src/main/java/com/plotsquared/core/PlotSquared.java +++ b/Core/src/main/java/com/plotsquared/core/PlotSquared.java @@ -209,6 +209,8 @@ public class PlotSquared { this.eventDispatcher = new EventDispatcher(this.worldedit); // Create plot listener this.plotListener = new PlotListener(this.eventDispatcher); + // Create placeholder registry + placeholderRegistry = new PlaceholderRegistry(eventDispatcher); // Copy files copyFile("addplots.js", Settings.Paths.SCRIPTS);