You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/paper/dev/getting-started/plugin-yml.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ This will be shown in the plugin info commands.
90
90
91
91
### api-version
92
92
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.
94
94
Servers with a version lower than the version specified here will refuse to load the plugin.
95
95
The valid versions are 1.13 - <SoftwareVersionversionType={"maj-min-pat"}/>.
0 commit comments