Diogo Correia

Results 98 issues of Diogo Correia

Creating a component with ```java Component.text("").children(Collections.emptyList()) ``` does not result in `Component.empty()`. ![image](https://user-images.githubusercontent.com/7467891/182494623-0d546187-332f-4bdb-992c-b459e8f884d1.png) ```java Component.text("").children(Collections.emptyList()) == Component.empty() // returns false, but should be true ``` Using Adventure 4.11.0. This doesn't...

type: enhancement
area: api

[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.**

type:enhancement
module:core

(Finally) closes #132

feature

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...

type:enhancement

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

type:feature
regression

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...

type:feature
regression

Commit 1db8eb1 (PR #230) broke colors in Triton placeholders that are replaced on the terminal

type:enhancement
regression

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

type:bug

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.

type:bug
module:spigot