Giter Club home page Giter Club logo

dailyquest's People

Contributors

andrepl avatar ulchm avatar

Watchers

 avatar

Forkers

ulchm

dailyquest's Issues

Traceback from on load error.

[07:09:45 ERROR]: Could not pass event PlayerJoinEvent to DailyQuests v1.0-SNAPSHOT
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at net.minecraft.server.v1_7_R1.PlayerList.c(PlayerList.java:225) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at net.minecraft.server.v1_7_R1.PlayerList.a(PlayerList.java:116) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at net.minecraft.server.v1_7_R1.LoginListener.c(LoginListener.java:87) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at net.minecraft.server.v1_7_R1.LoginListener.a(LoginListener.java:42) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:150) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:657) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:259) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:540) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'quest' in plugin DailyQuests v1.0-SNAPSHOT
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at com.norcode.bukkit.dailyquests.DailyQuests.onPlayerJoin(DailyQuests.java:185) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_45]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
... 15 more
Caused by: java.lang.NullPointerException
at com.norcode.bukkit.dailyquests.reward.MoneyReward.getTitle(MoneyReward.java:56) ~[?:?]
at com.norcode.bukkit.dailyquests.command.QuestCommand.onExecute(QuestCommand.java:36) ~[?:?]
at com.norcode.bukkit.dailyquests.command.BaseCommand.onCommand(BaseCommand.java:76) ~[?:?]
at com.norcode.bukkit.dailyquests.command.BaseCommand.onCommand(BaseCommand.java:40) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
at com.norcode.bukkit.dailyquests.DailyQuests.onPlayerJoin(DailyQuests.java:185) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_45]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
... 15 more

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.