mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-04 14:44:43 +02:00
feat: unknown owner(s) for plot expiry (#3452)
* feat: unknown owner(s) for plot expiry * Sort plugins on `/plot debugpaste` alphabetically (#3447) * feat: Sort plugins on debugpaste alphabetically * Put (F[A])WE at the top * feat: Add 1.18's music disc additions to `/plot music` (#3446) * refactor: Prepare removal of our maven repository (#3451) * Allow restoration of road schematic height calculation behaviour from pre 6.1.4 (#3444) * refactor: Update SquirrelID GAV * build: Release 6.3.0 * build: Back to snapshot for development * fix: fallback method in BukkitQueueCoordinator uses world coordinates * mark since tags as TODO * fix: get the lowest diff for plot age * fix: initialize with high value and better readability * fix: no need for multiple age checks * fix: address exceptions in plot analysis * chore: address requested changes * chore: Fix introduced violations Co-authored-by: Alex <mc.cache@web.de> Co-authored-by: Jordan <dordsor21@gmail.com>
This commit is contained in:

committed by
GitHub

parent
5fc153d896
commit
59e0b4b67a
@ -324,8 +324,6 @@ public final class BukkitPlatform extends JavaPlugin implements Listener, PlotPl
|
||||
// Comments
|
||||
CommentManager.registerDefaultInboxes();
|
||||
|
||||
plotSquared.startExpiryTasks();
|
||||
|
||||
// Do stuff that was previously done in PlotSquared
|
||||
// Kill entities
|
||||
if (Settings.Enabled_Components.KILL_ROAD_MOBS || Settings.Enabled_Components.KILL_ROAD_VEHICLES) {
|
||||
@ -422,6 +420,8 @@ public final class BukkitPlatform extends JavaPlugin implements Listener, PlotPl
|
||||
}, TaskTime.ticks(1L));
|
||||
}
|
||||
|
||||
plotSquared.startExpiryTasks();
|
||||
|
||||
// Once the server has loaded force updating all generators known to P2
|
||||
TaskManager.runTaskLater(() -> PlotSquared.platform().setupUtils().updateGenerators(true), TaskTime.ticks(1L));
|
||||
|
||||
|
Reference in New Issue
Block a user