metabrix
metabrix
### Input `This is a test!` ### Expected output JSON ```json { "extra": [ { "color": "white", "text": "T" }, { "color": "#eeeeee", "text": "h" }, { "color": "#dddddd", "text":...
**Expected behavior** Custom locale patch checks if there's locale.json file in server directory; if there is, it uses it as server locale file. **Observed behavior** Custom locale patch probably doesn't...
**Expected behavior** When you ride a horse and jump on farmland, it doesn't drops you off. **Observed behavior** When you ride a horse and jump on farmland, it drops you...
### Current Behavior Replacing an existing file replaces it without any prompt on Linux file explorers (such as `thunar`, `nautilus`; they have built-in SFTP support, probably using gvfs-sftp). ### Expected...
#### Issue Description: The mod's server integration feature doesn't work properly on multi-server setups with proxies, where the mod is installed on the backend (like Fabric server or, in my...
Hello, I created a new fork of SpigotProxy: https://github.com/epserv-ru/SpigotProxy It fixes java 12 compatibility, adds few api methods, fixes plugin unloading, allows people (im going to add ip whitelist, so...
### Expected behavior When a plugin adds a server link with a `TranslatableComponent` as its display name, the component **is rendered** using `GlobalTranslator`, just like any other component serialized to...
### Expected behavior `org.bukkit.entity.Player#loadData()` loads the current location, _**including world info**_, like it does on the upstream. ### Observed/Actual behavior `org.bukkit.entity.Player#loadData()` loads the current location _**without world info**_, unlike it...
### Description Dynamic contexts are: - Non-functional for offline players on most platforms, because they rely on platform's online player instances. - Non-functional on standalone platform at all (or have...
Adventure v4.20.0 has introduced `TranslationStore` interface as a replacement for the old `TranslationRegistry`, so Paper's platform flattener needs to account for that as well to render translatable components properly. `TranslationRegistry`...