John Paul R
John Paul R
For reference, the only 2 additional things that happen when afk invuln is enabled are: ```java Pal.grantAbility(this.player, VanillaAbilities.INVULNERABLE, ECAbilitySources.AFK_INVULN); ``` (once) and ```java player.requestTeleport(lastTickPos.x, lastTickPos.y, lastTickPos.z); ``` (each tick)
Isn't this what `/tellraw` does?
Ah, I understand, that's fair. I'd frankly recommend just tossing together a shortcut with Command Aliases for something like this. example, for broadcast: ```toml schemaVersion = 1 # Required |...
(that would go in `config/commandaliases/broadcast.toml`once installed)
Yeah, I don't entirely disagree. I'll leave this open and rainy-day project it.
Ah, I think this is a Brigadier issue. It doesn't guarantee that these type of overloads resolve correctly. I might be able to hack this into working by reordering when...
Further testing indicates that this affects all mods, not just Fabric mods.
I am probably not going to add my own search API anytime soon. (It is not completely off the table, but I have other priorities atm) That being said, you...
New endpoint for getting all mods: `https://fibermc.com/api/v1.0/Mods` With paging: `https://fibermc.com/api/v1.0/Mods/paged?offset=0&pageSize=10` Might add search/filter in the near future, but right now it is just firehose.