Updated my environment to Java 11 recently since Java 8 is EOL. Noticed this warning during initialization.
May want to look into a possible replacement for Nashorn engine to keep future compatibility with Java 11+.
[05:08:24] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.2
[05:08:24] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[05:08:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxetags
[05:08:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
[05:08:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[05:08:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
[05:08:25] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
[05:08:25] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_tag% has been loaded!
[05:08:25] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_prefix% has been loaded!
[05:08:25] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_description% has been loaded!
[05:08:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript
[05:08:25] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
Updated my environment to Java 11 recently since Java 8 is EOL. Noticed this warning during initialization.
May want to look into a possible replacement for Nashorn engine to keep future compatibility with Java 11+.