TeamRelation.MEMBER and adjusts the default colours of ALLY and TRUCE.
EzFlyTime does not use TeamRelation, so no code changes were required.NoClassDefFoundError crash fixed in 3.0.1.Spurious particle-shop-gui.yml save warning - StartupBootstrap called
saveResource("particle-shop-gui.yml", false) unconditionally on every startup,
producing Could not save … because … already exists after the first run.
The call was redundant: ParticleShopGUI already guards the same saveResource
behind an existence check, so the StartupBootstrap call has been removed.
TeamsAPI soft-dependency crash - NoClassDefFoundError: com/skyblockexp/teamsapi/api/TeamsSubcommand
was thrown on startup whenever TeamsAPI was absent. Bukkit's class loader
eagerly loads field-type classes in the same jar, so FlySubcommand (and
transitively its TeamsSubcommand interface) was resolved the moment
TeamsIntegration was instantiated, before any availability guard ran.
The flySubcommand field is now typed as Object; all TeamsAPI references
remain in method bodies and are resolved lazily at execution time.

Sell flight time with customizable vouchers, and make flying players look awesome with highly configurable particles. Also includes configurable bossbar for countdown and has PlaceholderAPI support.