Jason Penilla
Jason Penilla
https://github.com/Incendo/cloud/commit/9dde0775435984fc512d7f551cc2927e32d198f9 This commit may be useful for updating to 1.19, not sure if I will have time to PR it myself
Running commands through PlaceholderAPI can cause some edge case issues, see #112. A solution to this could be removing PAPI processing for command strings and adding our own `` and...
Support using raw json text as an alternative to minimessage in at least some capacity
Display to the other players online, not joining player
When run in-game, the hover text provides context to interpret the output, but this isn't very useful in console.
may also affect 1.19.1
Implements Cloud on Sponge 8. This differs from the previous draft (#51) as it uses the `Command.Raw` API instead of registering commands directly with Brigadier.
Needs clean up but this is something we should fix. Should we also check sender type possibly?
As noted this only properly works for arguments used a single time (as backwards compat uses arg index), however this works for all current arguments.