mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Initiate placeholder registry
This commit is contained in:
parent
19d7444946
commit
f14121e99c
@ -209,6 +209,8 @@ public class PlotSquared {
|
|||||||
this.eventDispatcher = new EventDispatcher(this.worldedit);
|
this.eventDispatcher = new EventDispatcher(this.worldedit);
|
||||||
// Create plot listener
|
// Create plot listener
|
||||||
this.plotListener = new PlotListener(this.eventDispatcher);
|
this.plotListener = new PlotListener(this.eventDispatcher);
|
||||||
|
// Create placeholder registry
|
||||||
|
placeholderRegistry = new PlaceholderRegistry(eventDispatcher);
|
||||||
|
|
||||||
// Copy files
|
// Copy files
|
||||||
copyFile("addplots.js", Settings.Paths.SCRIPTS);
|
copyFile("addplots.js", Settings.Paths.SCRIPTS);
|
||||||
|
Loading…
Reference in New Issue
Block a user