zml

Results 88 comments of zml

Additionally, there is some newly-deprecated api in 4.14.0 that is relatively trivial to update for if you're able to do that

There is a branch where permissions events are being worked on, https://github.com/SpongePowered/SpongeAPI/tree/feature/perms-update -- so events are happening, we're just working on the best way to implement them. It seems like...

Why shouldn't it run with SpongeForge? SpongeForge is, at its core, "just" another forge mod. If you use standard Forge API to register commands, then any failure for your commands...

I have no access to this repository, I am just a contributor. Please stop pinging me in your messages.

This issue doesn't have enough information to reproduce -- and it does appear that text replacement should handle hover events as it stands. Feel free to provide a standalone reproducer...

With the API churn coming up to integrate 1.20.3 component changes, I think it's worth thinking seriously about this again. I think a 5.0.0 release with fairly conservative changes (with...

I'd been thinking of the sax-style API, yeah -- I think there is some implementation provided with the jdk that is what I have used for stuff in the past.

Why do i feel like on 1.8 `getLocale()` was on `.spigot()` or something? is that just me making things up?

oh yes, https://hub.spigotmc.org/stash/projects/SPIGOT/repos/spigot/browse/Bukkit-Patches/0018-Implement-Locale-Getter-for-Players.patch?at=e4d4710834f7b292bc496f41f1cf9ac363225c0e#21 Any chance you'd be able to revise this PR to include that variant? I'd love to spin off a -platform release soon including this PR.

I don't believe there's a technical solution to plugins changing the defaults really -- anything buildscripts can do, plugins can do too. I wouldn't mind logging the name of the...