You're compiling with Java 12 and running the server with Java 8
I would recommend changing your DB password and also moving that to a config.
There are chunk issues in these newer builds, performance is worse and chunk loading is much slower. It's a well-known 1.14 issue What your...
Repeating task every 10 mins, when fired then runTaskLater with 3 mins. When answered set a UUID and ignore the others. Once 3 mins is up, check...
Yeah, simple reason for that is there isn't a need. I don't think you understood what I said. Please re-read what I said, I never once try and...
@KarimAKL For the breaking, I'd likely just use a set with location. No need to cache the entire Block object. Also, small speed improvement,...
The response on Spigot didn't discourage you eh? While I agree posting things like this can showcas some new resources you also need to understand...
No idea how it gets the player, you never actually use the player variable. I guess it is used in addPlayer? If so, just loop all players and add.
Any messages? Anything in console?
@girardcome Do this private final DecimalFormat df = new DecimalFormat("0.0#%"); // Task double generationTime = (double) time / 600 * 100;...
Also, it'd be a simple plugin or program of doing a GET to https://checkip.amazonaws.com and changing the server.prolertirs file. It takes like 30...
What I recommend is checking if file exists, if not do saveDefaultConfig. Preserves all formatting perfectly if (!new File(getDataFolder(),...
https://bukkit.org/threads/create-your-own-custom-head-texture.424286/ The site has all the info needed at the bottom. What needs to be done is...
@IAmANoot Add https:// to the start. @Kars 2019, https boi! (Also he literally uses HttpsURLConnection and IIRC it errors on non-secure protocol)
What @KarimAKL would be best case but I'd make a helper method so you don't fill onCommand with try catches. private int getInt(String str, int...
Separate names with a comma.