Linux command
papermc 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start Minecraft server
java -jar paper.jar
Start with memory limits
java -Xms2G -Xmx4G -jar paper.jar
Accept EULA
java -jar paper.jar --accepteula
Specify world folder
java -jar paper.jar --world-dir [worlds]
说明
PaperMC is a high-performance Minecraft server. Fork of Spigot with optimizations. The server provides improved performance. Plugin compatible with Bukkit/Spigot.
参数
- --accepteula
- Accept EULA automatically.
- --world-dir _DIR_
- World storage directory.
- --plugins _DIR_
- Plugins directory.
- --config _FILE_
- Configuration file.
- nogui
- Start without GUI.
FAQ
What is the papermc command used for?
PaperMC is a high-performance Minecraft server. Fork of Spigot with optimizations. The server provides improved performance. Plugin compatible with Bukkit/Spigot.
How do I run a basic papermc example?
Run `java -jar paper.jar` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --accepteula do in papermc?
Accept EULA automatically.