1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00
This commit is contained in:
TheBusyBiscuit 2020-03-27 00:30:05 +01:00
parent 724810bb4a
commit 6553dfce6e
2 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,7 @@
* Fixed Androids not taking fuel from interfaces
* Fixed #1721
* Fixed #1619
* Fixed #1768
## Release Candidate 9 (07 Mar 2020)

View File

@ -254,6 +254,9 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon {
// Initiating various Stuff and all Items with a slightly delay (0ms after the Server finished loading)
Slimefun.runSync(new SlimefunStartupTask(this, () -> {
protections = new ProtectionManager(getServer());
textureService.register(registry.getAllSlimefunItems());
permissionsService.register(registry.getAllSlimefunItems());
recipeService.load();
}), 0);
// Setting up the command /sf and all subcommands