目录

Minecraft 1.19.2 Paper 服务端

1. 安装Paper端

(1). 下载Paper

官网: https://papermc.io/downloads/all
如我下载的是paper-1.19.2-271.jar,这里重命名为paper-1.19.2.jar
新建文件夹,如Paper_1.19.2
然后将paper-1.19.2.jar放进去

(2). 新建启动脚本

新建一个启动脚本

_start_win.bat
@ECHO OFF
title Paper 1.19.2
::内存
SET Mem_Xms=2048M
SET Mem_Xmx=2048M
::Paper文件名
SET Server=paper-1.19.2.jar
::Java JVM的优化参数
SET Server_JVM=-XX:+UseG1GC -server -XX:+OptimizeStringConcat -XX:+UseStringDeduplication -XX:MaxGCPauseMillis=10
 
:RESTART
cls
color 07
java -Xms%Mem_Xms% -Xmx%Mem_Xmx% %Server_JVM% -jar %Server% nogui
::关服后显示的信息
color 4f
@echo 按任意键重新启动...
pause
goto restart

编辑完后一定要保存成ANSI编码

(3). 启动脚本

会出现下面报错:

[16:59:16 ERROR]: Failed to load properties from file: server.properties
[16:59:16 WARN]: Failed to load eula.txt
[16:59:16 INFO]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.

打开eula.txt,将eula=false改为eula=true
再打开server.properties,将pvp=true改为pvp=false,这个是关闭PVP
然后将online-mode=true改为online-mode=false,这样才能正常加入服务器
记得保存上面两个文件,然后重新启动脚本

[17:06:39 INFO]: Done (14.274s)! For help, type "help"

当出现上面Done (xxx.xxxs)!字样,就表示服务端启动成功啦,这样一个纯净的Paper服务端就制作完成啦!

2. 插件

MiniMOTD 渐变MOTD

当前使用版本: 2.0.9
Github: https://github.com/jpenilla/MiniMOTD/releases
SpigotMC: https://www.spigotmc.org/resources/minimotd-server-list-motd-plugin-with-rgb-gradients.81254/history

Vault 经济前置

当前使用版本: 1.7.3-b131
Github: https://github.com/MilkBowl/Vault/releases

EssentialsX 基础

当前使用了其中的这几款插件:
EssentialsX, EssentialsXAntiBuild, EssentialsXChat, EssentialsXProtect, EssentialsXSpawn
依赖: Vault
当前使用版本: 2.19.7
Github: https://github.com/EssentialsX/Essentials/releases
修改config.ymllocale: zh

ProtocolLib

当前使用版本: 5.0.0-SNAPSHOT-b600
Jenkins: https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/

nLogin 登录

依赖: ProtocolLib
当前使用版本: 10.1.10
官网: https://www.nickuc.com/en/
修改config.ymllanguageFile: "messages_cn.yml"

MelonMessages 上线消息

当前使用版本: 1.0
SpigotMC: https://www.spigotmc.org/resources/short-join-messages.103774/history
修改config.ymlFirstJoinMessage: '首次加入服务器'

LuckPerms 权限

当前使用版本: 5.4.52
官网: https://luckperms.net/download

LaggRemover 优化TPS和内存

当前使用版本: 2.0.6
Bukkit: https://dev.bukkit.org/projects/laggremover/files

Thizzy'zTreeFeller 一键砍树

当前使用版本: 1.20.1
SpigotMC: https://www.spigotmc.org/resources/thizzyz-tree-feller.64346/history
Github: https://github.com/ThizThizzyDizzy/tree-feller/releases

LimitPillagers 优化掠夺者存

当前使用版本: 3.0.1
SpigotMC: https://www.spigotmc.org/resources/limitpillagers-fix-outpost-spawns-and-more.69733/history

WorldEdit 创世神

当前使用版本: 7.2.12+6240-87f4ae1
Bukkit: https://dev.bukkit.org/projects/worldedit/files

WorldEditSUI 创世神选区

当前使用版本: 1.7.2
Github: https://github.com/kennytv/WorldEditSUI/releases
SpigotMC: https://www.spigotmc.org/resources/worldeditsui-visualize-your-selection.60726/history

WorldGuard 世界守卫

当前使用版本: 7.0.8-beta-01+cbb2ba7
Bukkit: https://dev.bukkit.org/projects/worldguard/files

Multiverse-Core 多世界

当前使用版本: 4.3.1-b861
Bukkit: https://dev.bukkit.org/projects/multiverse-core/files

Multiverse-Portals 多世界传送门

当前使用版本: 4.2.1-b834
Bukkit: https://dev.bukkit.org/projects/multiverse-portals/files