Speedgot
ResourcePackManager
-----
resourcepack
Download Now
Via external site
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Quality of Life
## [1.1.0-SNAPSHOT] — Update
⚠️ Snapshot release — not recommended for production use.
✅ Added
ViaVersionHook
— Soft dependency integration for ViaVersion; detects client protocol version at runtime
Resource pack sending is skipped automatically for clients below Minecraft
1.7
(no pack support)
Prompt message is skipped automatically for clients below Minecraft
1.17
(no prompt support)
PackValidator
— Asynchronously validates the resource pack URL on startup via HTTP HEAD request
fallback-url
config option — Secondary URL used automatically if the primary URL is unreachable
Warning banner in console if neither primary nor fallback URL is reachable on startup
ReconnectManager
— Grants players a configurable number of retries before kicking on decline
reconnect.max-retries
config option — Number of attempts before kick (
0
= disabled, kick immediately)
reconnect.retry-delay
config option — Seconds to wait before resending the pack after a decline
messages.retry-message
— Shown to the player on each failed attempt (placeholders:
%retries%
,
%delay%
)
messages.retry-expired-message
— Shown when all retries are exhausted before the kick
Changed
ResourcePackListener
— Kick logic now routed through
ReconnectManager
; direct kick only if retries are disabled or exhausted
ResourcePackListener
—
PlayerQuitEvent
now cleans up any pending retry tasks for the leaving player
ResourcePackManager
— Now reads
fallback-url
from config and exposes
setActiveUrl()
for runtime URL switching
ResourcePackManager
— Pack sending respects ViaVersion client version; prompt is omitted for unsupported clients
ResourcePackPlugin
— Wires
ViaVersionHook
,
ReconnectManager
and
PackValidator
on startup
ResourcePackPlugin
—
PackValidator
result switches active URL to fallback automatically if needed
Full changelog:
GitHub
|
Release
----------
,
Jun 11, 2026
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
26
First Release:
May 30, 2026
Last Update:
Jun 11, 2026
Category:
---------------
All-Time Rating:
0 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support