mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +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);
|
||||
// Create plot listener
|
||||
this.plotListener = new PlotListener(this.eventDispatcher);
|
||||
// Create placeholder registry
|
||||
placeholderRegistry = new PlaceholderRegistry(eventDispatcher);
|
||||
|
||||
// Copy files
|
||||
copyFile("addplots.js", Settings.Paths.SCRIPTS);
|
||||
|
Loading…
Reference in New Issue
Block a user