Skip to content

Commit c5127fa

Browse files
authored
Disable plugin rewriting system property split
1 parent 3de555c commit c5127fa

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/paper/admin/reference/system-properties.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,13 @@ It also remaps plugin CB calls to remove the version information.
211211
- **default**: `false`
212212
- **description**: Disables Paper's automatic upgrading of commands, including items with custom data defined in command blocks and other places that may contain commands, to the new component format introduced in version 1.20.5.
213213

214-
#### paper.disable-plugin-rewriting
214+
#### paper.disableOldApiSupport
215215

216216
- **default**: `false`
217-
- **description**: Disables plugin remapping introduced in 1.20.5 and everything involving automatic plugin conversion by commodore. For more information see the [userdev](../../dev/getting-started/userdev.mdx#1205-and-beyond) documentation and the official [announcement](https://discord.com/channels/289587909051416579/976631292747735080/1232740079097876570).
217+
- **description**: Disables plugin compatibility measures that can otherwise result in a considerable delay of class loading (also known as "Commodore" plugin rewriting). This generally requires all of your plugins to be compiled against a recent API version.
218+
219+
#### paper.disablePluginRemapping
220+
221+
- **default**: `false`
222+
- **description**: Disables plugin remapping introduced in 1.20.5. For more information see the [userdev](../../dev/getting-started/userdev.mdx#1205-and-beyond) documentation and the official [announcement](https://discord.com/channels/289587909051416579/976631292747735080/1232740079097876570).
223+

0 commit comments

Comments
 (0)