Skip to content

Conversation

@SrBedrock
Copy link

Fix the warn: [16:51:38] [Server thread/WARN]: Legacy plugin GeyserUtils v1.0-SNAPSHOT does not specify an api-version.

Copilot AI review requested due to automatic review settings July 31, 2025 20:40
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds the missing api-version specification to the Spigot plugin.yml configuration file to resolve a legacy plugin warning that appears during server startup.

  • Adds api-version: '1.13' to the plugin.yml file to specify the Bukkit API version
Comments suppressed due to low confidence (1)

spigot/src/main/resources/plugin.yml:3

  • The api-version '1.13' may be outdated. Consider using a more recent API version like '1.19' or '1.20' if your plugin supports newer Minecraft versions, as this could provide access to newer features and better compatibility.
api-version: '1.13'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant