# Paper ## Docs - [Server Commands](https://mintlify.wiki/PaperMC/Paper/administration/commands.md): Paper server administration and debugging commands - [Paper Global Configuration](https://mintlify.wiki/PaperMC/Paper/administration/paper-configuration.md): Paper server-wide configuration options in config/paper-global.yml - [Performance Tuning](https://mintlify.wiki/PaperMC/Paper/administration/performance-tuning.md): Optimize your Paper server for maximum performance - [Server Properties](https://mintlify.wiki/PaperMC/Paper/administration/server-properties.md): Standard Minecraft server.properties configuration reference - [World Configuration](https://mintlify.wiki/PaperMC/Paper/administration/world-configuration.md): Per-world Paper configuration options in config/paper-world-defaults.yml - [Building Paper from Source](https://mintlify.wiki/PaperMC/Paper/advanced/building.md): Learn how to compile Paper from source code - [Development Environment Setup](https://mintlify.wiki/PaperMC/Paper/advanced/development-setup.md): Set up your IDE and development environment for Paper development - [Gradle Tasks Reference](https://mintlify.wiki/PaperMC/Paper/advanced/gradle-tasks.md): Complete reference of available Gradle tasks for Paper development - [Adventure API](https://mintlify.wiki/PaperMC/Paper/api/adventure.md): Modern text components and chat API with Adventure - [Bukkit API](https://mintlify.wiki/PaperMC/Paper/api/bukkit-api.md): Reference guide for the core Bukkit API that Paper extends - [Entity API](https://mintlify.wiki/PaperMC/Paper/api/entities.md): Entity management, customization, and AI control - [Events API](https://mintlify.wiki/PaperMC/Paper/api/events.md): Complete reference for Paper event system and event handling - [API Overview](https://mintlify.wiki/PaperMC/Paper/api/overview.md): Overview of the Paper API and Bukkit API for plugin development - [Paper API](https://mintlify.wiki/PaperMC/Paper/api/paper-api.md): Paper-specific API enhancements, optimizations, and features - [Registry API](https://mintlify.wiki/PaperMC/Paper/api/registry.md): Access to Minecraft registries and data-driven content - [World API](https://mintlify.wiki/PaperMC/Paper/api/world.md): World manipulation, chunk management, and environment control - [Paper vs Other Server Software](https://mintlify.wiki/PaperMC/Paper/comparison.md): Comprehensive comparison of Paper with vanilla Minecraft, Spigot, and other server implementations - [Paper Architecture Overview](https://mintlify.wiki/PaperMC/Paper/concepts/architecture.md): Understanding Paper's modular architecture and how it extends Minecraft - [Configuration System Architecture](https://mintlify.wiki/PaperMC/Paper/concepts/configuration-system.md): How Paper's ConfigurationPart-based configuration system works - [Event System Architecture](https://mintlify.wiki/PaperMC/Paper/concepts/events.md): Understanding how Paper's event system works under the hood - [Paper's Patch System](https://mintlify.wiki/PaperMC/Paper/concepts/patch-system.md): How Paper uses git patches to modify Minecraft source code - [Code Formatting and Style](https://mintlify.wiki/PaperMC/Paper/contributing/formatting.md): Code formatting requirements and style guide for Paper contributions - [Getting Started](https://mintlify.wiki/PaperMC/Paper/contributing/getting-started.md): How to start contributing to Paper - [Creating and Modifying Patches](https://mintlify.wiki/PaperMC/Paper/contributing/patching.md): Guide to working with Paper's patch system - [Pull Request Guidelines](https://mintlify.wiki/PaperMC/Paper/contributing/pull-requests.md): PR process, policy, and best practices for Paper contributions - [Paper Features](https://mintlify.wiki/PaperMC/Paper/features.md): Comprehensive overview of Paper extensive feature set, APIs, and capabilities - [Configuration](https://mintlify.wiki/PaperMC/Paper/getting-started/configuration.md): Learn how to configure your Paper server with server.properties and Paper-specific config files - [Installation](https://mintlify.wiki/PaperMC/Paper/getting-started/installation.md): Learn how to download and install Paper for your Minecraft server - [Quick Start](https://mintlify.wiki/PaperMC/Paper/getting-started/quickstart.md): Get your Paper server up and running in minutes - [Gradle Integration](https://mintlify.wiki/PaperMC/Paper/integration/gradle.md): Add the Paper API to your Gradle project - [Maven Integration](https://mintlify.wiki/PaperMC/Paper/integration/maven.md): Add the Paper API to your Maven project - [Publishing to Maven Local](https://mintlify.wiki/PaperMC/Paper/integration/publishing.md): Test local Paper API changes in your plugins - [Introduction to Paper](https://mintlify.wiki/PaperMC/Paper/introduction.md): The most widely used, high-performance Minecraft server that aims to fix gameplay and mechanics inconsistencies - [Chunk Loading Optimization](https://mintlify.wiki/PaperMC/Paper/optimization/chunk-loading.md): Configure Paper's chunk loading and generation system for optimal performance - [Entity Performance](https://mintlify.wiki/PaperMC/Paper/optimization/entity-performance.md): Optimize entity ticking and activation for better server performance - [Network Optimization](https://mintlify.wiki/PaperMC/Paper/optimization/network.md): Configure network settings and packet handling for optimal server performance - [Server Performance](https://mintlify.wiki/PaperMC/Paper/optimization/server-performance.md): Overview of Paper's performance optimizations and configuration options - [Creating Commands](https://mintlify.wiki/PaperMC/Paper/plugins/commands.md): Learn how to create and register commands in Paper plugins - [Plugin Configuration](https://mintlify.wiki/PaperMC/Paper/plugins/configuration.md): Learn how to create and manage configuration files in Paper plugins - [Working with Events](https://mintlify.wiki/PaperMC/Paper/plugins/events.md): Learn how to listen to and handle events in Paper plugins - [Getting Started with Plugin Development](https://mintlify.wiki/PaperMC/Paper/plugins/getting-started.md): Learn how to create your first Paper plugin - [Plugin Lifecycle](https://mintlify.wiki/PaperMC/Paper/plugins/lifecycle.md): Understanding the Paper plugin loading and execution lifecycle - [paper-plugin.yml Format](https://mintlify.wiki/PaperMC/Paper/plugins/plugin-yml.md): Complete reference for the paper-plugin.yml configuration file - [Testing Plugins](https://mintlify.wiki/PaperMC/Paper/plugins/testing.md): Learn how to test Paper plugins effectively