You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically, Geyser could download a pack and place it into the packs directory itself, however, this seems out of scope for Geyser. A Geyser extension could do it, and then send the pack by listening to either the SessionLoadResourcePacks event, or the GeyserLoadResourcePacksEvent to apply it as a global pack.
Mappings, unlike resource packs, are loaded when Geyser starts up; not when each player connects (hence, why per-session-mappings arent possible). They too can be registered with extensions, but that's a different story.
What's a usecase that would benefit from a URL instead of a file if you dont mind the question?
What feature do you want to see added?
I wish we could set the URL of the resource pack and of the mappings, when a player connects it will automatically fetch from that endpoint
Are there any alternatives?
Local updating for each server
The text was updated successfully, but these errors were encountered: