Diogo Correia
Diogo Correia
Creating a component with ```java Component.text("").children(Collections.emptyList()) ``` does not result in `Component.empty()`.  ```java Component.text("").children(Collections.emptyList()) == Component.empty() // returns false, but should be true ``` Using Adventure 4.11.0. This doesn't...
[ACDM-1931](https://jira.fenixedu.org/browse/ACDM-1931)
Instead of legacy `&` color codes, use MiniMessage on Triton's `message.yml`. **This will be a breaking change.**
Currently, the module structure is: ``` Triton ├── api ├── core ├── spigot-legacy └── v1_13 ``` The `api` module should stay (and be renamed to `triton-api`). The core module should...
PR #208 left a TODO [here](https://github.com/tritonmc/Triton/pull/208/files#diff-8df7559f7eb7a3a3c48341b2cec41c6e9b684d21c0651baf88e4bb6db8fd7764R60) Possibly use this library: https://github.com/Eisenwave/eisen-nbt
The new Adventure parser does not support pattern (regex) translation at the moment. We need to think how we're going to implement it and what will be the migration path...
Commit 1db8eb1 (PR #230) broke colors in Triton placeholders that are replaced on the terminal
We should just remove the legacy permissions, since no one probably uses them anymore https://github.com/tritonmc/Triton/blob/b338c419807c20e2c383946e6094a3fe73dcb2bf/core/src/main/java/com/rexcantor64/triton/commands/OpenSelectorCommand.java#L21
Player names changed on TAB list using the PacketPlayOutPlayerInfo packet (with UPDATE_DISPLAY_NAME or ADD_PLAYER) are not stored anywhere and therefore not refreshed when the language is changed.