Leo

Results 11 issues of Leo

Assuming there were a `` tag, a wrapping gradient tag would not be able to apply its gradient correctly scaled on the repeated content. The code that I used for...

The following test code fails, while both Instant.now() and LocalDateTime.now() implement TemporalAccessor and should theoretically work ```Java MiniMessage mm = MiniMessage.miniMessage(); assertEquals( mm.deserialize("", Formatter.date("date", LocalDateTime.now())), mm.deserialize("", Formatter.date("date", Instant.now())) ); ```...

type: enhancement
area: text-minimessage

People told me on the discord that EntityData Wrappers had already been a thing. I am working on a project where I want to work with metadata a lot but...

enhancement

The pull request sets the client locale for Player audiences in the adventure-platform-bukkit module. Until now, the client locale was only correct if the player changed their locale via settings...

Since Message objects are unmodifiable, constants like ```Java public static final Message PREFIX = Message.message("prefix"); ``` could match every MessageTranslator instance. A mechanism that binds these fields to a Translator...

enhancement

Each shaded TinyTranslation will create its own GlobalTranslator instance. This is okay, but it would be very good if actually the highest version of those instances serves as global and...

` ` are all tags that could potentially be context sensitive so they don't only apply to explicit color tags within their content. ``` // currently only darkens b, could...

Hello, I could find no information and tried everything that came to my mind yesterday. I am uploading a jar to my repo with the following action ```Yaml - name:...

**Describe the bug** ```log java.lang.ClassCastException: class org.bukkit.craftbukkit.CraftParticle$CraftParticleRegistry cannot be cast to class com.google.common.collect.BiMap (org.bukkit.craftbukkit.CraftParticle$CraftParticleRegistry and com.google.common.collect.BiMap are in unnamed module of loader java.net.URLClassLoader @4b4523f8) at PathFinder-5.0.0.jar/de.cubbossa.pathfinder.lib.packetevents.impl.util.SpigotReflectionUtil.fromPacketEventsParticle(SpigotReflectionUtil.java:1134) ~[PathFinder-5.0.0.jar:?] at PathFinder-5.0.0.jar/de.cubbossa.pathfinder.lib.packetevents.impl.util.SpigotConversionUtil.toBukkitParticle(SpigotConversionUtil.java:166) ~[PathFinder-5.0.0.jar:?]...

bug

**Describe the bug** When i turn into vanish with the plugin premium vanish it all works fine. On quit it gives the online players a message though. So they can...