PCGF_PluginLib
PCGF_PluginLib copied to clipboard
Collection of classes useful for Bukkit/Spigot/Paper/BungeeCord/Waterfall plugins
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....
Add support for Advancements in MessageBuilder
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...
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...
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...