Plugin Compatibility Issue?

Post Reply
Sev
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Dec 10, 2013 5:48 am

Plugin Compatibility Issue?

Post by Sev »

I'm trying to run a bukkit plugin, Simple Random Number, on this server and I receive the error:
org.bukkit.command.CommandException Unhandled exception executing command 'srn' in plugin SimpleRandomNumber v2.0

I know that this plugin is compatible with 1.7.2 because I can run it on my PC test server and the plugin works fine. The only thing I can think of is there is a difference with how NFO processes the command. I use a .bat file to run the craftbukkit.jar. The permissions are all set up properly and I'm at a loss for what is causing the problem.

Here is the full error as shown in the console:

Code: Select all

org.bukkit.command.CommandException: Unhandled exception executing command 'srn' in plugin SimpleRandomNumber v2.0
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192) ~[craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:542) ~[craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:930) [craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:812) [craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) [craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:651) [craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:541) [craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:453) [craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
Caused by: java.lang.NullPointerException
at org.bukkit.ChatColor.translateAlternateColorCodes(ChatColor.java:203) ~[craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
at com.gmail.jameshealey1994.simplerandomnumber.SimpleRandomNumber.broadcastResult(SimpleRandomNumber.java:252) ~[?:?]
at com.gmail.jameshealey1994.simplerandomnumber.SimpleRandomNumber.rollDice(SimpleRandomNumber.java:122) ~[?:?]
at com.gmail.jameshealey1994.simplerandomnumber.SimpleRandomNumber.onCommand(SimpleRandomNumber.java:88) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.7.2-R0.1-20131209.222809-30.jar:git-Bukkit-1.6.4-R2.0-37-g4857595-b2951jnks]
... 13 more
Thanks in advance for any help that is provided!
joshh20
This is my homepage
This is my homepage
Posts: 146
Joined: Sat Mar 02, 2013 1:35 pm

Re: Plugin Compatibility Issue?

Post by joshh20 »

Are you running the same operating system on both machines? It is possible that there is an OS specific issue here.
Sev
New to forums
New to forums
Posts: 3
Joined: Tue Dec 10, 2013 5:48 am

Re: Plugin Compatibility Issue?

Post by Sev »

I do not know what operating system nfoservers.com servers run with. My PC runs Windows 7.
joshh20
This is my homepage
This is my homepage
Posts: 146
Joined: Sat Mar 02, 2013 1:35 pm

Re: Plugin Compatibility Issue?

Post by joshh20 »

So you have a regular Minecraft game server from NFO correct? I just tested version 2.0 of this plugin on my server and it seems to work fine. Are you running version 2.0? Also try to delete the SimpleRandomNumber folder and then restart your server and see if it yields any results.
Sev
New to forums
New to forums
Posts: 3
Joined: Tue Dec 10, 2013 5:48 am

Re: Plugin Compatibility Issue?

Post by Sev »

Yes, regular Minecraft server. I do have v2.0. Deleting the folder did not work. I started thinking that another plugin like Essentials might be interfering with it, but the same exact plugin setup on my PC server works just fine. The only difference is the actual servers themselves.
Post Reply