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

NPE on /is top #1

Closed
rlf opened this issue Dec 5, 2014 · 1 comment
Closed

NPE on /is top #1

rlf opened this issue Dec 5, 2014 · 1 comment
Assignees

Comments

@rlf
Copy link
Owner

rlf commented Dec 5, 2014

[23:54:37] [Server thread/INFO]: R4zorax issued server command: /is level
[23:54:37] [Craft Scheduler Thread - 1070/INFO]: Player data saved!
[23:54:44] [Server thread/INFO]: R4zorax issued server command: /is top
[23:54:49] [Server thread/INFO]: R4zorax issued server command: /dev topten
[23:54:52] [Server thread/INFO]: R4zorax issued server command: /is top
[23:54:52] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'is' in plugin uSkyBlock v2.0.0
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-da32fe1-8110f51]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[spigot.jar:git-Spigot-da32fe1-8110f51]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:643) ~[spigot.jar:git-Spigot-da32fe1-8110f51]
at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1083) [spigot.jar:git-Spigot-da32fe1-8110f51]
at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:918) [spigot.jar:git-Spigot-da32fe1-8110f51]
at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26) [spigot.jar:git-Spigot-da32fe1-8110f51]
at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53) [spigot.jar:git-Spigot-da32fe1-8110f51]
at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot.jar:git-Spigot-da32fe1-8110f51]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0]
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) [?:1.7.0]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0]
at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:686) [spigot.jar:git-Spigot-da32fe1-8110f51]
at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot.jar:git-Spigot-da32fe1-8110f51]
at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:627) [spigot.jar:git-Spigot-da32fe1-8110f51]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:530) [spigot.jar:git-Spigot-da32fe1-8110f51]
at java.lang.Thread.run(Unknown Source) [?:1.7.0]
Caused by: java.lang.NullPointerException
at us.talabrek.ultimateskyblock.uSkyBlock.displayTopTen(uSkyBlock.java:285) ~[?:?]
at us.talabrek.ultimateskyblock.IslandCommand.onCommand(IslandCommand.java:240) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-da32fe1-8110f51]
... 15 more
@rlf rlf self-assigned this Dec 5, 2014
rlf pushed a commit that referenced this issue Dec 6, 2014
@rlf
Copy link
Owner Author

rlf commented Dec 6, 2014

Caused by misconfigured fiiles while moving between plugin versions.
Made it a bit more robust.

@rlf rlf closed this as completed Dec 6, 2014
rlf pushed a commit that referenced this issue Jan 11, 2016
Improvement Some Translate Location
rlf pushed a commit that referenced this issue Jan 11, 2016
rlf pushed a commit that referenced this issue Jan 31, 2016
Update SourceCode Before Pull request
Muspah added a commit to Muspah/uSkyBlock that referenced this issue May 13, 2019
Muspah added a commit that referenced this issue May 27, 2019
* Bukkit#getOfflinePlayer() never returns null

* Don't complain about deprecation of Bukkit#getPlayer(String)

* Replace deprecated PlayerPickupItemEvent with EntityPickupItemEvent
Muspah added a commit to Muspah/uSkyBlock that referenced this issue May 15, 2020
Measure PlayerDB type usage in preperation of new storage system
Muspah added a commit to Muspah/uSkyBlock that referenced this issue Jul 20, 2021
Muspah added a commit to Muspah/uSkyBlock that referenced this issue Dec 21, 2021
marcbal pushed a commit to marcbal/uSkyBlock that referenced this issue Jun 28, 2024
* Initial commit

* Moved to bukkit-utils from rlf/uSkyBlock

* v1.11

* UUIDUtil and more

* CRLF vs LF.... sigh

* LocationUtil

* ItemStackUtil

* fix test data to CRLF

* TimeUtil added

* Fix minor error in PlainTextCommandVisitor

* Added sorting to AbstractTabCompleter and two player completers

* Make EntitySpawner 1.8 compliant and add 1.11 support to Travis

* Add VersionUtil

* Bump version of Vault and Bukkit

* Bump various versions and quick-fix Issues rlf#1059, rlf#1057

* JDK 1.8

* bump version

* what-evs

* expose mocking

* Fix issue rlf#1064 - challenge chests

* Fix issue rlf#1064 - challenge chests

* move to using marktr instead of tr for commands

* Update mockito and add backdoor for plugin-owners

* Also allow permission-override on abstract commands

* add github.global property

* Paginate only commands the player has access to

* block tab-listing when no permissions

* Improve the reading of stringlists to support space separated lists

* Improve createItemStack for 1.13 detection given 1.12 item-names

* Update ReflectionUtil to be used by StructureAPI

* Improve LocationUtil and add LanguageCommand

* Version to 1.24, fix tests on non-Windows/CRLF, auto deploy via Travis

* First 1.14.2 build

* Attempt to fix deployment rlf#1

* Openjdk8, not oraclejdk9

* 1.25-SNAPSHOT, MC1.16.1

* Java 16, Spigot 1.17

* Add apache snapshots plugin repo

* Hard-code MojangsonParser package name

* Remove JSONSimple dependency (rlf#2)

* Remove JSONUtil
* Use Gson for NBTUtil test

* [ci-skip] Remove unused and outdated PermissionUtil

* NBT map field is now called x

* Deploy using GH Actions

* Remove Travis

* Integrate bukkit-util as maven module

* Update custom yaml handler to not duplicate comments

---------

Co-authored-by: Razorax <rasmus@lockfuglsang.dk>
Co-authored-by: Muspah <43544407+Muspah@users.noreply.github.com>
Co-authored-by: Muspah <simondw@sapo.pt>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant