I just created a plugin that enables donors to vote on weather and time, there were no errors showing up in my IDE (Eclipse), but when I try to run it on my plugin test server, it gives CommandException, and I can't figure out what its problem is.
Here is my code:
Here is the Exception:
I do need to hurry, because I am doing this for VoxelMC, and it needs to be done quick.
EDIT: The first command (startvote) is working now, however the second command is giving the same exception now. Am I not seeing something? I changed the old link to code to a new link to the code.