Does anyone have any clues?
The server is crashing because I am removing some of the biomes, ill need to remove the auto-save feature for statistics. [13:32:44 WARN]:...
The new way that NBT's getList function has changed from .getList(String arg0) to .getList(String arg0, int arg1). I need some help with updating...
How would I be able to get items from a Chest in a Schematic file? public static Schematic loadScheamtic(File file) { try { InputStream fis =...
The schematic that i'm loading defiantly has the data for chests because I loaded it perfectly with MCEdit. Its the way the code loads it. Any...
Garris0n CompoundTag compound = (CompoundTag) nbtStream.readTag(); // ERROR
Do you know how you would fix it?
I need to return as Schematic. public static Schematic loadScheamtic(File file) { try { if (file.exists()) { NBTInputStream nbtStream...
Thanks CubieX
public class walls implements Runnable { public Player player1 = null; public Location l = null; public void setPlayer(Player player) {...
Benatat12 Thanks. I was editing the array in the loop, but its not anymore. Really helped. :)
Code (line 272): for (String name : hidden) { Error: 15.09 02:52:15 [Server] SEVERE at java.lang.Thread.run(Unknown Source) 15.09 02:52:15...
Loogeh Ok... more searching then...
Loogeh I downloaded it just before and nothing different, except for getTypeId() and setTypeId() is now depreciated.
Loogeh Ok, thanks Loogeh Hmm... I looked at a plugin called SignChanger and I saw the code was close to the same, it works but not mine? package...
Separate names with a comma.