Ban Management

Ban Management

193k Downloads

Error when server start

JohOply opened this issue · 4 comments

commented

Hi !

I don't know why, i have an error and plugin don't work (i can't ban nobody) :

[02:15:07 INFO]: [BanManager] Enabling BanManager v5.6.1
[02:15:08 ERROR]: Error occurred while enabling BanManager v5.6.1 (Is it up to date?)
java.lang.NullPointerException
at me.confuser.banmanager.storage.PlayerBanStorage.(PlayerBanStorage.java:49) ~[?:?]
at me.confuser.banmanager.BanManager.setupStorages(BanManager.java:405) ~[?:?]
at me.confuser.banmanager.BanManager.onEnable(BanManager.java:125) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at java.lang.Thread.run(Thread.java:744) [?:1.7.0_55]

commented

happens to me all the time... you have a banned player whose uuid is NOT in your bm_players table

commented

That's work with #179 , thank you !

commented

mhhh... Any command work (mute, tempmute, ban...) even if player is in the table :(

If i use mute : /mute PLAYER reason, the answer me "/mute ", like if there isn't any argument... I really don't know why, because there is the same version on the server since 1 month !! :/

commented

Update to a development build, it'll ignore the ban that's causing the
issue and allow banmanager to work
On 31 Aug 2015 12:21, "JohOply" [email protected] wrote:

mhhh... Any command work (mute, tempmute, ban...) even if player is in the
table :(

If i use mute : /mute PLAYER reason, the answer me "/mute ", like if there
isn't any argument... I really don't know why, because there is the same
version on the server since 1 month !! :/


Reply to this email directly or view it on GitHub
#384 (comment)
.