BentoBox: Error trying to create an island
Description
Hello again. we are getting an error when we try to create islands. we had it working fine with 5 skyblocks server running, we let it set overnight and restarted the server and got a Null error.
Describe the bug
When a player tries to create an island in any of the skyblock server (names are: bskyblock, Dwarf, Elf, Human, Orc) they get the message “An internal error occurred while attempting to perform this command” output to their screen and the below error in the console.
Steps to reproduce the behavior
Expected behavior
Expected behavior is that the island is created and player is teleported to island and the server not hitting 0 TPS and crashing.
Screenshots and videos (Optional)
the error from the log:
31.01 20:03:18 [Server] Server thread/ERROR null
31.01 20:03:18 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing 'orc:is create' in world.bentobox.orc.Orc$1(island)
31.01 20:03:18 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:156) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at org.bukkit.craftbukkit.v1_16_R2.CraftServer.dispatchCommand(CraftServer.java:758) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at org.bukkit.craftbukkit.v1_16_R2.entity.CraftPlayer.performCommand(CraftPlayer.java:360) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at world.bentobox.bentobox.api.user.User.performCommand(User.java:544) ~[?:?]
31.01 20:03:18 [Server] INFO at world.bentobox.bentobox.api.commands.island.DefaultPlayerCommand.execute(DefaultPlayerCommand.java:127) ~[?:?]
31.01 20:03:18 [Server] INFO at world.bentobox.bentobox.api.commands.CompositeCommand.call(CompositeCommand.java:266) ~[?:?]
31.01 20:03:18 [Server] INFO at world.bentobox.bentobox.api.commands.CompositeCommand.execute(CompositeCommand.java:239) ~[?:?]
31.01 20:03:18 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at org.bukkit.craftbukkit.v1_16_R2.CraftServer.dispatchCommand(CraftServer.java:758) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.PlayerConnection.handleCommand(PlayerConnection.java:1697) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.PlayerConnection.a(PlayerConnection.java:1540) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.TickTask.run(SourceFile:18) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeTask(SourceFile:144) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeNext(SourceFile:118) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.ba(MinecraftServer.java:941) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.executeNext(MinecraftServer.java:934) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.awaitTasks(SourceFile:127) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.sleepForTick(MinecraftServer.java:918) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:850) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[spigot_1.16.3.jar:git-Spigot-57bbdd8-dea4138]
31.01 20:03:18 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
31.01 20:03:18 [Server] INFO Caused by: java.lang.NullPointerException
last timings report - https://timings.spigotmc.org/?url=boworinowo
Environment
Output of /bbox version
(Mandatory)
31.01 20:17:39 [Server] Server thread/INFO BentoBox version: 1.15.5
31.01 20:17:39 [Server] Server thread/INFO Database: JSON
31.01 20:17:39 [Server] Server thread/INFO Loaded Game Worlds:
31.01 20:17:39 [Server] Server thread/INFO bskyblock_world (BSkyBlock): Overworld, Nether, The End
31.01 20:17:39 [Server] Server thread/INFO dwarf_world (Dwarf): Overworld, Nether, The End
31.01 20:17:39 [Server] Server thread/INFO elf_world (Elf): Overworld, Nether, The End
31.01 20:17:39 [Server] Server thread/INFO human_world (Human): Overworld, Nether, The End
31.01 20:17:39 [Server] Server thread/INFO orc_world (Orc): Overworld, Nether, The End
31.01 20:17:39 [Server] Server thread/INFO Loaded Addons:
31.01 20:17:39 [Server] Server thread/INFO Bank 1.1.1 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Biomes 1.13.0 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO BSkyBlock 1.14.3 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Challenges 0.8.3 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Chat 1.1.1 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO CheckMeOut 1.0.2 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO ControlPanel 1.7.0 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO DimensionalTrees 1.6.0 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Dwarf 1.14.3-SNAPSHOT-LOCAL (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Elf 1.14.3-SNAPSHOT-LOCAL (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO ExtraMobs 1.11.0.3 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Greenhouses 1.4.1 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Human 1.14.3-SNAPSHOT-LOCAL (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Level 2.5.0 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Limits 1.15.0 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO MagicCobblestoneGenerator 2.1.0 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Orc 1.14.3-SNAPSHOT-LOCAL (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO TwerkingForTrees 1.4.1 (ENABLED)
31.01 20:17:39 [Server] Server thread/INFO Warps 1.10.0 (ENABLED)
Plugins (Optional)
31.01 20:18:32 [Server] Server thread/INFO Plugins (33): LuckPerms, OpenInv, PlayingWithTime, PortableCraftingInvs, PlaceholderAPI, ChatMonitor, NametagEdit, Playtimes, NoCraftPlus, ChunkHoppers, Vault, WorldEdit, Essentials, SpigotLib, OnlyProxy, ProtocolLib, AuctionHouse, BentoBox, EssentialsChat, TimeIsMoney, EssentialsSpawn, CoreProtect, EnjinMinecraftPlugin, TitleManager, HolographicDisplays, LiteBans, Multiverse-Core, SimplePortals, UltimateStacker, WorldGuard, NexEngine, SilkSpawners, GoldenCrates
Additional context (Optional)
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 21 (10 by maintainers)
zero-new-island-levels: false
Try 2 first, if that doesn’t help then try 1 and see if that has any effect.