BentoBoxWorld / BentoBox

Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.

Home Page:https://bentobox.world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility 1.20.2

PipoSurGitHub opened this issue · comments

commented

Is your feature request related to a problem?

Yes, the plugin does not activate when loading the server

[09:02:36] [Server thread/INFO]: Success! Property generator was set to BentoBox
[09:02:36] [Server thread/ERROR]: [BentoBox] CRITICAL ERROR!*
[09:02:36] [Server thread/ERROR]: [BentoBox] Cannot invoke "world.bentobox.bentobox.api.localization.BentoBoxLocale.getPrefixes()" because the return value of "java.util.Map.get(Object)" is null
[09:02:36] [Server thread/ERROR]: [BentoBox] Disabling BentoBox...
[09:02:36] [Server thread/ERROR]: [BentoBox] *************************************************
[09:02:36] [Server thread/INFO]: [BentoBox] Disabling addons...
[09:02:36] [Server thread/INFO]: [BentoBox] Disabling TwerkingForTrees...
[09:02:36] [Server thread/INFO]: [BentoBox] Disabling Border...
[09:02:36] [Server thread/INFO]: [BentoBox] Addons successfully disabled.
[09:02:36] [Server thread/INFO]: [BentoBox] Removing coops from islands...
[09:02:36] [Server thread/INFO]: [BentoBox] Saving islands - this has to be done sync so it may take a while with a lot of islands...
[09:02:36] [Server thread/INFO]: [BentoBox] Islands saved.
[09:02:36] [Server thread/INFO]: [BentoBox] Closing database.
[09:02:36] [Server thread/WARN]: java.lang.NullPointerException: Cannot invoke "world.bentobox.bentobox.api.localization.BentoBoxLocale.getPrefixes()" because the return value of "java.util.Map.get(Object)" is null
[09:02:36] [Server thread/WARN]: at BentoBox-1.24.1.jar//world.bentobox.bentobox.managers.LocalesManager.getAvailablePrefixes(LocalesManager.java:155)
[09:02:36] [Server thread/WARN]: at BentoBox-1.24.1.jar//world.bentobox.bentobox.api.user.User.replacePrefixes(User.java:461)
[09:02:36] [Server thread/WARN]: at BentoBox-1.24.1.jar//world.bentobox.bentobox.api.user.User.translate(User.java:455)
[09:02:36] [Server thread/WARN]: at BentoBox-1.24.1.jar//world.bentobox.bentobox.api.user.User.getTranslation(User.java:421)
[09:02:36] [Server thread/WARN]: at BentoBox-1.24.1.jar//world.bentobox.bentobox.api.user.User.sendMessage(User.java:525)
[09:02:36] [Server thread/WARN]: at BentoBox-1.24.1.jar//world.bentobox.bentobox.BentoBox.completeSetup(BentoBox.java:243)
[09:02:36] [Server thread/WARN]: at BentoBox-1.24.1.jar//world.bentobox.bentobox.BentoBox.lambda$onEnable$0(BentoBox.java:173)
[09:02:36] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftTask.run(CraftTask.java:101)
[09:02:36] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:480)
[09:02:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1103)
[09:02:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[09:02:36] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)

Describe the solution you'd like.

Add 1.20.2 compatibility

Describe alternatives you've considered.

None, I'm blocked

Agreements

  • I have searched for and ensured there isn't already an open issue regarding this.
  • I have ensured the feature I'm requesting isn't already in the latest supported BentoBox build or Addons.

Other

No response