Hmm since you are looking for a developer,then , this is the wrong forum to post this and should be post under "Show off your Bukkit Server"...
Wrong forum ! This should be in Show off your Bukkit server subforum EDIT : Look --> mbaxter said that already ...
Great job ! Thanks for your hard work in making craftbukkit-1.3.1 build as soon as possible ! Appreciated !
I spotted your mistake . Your plugin.yml you left out your class name and only put the package name and your main should be...
Something like this ItemStack is = new ItemStack(Material.GOLD_HELMET, 1) king.getInventory().setHelmet(is); EDIT : Also make sure u...
You need the command registered in the plugin.yml Heres an example name: Simple main: me.GamerTechzTTG.Simple.Simple version: 1.0 description:...
Messed up :p
Simply do public void createYourTxtFile(){ File file = new File(getDataFolder(), "yourtxtfilename.txt"); if (!(file.exists())) {...
oops , forget about that :P
hmm you can get the int from the config with plugin.getConfig.getInt(StringPathHere) and Zeus is right , it is really weird that you put their...
Separate names with a comma.