Skip to content

Commit 3147f78

Browse files
chore: Update api-version usage with minor version support. (#408)
Co-authored-by: Matouš Kučera <mk@kcra.me>
1 parent ee617a6 commit 3147f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/paper/dev/getting-started/plugin-yml.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This will be shown in the plugin info commands.
9090

9191
### api-version
9292

93-
The version of the Paper API that your plugin is using. This doesn't include the minor version.
93+
The version of the Paper API that your plugin is using. This doesn't include the minor version until 1.20.5. From 1.20.5 and onward, a minor version is supported.
9494
Servers with a version lower than the version specified here will refuse to load the plugin.
9595
The valid versions are 1.13 - <SoftwareVersion versionType={"maj-min-pat"}/>.
9696
- <VersionFormattedCode>`api-version: '%%_MAJ_MIN_PAT_MC_%%'`</VersionFormattedCode>

0 commit comments

Comments
 (0)