You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[11:47:42] [Server thread/ERROR]: [BentoBox] Skipping AcidIsland due to an unhandled exception...
[11:47:42] [Server thread/ERROR]: [BentoBox] java.lang.NullPointerException
at world.bentobox.bentobox.api.flags.Flag.setDefaultSetting(Flag.java:163)
at world.bentobox.acidisland.AcidIsland.createWorlds(AcidIsland.java:106)
at world.bentobox.bentobox.managers.AddonsManager.enableAddon(AddonsManager.java:162)
at java.util.ArrayList.forEach(Unknown Source)
at world.bentobox.bentobox.managers.AddonsManager.enableAddons(AddonsManager.java:147)
at world.bentobox.bentobox.BentoBox.lambda$onEnable$1(BentoBox.java:171)
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84)
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452)
at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1132)
at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:420)
at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1064)
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:908)
at java.lang.Thread.run(Unknown Source)
Server
OS: Windows
Java version: 8
Plugins
BentoBox and Addons
Bentobox version #1269 and uppers
Configuration
Database: YAML
The text was updated successfully, but these errors were encountered:
#53
AcidIsland was creating a new config object every time which caused
async race conditions when saving. The same config object should be used
continuously.
Also fixed test issue with DelayedCommand.
tastybento
added a commit
to BentoBoxWorld/BentoBox
that referenced
this issue
Jul 19, 2019
Server
Plugins
BentoBox and Addons
Configuration
The text was updated successfully, but these errors were encountered: