Hi, I'm planning to make a plugin. The plugin is a timer that keeps track how long my user's are online. My question is: is it possible to add...
Fixed it. It is working I just replace all _ with " " :) Thanks for the effort.
So i tried this: package com.cj4.mbroker; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import...
Did you add it to the plugin.yml?
I tried your method, but it didn't worked. I have two parameters one a int and one a string. Thanks
The problem is that there also is a color args. so args[0] is the Message and args[1] is the color how can I make args[0] be This Server is awesome!...
Hi, i'm making a message broker and I want my admins to have spaces in their message's. now the problem is it won't accept them. I tried adding...
I got a new stacktrace: 2012-04-01 21:26:31 [SEVERE] java.lang.NullPointerException 2012-04-01 21:26:31 [SEVERE] at...
I do that And then i got a new error also posted updated code :)
Here is the updated code: package com.cj4.mbroker; import java.io.File; import java.io.IOException; import java.sql.Connection; import...
in the roll() function I assign a value to con :)
Thanks, but when I do that I get a nullpointer exception: package com.cj4.mbroker; import java.sql.Connection; import java.sql.DriverManager;...
Hi, i'm having trouble with SQLite. I'm making an annoucer witch reads the message's from the database. I also gona let my admins add message's...
Separate names with a comma.