Piotr Karnak
Piotr Karnak
Link to [SpigotMC](https://www.spigotmc.org/resources/decent-holograms-1-8-1-19-papi-support-no-dependencies.96927/) plugin page
We can send custom player heads (with custom skins) on tablist and players who are authorised ("premium") will see them
Support for sending almost every message in every place (chat, title, actinmbar and bossbar). Additionally we could use [Adventure](https://github.com/KyoriPowered/adventure) and part of it, [MiniMessage](https://docs.adventure.kyori.net/minimessage/index.html) Correlated issues: #1209, #926
Ulepszenie systemu blokowania komend na regionach np. pozwolenie na blokowanie jedynie konkretnych argumentów komendy.
### What happened? I have artifact with same version (for eg. 1.0.0), but with snapshots enabled. JavaDoc plugin uses older snapshot instead latest. And there is no way to see...
Using ByteBuddy I'd like to generate method that would look like this: ``` public static class TestClass { public void init(Entity instance, int firstParameter, String secondParameter, ...) { instance.firstField =...
Can I create inner classes for already loaded classes (without using custom java-agent)? I actually need this to call private constructors and fields, but maybe there is better way to...
### `/viaversion dump` Output https://dump.viaversion.com/6fa32ecbecf332464e35ac0902217c33eaa00d3cd0083949e5604a5e31d85438 ### Console Error _No response_ ### Bug Description TabList cells on 1.19.3 clients are mixed, on 1.19.2 clients everything works normal. It's normally probably hard...
Modifications in code would be much easier and change in 1 place won't break anythinf. Creating addons for FG also should be much easier (you only switch implementation of API)...