Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing from Essentials causes error. #188

Open
lewmilburn opened this issue Feb 3, 2025 · 0 comments
Open

Importing from Essentials causes error. #188

lewmilburn opened this issue Feb 3, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lewmilburn
Copy link
Member

Please describe the bug

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

Server information:

Minecraft Version: [e.g. 1.21.1] - Server Implementation: [e.g. Bukkit, Spigot, Paper, etc.] - Essence Version: [e.g. 1.1.0]

Please enter a link to your logs

es import Essentials
[18:40:38 INFO]: [Essence] Successfully imported warps from Essentials.
[18:40:38 INFO]: [Essence] Unable to import homes from Essentials.
[18:40:38 WARN]: [Essence] Unable to open file at '/Users/lewis/Documents/Test server/plugins/Essentials/spawn.yml'.
[18:40:38 WARN]: [Essence] Tried to get list from a file without opening a file first.
[18:40:38 WARN]: Unexpected exception while parsing console command "es import Essentials"
org.bukkit.command.CommandException: Unhandled exception executing command 'es' in plugin Essence v1.7.2
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:1016) ~[paper-1.21.4.jar:1.21.4-118-73f7736]
at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:1001) ~[paper-1.21.4.jar:1.21.4-118-73f7736]
at net.minecraft.server.dedicated.DedicatedServer.handleConsoleInputs(DedicatedServer.java:478) ~[paper-1.21.4.jar:1.21.4-118-73f7736]
at net.minecraft.server.dedicated.DedicatedServer.tickConnection(DedicatedServer.java:428) ~[paper-1.21.4.jar:1.21.4-118-73f7736]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1738) ~[paper-1.21.4.jar:1.21.4-118-73f7736]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1529) ~[paper-1.21.4.jar:1.21.4-118-73f7736]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1251) ~[paper-1.21.4.jar:1.21.4-118-73f7736]
at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:310) ~[paper-1.21.4.jar:1.21.4-118-73f7736]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Set.iterator()" because "spawns" is null
at essence-1.7.2.jar/net.lewmc.essence.utils.ImportUtil.essentialsSpawns(ImportUtil.java:116) ~[essence-1.7.2.jar:?]
at essence-1.7.2.jar/net.lewmc.essence.commands.EssenceCommands.importCommand(EssenceCommands.java:120) ~[essence-1.7.2.jar:?]
at essence-1.7.2.jar/net.lewmc.essence.commands.EssenceCommands.onCommand(EssenceCommands.java:53) ~[essence-1.7.2.jar:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
... 10 mor

Anything else?

No response

@lewmilburn lewmilburn added the bug Something isn't working label Feb 3, 2025
@lewmilburn lewmilburn self-assigned this Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant