Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
This is most likely because PlayerInteractEvent is called twice when right clicking, once for each hand. That needs to be taken into account.
The interval is in milliseconds, the default value is set to 7 days.
The folder needs to be under the same user as the user you run the Minecraft server from: chown -R (user) path/to/server/ The -R is to recursively...
Honestly, the best way to do this might be to have a way to select two locations, then save a pattern you build by iterating through all the...
You can use the methods thenAccept to run code with the input but without an output, and thenApply to run code to convert the input into an output.
A good first step would be to share code, but I suspect you will need to load the chunk first.
Alternatively, you can schedule that code to run a tick later, which will only happen once the server is fully started up.
gecko10000 updated AdventureCalendar with a new update entry: Show present item in editor Read the rest of this update entry...
It was difficult to keep track of which present had which item, so this update adds the item into the /ac edit GUI present display.
gecko10000 updated AdventureCalendar with a new update entry: Fix Head Database integration Read the rest of this update entry...
Certain menus were attempting to use HDB heads before they had loaded; now they will wait until HDB is fully loaded to allow access.
Ah, I see the issue now. Let me fix it
What error are you getting? It may be that the heads are being accessed before HDB loads them asynchronously.
Regenerate your config, one of the items in there is null
It uses PlaceholderAPI placeholders, so you would use %player_name%, and no slash
Head Database is supported directly, you can use the format hdb-(id) to insert HDB heads as stated in the description.
I believe this should be fixed.
gecko10000 updated AdventureCalendar with a new update entry: Add {day} meta placeholder Read the rest of this update entry...
This changes all usage of %day% to {day}, and allows use of {day} within AC placeholders. It also adds the %adventurecalendar_current% placeholder...
gecko10000 updated AdventureCalendar with a new update entry: Fix MySQL and config loading order Read the rest of this update entry...