Merged
Conversation
- Rename package from com.serverstats to net.analyse across all modules - Rename all ServerStats* classes to Analyse* (e.g. AnalysePlugin, AnalyseClient) - Move all modules into modules/ subdirectory (modules/api, modules/sdk, etc.) - Rename paper module to spigot with Spigot API 1.8.8 for 1.8+ server support - Switch from acf-paper to acf-bukkit for Spigot compatibility - Shade adventure-platform-bukkit for cross-version color support (Paper native / Spigot legacy) - Add MessageUtil wrapper for unified messaging across server versions - Wrap Folia scheduler calls in reflection to avoid NoClassDefFoundError on Spigot - Guard Paper-specific APIs (getProtocolVersion, getVirtualHost) with reflection - Downgrade Java 9+ features to Java 8 in api, sdk, spigot, and bungeecord modules - Configure per-module Java targets (api/sdk/spigot/bungee=8, velocity=17, hytale=21) - Replace paper-plugin.yml with standard plugin.yml (no api-version for 1.8 compat) - Add auto-migration of old ServerStats data folder to Analyse on all platforms - Update all docs, resource files, permissions, and build configs
- Add development flag to AnalyseConfig that routes to staging.analyse.net - Wire through all platform configs (spigot, velocity, bungeecord, hytale) - Hidden from default config, only active when explicitly set to true
…th new data directory structure
…l modules - Changed command permissions from `analyse.command.*` to `analyse.netmand.*` for consistency. - Updated API URLs from `api.analyse.com` to `api.analyse.net` in configuration and command files. - Adjusted documentation to reflect the new permission structure and API endpoint.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.