docs
docs copied to clipboard
Documentation for all projects under the PaperMC umbrella.
Currently, if you go to the docs via the normal paper page and then to the developer section, you cannot find the JavaDocs directly. It would be good, based on...
I do not like the current solution to the "how-to vanilla" page. Thats why I am proposing a refactor that merges the two files with adding a `vanilla` field to...
This is a rewrite using the [Starlight](https://starlight.astro.build/) documentation generator instead of Docusaurus. The goal is to standardize the framework choice and look with our website (pending rewrite in Astro), improve...
This pull request updates the Adventure Internationalization documentation to reflect recent changes in the API. The current examples use `TranslationRegistry`, which has been deprecated and is scheduled for removal starting...
This PR expands the troubleshooting guide by adding troubleshooting steps for common issues. Most of the original text was kept intact, however, some parts were moved to different sections.
The values listed at https://docs.papermc.io/paper/vanilla#packet_limiter prevent players from logging in.   ```yml packet-limiter: all-packets: action: KICK interval: 0.000001 max-packet-rate: 999999.0 ``` After testing, an interval of `0.000001` ends up...
Some properties are not documented: paper-global.yml: - block-updates - disable-chorus-plant-updates: false - disable-mushroom-block-updates: false - unsupported-settings - simplify-remote-item-matching: false paper-world-defaults.yml - entities - behavior - player-insomnia-start-ticks: 72000 - spawning -...
> [!NOTE] > This issue is part of a series of issues regarding the extension of the Paper documentation regarding Paper's Brigadier API. Combining with #528, it would be very...
> [!NOTE] > This issue is part of a series of issues regarding the extension of the Paper documentation regarding Paper's Brigadier API. Bringing together #533 and #532, the concepts...