当前位置:网站首页>Minecraft module service opening
Minecraft module service opening
2022-07-02 08:43:00 【freesharer】
Minecraft Introduction to module service
module (Mod) It's following Forge、Fabric or LiteLoader Interface specification java Program . Modules can add items to your server 、 square 、 New content such as biology , Change the original Minecraft The game mechanism of , It can also improve the picture , Optimize performance . Massive module resources have greatly increased Minecraft The vitality of .
Minecraft The module service is open
Prepare one linux The server , already installed docker, Run the following command , Start the module server , Here we use the popular fabric Server side
docker run -d --name fabric \
-e EULA=TRUE \
-e TYPE=FABRIC \
-e VERSION=1.17.1 \
-e FABRIC_INSTALLER_VERSION=0.9.0 \
-v /data/mc/fabric/data:/data \
-v /data/mc/fabric/mods:/mods \
-e OPS=willminec \
-e ONLINE_MODE=FALSE \
-p 25569:25565 \
--restart always \
itzg/minecraft-server
Check the running state of the container
[[email protected] ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
228e6125e0cb itzg/minecraft-server "/start" 4 seconds ago Up 3 seconds (health) 25575/tcp, 0.0.0.0:25569->25565/tcp, :::25569->25565/tcp fabric
Client installation Fabric Loader
Download address :https://fabricmc.net/use/
Select the client and click Install
Install common modules
1、 Common module download address :
https://www.mcmod.cn/
https://www.curseforge.com/minecraft/mc-mods/
2、 List of common modules
Serial number | mod name | Chinese name | client | Server side | How it works | Introduce |
---|---|---|---|---|---|---|
1 | fabric-api | fabric-api | Mandatory | Mandatory | Fabric | In front of API module |
2 | AppleSkin | apple skin | Mandatory | Optional | Forge, Fabric | Show saturation |
3 | Croptopia | Crop scenery | Mandatory | Mandatory | Forge, Fabric | New crops 、 Fruit tree 、 food |
4 | Patchouli | Pachuli Handbook | Mandatory | Mandatory | Forge, Fabric | Document module |
5 | modmenu | Module menu | Mandatory | Invalid | Fabric | View the module list |
6 | RoughlyEnoughItems | REI Item manager | Mandatory | Optional | Forge, Fabric, Rift | View items and recipes |
7 | sodium | sodium | Mandatory | Invalid | Fabric | Increase the frame rate |
8 | VoxelMap | Voxel map | Mandatory | Invalid | Forge, Fabric, Rift, LiteLoader | Mini Map |
9 | Tech Reborn | Technological Renaissance | Mandatory | Mandatory | Forge, Fabric | Technology module |
10 | Applied Energistics 2 | applied energistics 2 | Mandatory | Mandatory | Forge, Fabric | Redstone module |
3、 Upload mods To client C:\Users\Administrator\AppData\Roaming\.minecraft\mods
Under the table of contents
3、 Upload the server module to /data/mc/fabric/mods
Under the table of contents
[[email protected] ~]# ll /data/mc/fabric/mods/
total 8336
-rw-r--r-- 1 root root 2829157 Dec 9 22:41 EssentialsX-2.19.0.jar
-rw-r--r-- 1 root root 13790 Dec 9 22:41 EssentialsXChat-2.19.0.jar
-rw-r--r-- 1 root root 17902 Dec 9 22:41 EssentialsXSpawn-2.19.0.jar
-rw-r--r-- 1 root root 4501977 Dec 9 22:41 worldedit-bukkit-7.2.7.jar
-rw-r--r-- 1 root root 1160777 Dec 9 22:41 worldguard-bukkit-7.0.6-dist.jar
3、 Restart container
docker restart paper
Client login server
边栏推荐
- Minecraft群组服开服
- Simple implementation scheme of transcoding and streaming (I)
- ICMP协议
- Googlenet network explanation and model building
- Use the kaggle training model and download your own training model
- 方法递归(斐波那契数列,青蛙跳台阶,汉诺塔问题)
- Kubedm deploys kubernetes v1.23.5 cluster
- Loadbalancer dynamically refreshes Nacos server
- Aneng logistics' share price hit a new low: the market value evaporated by nearly 10 billion yuan, and it's useless for chairman Wang Yongjun to increase his holdings
- STM32 new project (refer to punctual atom)
猜你喜欢
随机推荐
Gateway is easy to use
sqli-labs(POST类型注入)
[blackmail virus data recovery] suffix Hydra blackmail virus
Network security - summary and thinking of easy-to-use fuzzy tester
Minecraft空岛服开服
Minecraft插件服开服
kubernetes部署loki日志系统
随笔:RGB图像颜色分离(附代码)
libusb的使用
Openshift build image
c语言将字符串中的空格替换成%20
Use the numbers 5, 5, 5, 1 to perform four operations. Each number should be used only once, and the operation result value is required to be 24
OpenFeign 簡單使用
Linux二进制安装Oracle Database 19c
Zipkin is easy to use
一、Qt的核心类QObject
Solid principle: explanation and examples
Mutex
Sentinel easy to use
Nacos 下载启动、配置 MySQL 数据库