The thought had occurred to me many times before to make this a sort of mod, but I just don't have the resources to do it, like a server to run...
Autosave means saving the world, much like when you pause your game in single player and the game automatically saves the world in the background....
FisheyLP my response didn't work?
Would something like this work? for (ItemStack item : player.getInventory().getContents()){ if (item.getType() == Material.INK_SACK &&...
mine-care I'm no help..sorry.
mine-care I suppose you could do that. It would return the topOfStack which is the location out of the array that's closest to the location you...
public class Region{ public Location[] locations; public Region(Location[] locations){ this.locations = locations; } public...
BungeeTheCookie I have literally no idea how you would do anything like this code-wise, sorry! :P Given the fact that players can change their...
FisheyLP Sorry, I'm of little help... I'm just fairly certain the problem isn't with the code to read the file, it's the code to get the path.
BungeeTheCookie I just counted, I believe it's 100 characters. The place I'd start is breaking up the message into lines (that are small enough...
FisheyLP If your file is in a plugin data folder.. path = new File(plugin.getDataFolder(), relativeFilePath); relativeFilePath is path to the...
Separate names with a comma.