Hey guys, this is just a quick tutorial explaining how to implement SQL into your Bukkit plugins! Tutorial! Any issues, comment! -Ben :D
How would I go around creating a FlatFile?
Hey guys, Just wondering if anybody knows how to get the MOTD and amount of online players on a different server. Thanks for any help! -Ben
Hi guys, I'm wondering if anyone has any idea about cross-server teleportation that dosen't require a client side modification. I've looked around...
You could always do: if(yourHM.containsKey(player)){ player.sendMessage(yourHM.get(player)); // get(player) will return the integer...
But where are you getting the orb from? What is it's spawn cause?
String lastArg = args[args.length-1]; This would be much simpler?
Make a cube around the tnt then check if any of the blocks are restone. If so, cancel the event: public boolean isNearRedstone(Block block){...
When are you trying to delete the orb?
Ok awesome, thanks ill test it :)
Just changing players names and player name data. It dosent look like it has a 1.4.7 version yet?
Has that been updated?
Hi! I see that they recently changed to 1.4.7 and removed CraftPlayer and EntityPlayer from the code. Is there any way to fix this and/or change...
How much Bukkit development knowledge do you have?
you could just convert that string into a char array and set the pointer to 2-6 to be added to a new string using StringBuilder?
Separate names with a comma.