当前位置:网站首页>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

边栏推荐
- Mutex
- Learning C
- 文件上传-upload-labs
- Openshift build image
- 旋转链表(图解说明)
- Classes and objects (instantiation of classes and classes, this, static keyword, encapsulation)
- OpenFeign 簡單使用
- Network security - summary and thinking of easy-to-use fuzzy tester
- Nacos download, start and configure MySQL database
- kubernetes部署loki日志系统
猜你喜欢

Linux二进制安装Oracle Database 19c

Use the kaggle training model and download your own training model

Web安全--核心防御机制

Method recursion (Fibonacci sequence, frog jumping steps, tower of Hanoi problem)

zipkin 简单使用

Rotating linked list (illustration)

k8s入门:Helm 构建 MySQL

OpenFeign 简单使用

链表经典面试题(反转链表,中间节点,倒数第k个节点,合并分割链表,删除重复节点)

HackTheBox-Gunship
随机推荐
ARP and ARP Spoofing
Method recursion (Fibonacci sequence, frog jumping steps, tower of Hanoi problem)
16: 00 interview, came out at 16:08, the question is really too
Qt的connect函数和disconnect函数
[flask] ORM one-to-one relationship
Short video with goods source code, double-click to zoom in when watching the video
C language replaces spaces in strings with%20
Kubesphere virtualization KSV installation experience
OpenShift构建镜像
C language custom types - structure, bit segment (anonymous structure, self reference of structure, memory alignment of structure)
类和对象(类和类的实例化,this,static关键字,封装)
gocv图片裁剪并展示
Sqli labs (post type injection)
Minecraft群组服开服
Matlab - autres
Minecraft群組服開服
文件上传-upload-labs
整理秒杀系统的面试必备!!!
ARP及ARP欺骗
Minecraft安装资源包