Heads Plugin API 3 [1.17 - 1.21.x] icon

Heads Plugin API 3 [1.17 - 1.21.x] -----

Make it easy to use or spawn custom created textured heads from your plugins.



Release 2.0.11: support for java 1.17 and 1.17.1
The plugin has been updated to work with java 1.17 and 1.17.1.

Attention!
If you are using java 16 and newer (which is required for Minecraft 1.17+), you will need to add the following to your startup script of the server:
Code (Text):
--illegal-access=permit --add-opens java.base/java.lang.invoke=ALL-UNNAMED
In Java 15 and earlier, these settings were the default, but Java 16 made the way you interact with certain parts of the code more strict. These parameters are needed for my plugin to work correctly, due to my use of the Spring Framework.

As an example, the startup.bat script could look something like this:
Code (Text):
@echo off
java --illegal-access=warn --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED -Xmx4g -jar spigot.jar
pause
----------, Jul 15, 2021
Resource Information
Author:
----------
Total Downloads: 66,442
First Release: Mar 7, 2016
Last Update: Dec 17, 2024
Category: ---------------
All-Time Rating:
18 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings