Paste #127661: Unnamed Server Log Paste

Date: 2024/10/31 12:31:46 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


[22:17:12] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[22:17:12] [ServerMain/WARN]: Missing data pack paper
[22:17:15] [ServerMain/INFO]: Loaded 1290 recipes
[22:17:17] [Server thread/INFO]: Starting minecraft server version 1.21
[22:17:17] [Server thread/INFO]: Loading properties
[22:17:17] [Server thread/INFO]: This server is running CraftBukkit version 4289-Spigot-fb8fb72-8ee6fd1 (MC: 1.21) (Implementing API version 1.21-R0.1-SNAPSHOT)
[22:17:19] [Server thread/INFO]: *** This version of Spigot contains changes to some enums. If you notice that plugins no longer work after updating, please report this to the developers of those plugins first. ***
[22:17:19] [Server thread/INFO]: *** If you cannot update those plugins, you can try setting `settings.compatibility.enum-compatibility-mode` to `true` in `bukkit.yml`. ***
[22:17:19] [Server thread/INFO]: Debug logging is disabled
[22:17:19] [Server thread/INFO]: Server Ping Player Sample Count: 12
[22:17:19] [Server thread/INFO]: Using 4 threads for Netty based IO
[22:17:19] [Server thread/INFO]: Default game type: SURVIVAL
[22:17:19] [Server thread/INFO]: Generating keypair
[22:17:19] [Server thread/INFO]: Starting Minecraft server on *:25565
[22:17:19] [Server thread/INFO]: Using default channel type
[22:17:19] [Server thread/INFO]: [Denizen] Loading 2 libraries... please wait
[22:17:19] [Server thread/INFO]: [Denizen] Loaded library E:\denizen_test\libraries\org\mongodb\mongodb-driver-sync\4.8.1\mongodb-driver-sync-4.8.1.jar
[22:17:19] [Server thread/INFO]: [Denizen] Loaded library E:\denizen_test\libraries\org\mongodb\bson\4.8.1\bson-4.8.1.jar
[22:17:19] [Server thread/INFO]: [Denizen] Loaded library E:\denizen_test\libraries\org\mongodb\mongodb-driver-core\4.8.1\mongodb-driver-core-4.8.1.jar
[22:17:19] [Server thread/INFO]: [Denizen] Loaded library E:\denizen_test\libraries\org\mongodb\bson-record-codec\4.8.1\bson-record-codec-4.8.1.jar
[22:17:19] [Server thread/INFO]: [Denizen] Loaded library E:\denizen_test\libraries\redis\clients\jedis\4.3.1\jedis-4.3.1.jar
[22:17:19] [Server thread/INFO]: [Denizen] Loaded library E:\denizen_test\libraries\org\slf4j\slf4j-api\1.7.36\slf4j-api-1.7.36.jar
[22:17:19] [Server thread/INFO]: [Denizen] Loaded library E:\denizen_test\libraries\org\apache\commons\commons-pool2\2.11.1\commons-pool2-2.11.1.jar
[22:17:19] [Server thread/INFO]: [Denizen] Loaded library E:\denizen_test\libraries\org\json\json\20220320\json-20220320.jar
[22:17:19] [Server thread/INFO]: [Denizen] Loaded library E:\denizen_test\libraries\com\google\code\gson\gson\2.8.9\gson-2.8.9.jar
[22:17:20] [Server thread/INFO]: [Denizen] Loading Denizen v1.3.1-SNAPSHOT (build 7085-DEV)
[22:17:20] [Server thread/INFO]: Preparing level "world"
[22:17:23] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[22:17:24] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[22:17:24] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[22:17:25] [Server thread/INFO]: Time elapsed: 1583 ms
[22:17:25] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[22:17:25] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[22:17:25] [Worker-Main-3/INFO]: Preparing spawn area: 42%
[22:17:26] [Server thread/INFO]: Time elapsed: 969 ms
[22:17:26] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[22:17:26] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[22:17:26] [Server thread/INFO]: Time elapsed: 421 ms
[22:17:26] [Server thread/INFO]: [Denizen] Enabling Denizen v1.3.1-SNAPSHOT (build 7085-DEV)
[22:17:27] [Server thread/INFO]: +> [DenizenCore] Initializing Denizen Core v1.91.0-SNAPSHOT (Build 1390), impl for Spigot v1.3.1-SNAPSHOT (build 7085-DEV) 
[22:17:29] [Server thread/INFO]: +> [Denizen] Running on java version: 21.0.4 
[22:17:29] [Server thread/INFO]: +> [Denizen] Running on fully supported Java 21. 
[22:17:30] [Server thread/ERROR]: Error occurred while enabling Denizen v1.3.1-SNAPSHOT (build 7085-DEV) (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_21_R2/inventory/CraftInventoryCustom
    at com.denizenscript.denizen.nms.v1_21.Handler.<clinit>(Handler.java:279) ~[?:?]
    at java.base/java.lang.Class.forName0(Native Method) ~[?:?]
    at java.base/java.lang.Class.forName(Unknown Source) ~[?:?]
    at java.base/java.lang.Class.forName(Unknown Source) ~[?:?]
    at com.denizenscript.denizen.nms.NMSHandler.initialize(NMSHandler.java:51) ~[?:?]
    at com.denizenscript.denizen.Denizen.onEnable(Denizen.java:157) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:267) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:492) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_21_R1.CraftServer.enablePlugin(CraftServer.java:575) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at org.bukkit.craftbukkit.v1_21_R1.CraftServer.enablePlugins(CraftServer.java:489) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:641) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:426) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:269) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1017) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at java.base/java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_21_R2.inventory.CraftInventoryCustom
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:160) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:112) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
    ... 17 more
