Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Fixed
- TeamsAPI soft-dependency crash -
NoClassDefFoundError: com/skyblockexp/teamsapi/api/TeamsSubcommandwas thrown on startup whenever TeamsAPI was absent. Bukkit's class loader eagerly loads field-type classes in the same jar, soFlySubcommand(and transitively itsTeamsSubcommandinterface) was resolved the momentTeamsIntegrationwas instantiated — before any availability guard ran. TheflySubcommandfield is now typed asObject; all TeamsAPI references remain in method bodies and are resolved lazily at execution time.
Added
{time}placeholder inflight-disabledmessage - the remaining flight time is now substituted intoflight-disabledmessages (e.g.&cFlight disabled. Remaining time: {time}.). Updated all 8 bundled locales (en, nl, de, fr, es, ru, tr, zh) to include the placeholder by default.
Information
| Published on | May 20, 2026 |
|---|---|
| Downloads | 0 |
Platforms
Paper (1.13-26.1.2)
Dependencies
Paper