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

Tutorial problems #352

Closed
SnUncle opened this issue Feb 3, 2018 · 2 comments
Closed

Tutorial problems #352

SnUncle opened this issue Feb 3, 2018 · 2 comments
Labels

Comments

@SnUncle
Copy link

SnUncle commented Feb 3, 2018

I set created a dungeon and use the turn on the tutorial
but when the newbie come in my sever . did not have anything happend
im using luckperms
[Server thread/ERROR]: Could not pass event PlayerJoinEvent to DungeonsXL v0.16-SNAPSHOT-06
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_144]
Caused by: java.lang.NullPointerException
at io.github.dre2n.dungeonsxl.dungeon.Dungeon.(Dungeon.java:52) ~[?:?]
at io.github.dre2n.dungeonsxl.player.DGroup.(DGroup.java:135) ~[?:?]
at io.github.dre2n.dungeonsxl.player.DGroup.(DGroup.java:105) ~[?:?]
at io.github.dre2n.dungeonsxl.player.DGroup.(DGroup.java:100) ~[?:?]
at io.github.dre2n.dungeonsxl.player.DGlobalPlayer.startTutorial(DGlobalPlayer.java:378) ~[?:?]
at io.github.dre2n.dungeonsxl.player.DPlayerListener.onPlayerJoin(DPlayerListener.java:374) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
... 14 more
[17:29:10] [Server thread/INFO]: SnUncle1117[/127.0.0.1:52793] logged in with entity id 1880 at ([world]-185.5, 70.0, 713.5)

@Sataniel98 Sataniel98 added the BUG label Feb 3, 2018
@Sataniel98
Copy link
Member

Thank you for your report. The bug is a missing check if the tutorial dungeon actually exists. That being said, the dungeon you selected as a tutorial doesn't seem to exist.

@SnUncle
Copy link
Author

SnUncle commented Feb 3, 2018

this dungeon is in my maps folder

@Sataniel98 Sataniel98 added this to the Beta 0.16.x milestone Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants