Hey! I know that the limit on player>server is 114, 119 something that.. But my question is? Is there any limit on server>player broadcast...
Josh014 Np, just glad to hear it finally worked! Just 100 more lines of code, like 5000 errors and 2-3 hours talking on a forum. simple! :) ~Foorack
-
Try replace: private final File configFile = new File(this.getDataFolder() + "\\data.dat"); "TO" private final File configFile = new...
Josh014 Glad to hear it worked! :) The warning means that the compiler can't guarantee type safety even if the casting works fine at runtime. Also...
Josh014 In the catch-block, change IOException to Exception. That should work ;)
Have you imported IOException? try to import: java.io.IOException;
Josh014 Oh, thats why, the code isent inside a try catch block.. sorry, forgot that ;) try{ if(configFile.exists() && configFile.isFile()){...
kevin3220 FOUND IT, Thats because Material.LONG_GRASS is equals the material id 31 and 31 is the id for dead bush. ID: 31 - Damage: 0 = dead_bush...
Josh014 Can you please tell me on what line its causing trouble and can you also please post the stack-trace? :)
Are you getting any errors in console? If you do, please post full stack-trace.. It helps alot if we know what the error message is.. Also, one...
You could make a method called addRecipes (or something), the you only need to write it in one place.. example: public void addRecipes(){...
One way you can store an arraylist is througth save the whole object. This can be achived througth a ObjectInputStream/ObjectOuputStream. Put this...
HawkIngot Are you getting any errors in console? Warnings, Exceptions...?? Also what version of craftbukkit are you building against to.. It could...
Separate names with a comma.