a test of the exact word, so bla and blabla makes a diffrence, can't use contains my solution would be: String teststring =...
try overwriting finalize() this might just work for you :)
ondisable is called when getPluginLoader().disablePlugin(pluginObject) is called. so it is called when you deactivate the plugin without shuting...
if (block.getType() == Material.SIGN) { Sign s = (Sign) block.getState() String[] lines = s.getLines(); }
for(int i = 0; i <= items.length; i++){ i <= items.length should be i < items.length because the return of items.lenght is the number of items....
me confused, code plx :)
ah i overlooked something String player = event.getPlayer().getName(); i got to have the players name to get it so either try to get the name...
String player = ""; String buff = ""; ItemStack[] items =...
import org.bukkit.entity.Player; import org.bukkit.block.Block; import org.bukkit.block.BlockFace; it changed :D
can happen to anyone :) i hope you will be successful at making a great plugin :) cya
Sry your post wasn't all to clear on what you read or not ^^ I agree with Markus, if you get to understand just a little of java you will be just...
java -Xms250m -Xmx1024m -cp ./mysql-connector-java-bin.jar;./jython.jar -jar craftbukkit-0.0.1-SNAPSHOT.jar isnt cp for classpath? so ./ would be...
the server is stuck at loading the plugins? do you have any plugins activ on that server? [doing now the error is there :D] overread the python...
no con = DriverManager.getConnection("jdbc:mysql://" + "localhost", "root", "password") there is no "/DBname" (test) at his code or i don't...
on addition everithing is written in Capital Letters so maybe a name.toUpperCase() would also work wonders for the lazy :D (like me)
Separate names with a comma.