[22:17:30] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[22:17:30] [Server thread/INFO]: Done (10.058s)! For help, type "help"
[22:22:01] [User Authenticator #1/INFO]: UUID of player Vist_v5 is 8802be20-0dac-4c18-941d-2c6e2eed69d6
[22:22:02] [Server thread/INFO]: Vist_v5 joined the game
[22:22:02] [Server thread/INFO]: Vist_v5[/127.0.0.1:64117] logged in with entity id 100 at ([world]12.08915534809518, 64.0, 17.25729771336531)
[22:22:19] [Server thread/INFO]: Vist_v5 issued server command: /pl
[22:22:23] [Server thread/ERROR]: Exception when Vist_v5 attempted to tab complete denizen 
org.bukkit.command.CommandException: Unhandled exception during tab completion for command '/denizen ' in plugin Denizen v1.3.1-SNAPSHOT (build 7085-DEV)
    at org.bukkit.command.PluginCommand.tabComplete(PluginCommand.java:150) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.Command.tabComplete(Command.java:93) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.tabComplete(SimpleCommandMap.java:232) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_21_R1.CraftServer.tabCompleteCommand(CraftServer.java:2217) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at org.bukkit.craftbukkit.v1_21_R1.CraftServer.tabComplete(CraftServer.java:2189) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at org.bukkit.craftbukkit.v1_21_R1.command.BukkitCommandWrapper.getSuggestions(BukkitCommandWrapper.java:60) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at com.mojang.brigadier.tree.ArgumentCommandNode.listSuggestions(ArgumentCommandNode.java:71) ~[brigadier-1.2.9.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:542) ~[spigot-1.21.jar:?]
    at com.mojang.brigadier.CommandDispatcher.getCompletionSuggestions(CommandDispatcher.java:524) ~[spigot-1.21.jar:?]
    at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:735) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:37) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.network.protocol.game.PacketPlayInTabComplete.a(SourceFile:9) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$ensureRunningOnSameThread$0(PlayerConnectionUtils.java:35) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:162) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1270) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:203) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:136) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1249) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1242) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:145) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1207) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.v_(MinecraftServer.java:1214) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1078) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at java.base/java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "com.denizenscript.denizen.utilities.command.manager.CommandManager.onTabComplete(org.bukkit.command.CommandSender, org.bukkit.command.Command, String, String[])" because "this.commandManager" is null
    at com.denizenscript.denizen.Denizen.onTabComplete(Denizen.java:594) ~[?:?]
    at org.bukkit.command.PluginCommand.tabComplete(PluginCommand.java:141) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    ... 26 more
