PCGF_PluginLib icon indicating copy to clipboard operation
PCGF_PluginLib copied to clipboard

Collection of classes useful for Bukkit/Spigot/Paper/BungeeCord/Waterfall plugins

Results 20 PCGF_PluginLib issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade org.slf4j:slf4j-jdk14 from 2.0.12 to 2.0.13. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade net.md-5:bungeecord-api from 1.19-R0.1-SNAPSHOT to 1.20-R0.2. :information_source: Keep your dependencies up-to-date....

Velocity is planned to replace Waterfall.

enhancement

Add support for Advancements in MessageBuilder

enhancement

Currently placeholders in messages are handled through String.format this approach is rather limited. Problems with the current implementation: * It's impossible to support RGB colors in placeholders * Formatting in...

enhancement

The tests are currently broken on Java 16. This should be fixed.

bug

BungeeCord allows players with older Minecraft versions to connect. If a player is connected with a Minecraft version that does not support RGB, the best fitting legacy color should be...

enhancement

Minecraft is unable to process a json message like that `[{},{"text":"some text."}]` but `["",{"text":"some text."}]` works fine. When a json message is loaded it should be validated and if possible...

enhancement