[22:22:26] [Server thread/INFO]: Vist_v5 issued server command: /denizen:denizen
[22:22:26] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'denizen:denizen' in plugin Denizen v1.3.1-SNAPSHOT (build 7085-DEV)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:150) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_21_R1.CraftServer.dispatchCommand(CraftServer.java:921) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at org.bukkit.craftbukkit.v1_21_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.2.9.jar:?]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.a(SourceFile:29) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(SourceFile:13) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.execution.UnboundEntryAction.a(SourceFile:8) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.execution.CommandQueueEntry.a(SourceFile:8) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.execution.ExecutionContext.a(SourceFile:107) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:414) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:336) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:323) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1842) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$7(PlayerConnection.java:1818) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:162) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1270) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:203) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:136) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1249) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1242) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:145) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1207) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.v_(MinecraftServer.java:1214) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1078) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at java.base/java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "com.denizenscript.denizen.utilities.command.manager.CommandManager.hasCommand(org.bukkit.command.Command, String)" because "this.commandManager" is null
    at com.denizenscript.denizen.Denizen.onCommand(Denizen.java:583) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    ... 28 more
[22:22:30] [Server thread/INFO]: Vist_v5 issued server command: /denizen:denizen Vist_v5
[22:22:30] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'denizen:denizen' in plugin Denizen v1.3.1-SNAPSHOT (build 7085-DEV)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:150) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_21_R1.CraftServer.dispatchCommand(CraftServer.java:921) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at org.bukkit.craftbukkit.v1_21_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.2.9.jar:?]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.a(SourceFile:29) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(SourceFile:13) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.execution.UnboundEntryAction.a(SourceFile:8) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.execution.CommandQueueEntry.a(SourceFile:8) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.execution.ExecutionContext.a(SourceFile:107) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:414) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:336) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:323) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1842) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$7(PlayerConnection.java:1818) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:162) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1270) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:203) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:136) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1249) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1242) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:145) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1207) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.v_(MinecraftServer.java:1214) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1078) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at java.base/java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "com.denizenscript.denizen.utilities.command.manager.CommandManager.hasCommand(org.bukkit.command.Command, String)" because "this.commandManager" is null
    at com.denizenscript.denizen.Denizen.onCommand(Denizen.java:583) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    ... 28 more
[22:22:34] [Server thread/INFO]: Vist_v5 issued server command: /denizen:ex
[22:22:34] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'denizen:ex' in plugin Denizen v1.3.1-SNAPSHOT (build 7085-DEV)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:150) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_21_R1.CraftServer.dispatchCommand(CraftServer.java:921) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at org.bukkit.craftbukkit.v1_21_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.2.9.jar:?]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.a(SourceFile:29) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(SourceFile:13) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.execution.UnboundEntryAction.a(SourceFile:8) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.execution.CommandQueueEntry.a(SourceFile:8) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.execution.ExecutionContext.a(SourceFile:107) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:414) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:336) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:323) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1842) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$7(PlayerConnection.java:1818) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:162) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1270) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:203) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:136) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1249) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1242) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:145) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1207) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.v_(MinecraftServer.java:1214) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1078) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[spigot-1.21.jar:4289-Spigot-fb8fb72-8ee6fd1]
    at java.base/java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "com.denizenscript.denizen.utilities.command.manager.CommandManager.hasCommand(org.bukkit.command.Command, String)" because "this.commandManager" is null
    at com.denizenscript.denizen.Denizen.onCommand(Denizen.java:583) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-api-1.21-R0.1-SNAPSHOT.jar:?]
    ... 28 more
[22:25:33] [Server thread/INFO]: Vist_v5 lost connection: Disconnected
[22:25:33] [Server thread/INFO]: Vist_v5 left the game
[22:29:19] [Server thread/INFO]: Stopping server
[22:29:19] [Server thread/INFO]: [Denizen] Disabling Denizen v1.3.1-SNAPSHOT (build 7085-DEV)
[22:29:19] [Server thread/INFO]: Saving players
[22:29:20] [Server thread/INFO]: Saving worlds
[22:29:20] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[22:29:21] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[22:29:21] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[22:29:21] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[22:29:21] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[22:29:21] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[22:29:21] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved