当前位置:网站首页>Minecraft模组服开服
Minecraft模组服开服
2022-07-02 06:29:00 【freesharer】
Minecraft模组服简介
模组(Mod)是遵循 Forge、Fabric 或 LiteLoader 接口规范编写的java程序。模组可以为您的服务器添加物品、方块、生物等新内容,改变原版 Minecraft 的游戏机制,也可以改善画面,优化性能。海量的模组资源极大地增加了 Minecraft 的生命力。
Minecraft模组服开服
准备一台linux服务器,已安装docker,运行以下命令,启动模组服务端,这里使用比较流行的fabric服务端
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
查看容器运行状态
[[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
客户端安装Fabric Loader
下载地址:https://fabricmc.net/use/
选择客户端点击安装
安装常用模组
1、常用模组下载地址:
https://www.mcmod.cn/
https://www.curseforge.com/minecraft/mc-mods/
2、常用模组列表
| 序号 | mod名称 | 中文名 | 客户端 | 服务端 | 运作方式 | 介绍 |
|---|---|---|---|---|---|---|
| 1 | fabric-api | fabric-api | 必选 | 必选 | Fabric | 前置API模组 |
| 2 | AppleSkin | 苹果皮 | 必选 | 可选 | Forge, Fabric | 显示饱和度 |
| 3 | Croptopia | 作物盛景 | 必选 | 必选 | Forge, Fabric | 新增作物、果树、食物 |
| 4 | Patchouli | 帕秋莉手册 | 必选 | 必选 | Forge, Fabric | 文档模组 |
| 5 | modmenu | 模组菜单 | 必选 | 无效 | Fabric | 查看模组列表 |
| 6 | RoughlyEnoughItems | REI物品管理器 | 必选 | 可选 | Forge, Fabric, Rift | 查看物品和配方 |
| 7 | sodium | 钠 | 必选 | 无效 | Fabric | 提高帧速率 |
| 8 | VoxelMap | 体素地图 | 必选 | 无效 | Forge, Fabric, Rift, LiteLoader | 小地图 |
| 9 | Tech Reborn | 科技复兴 | 必选 | 必选 | Forge, Fabric | 科技模组 |
| 10 | Applied Energistics 2 | 应用能源2 | 必选 | 必选 | Forge, Fabric | 红石模组 |
3、上传mods到客户端C:\Users\Administrator\AppData\Roaming\.minecraft\mods目录下
3、上传服务端模组到/data/mc/fabric/mods目录下
[[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、重启容器
docker restart paper
客户端登录服务端

边栏推荐
- Generate database documents with one click, which can be called swagger in the database industry
- STM32 new project (refer to punctual atom)
- C language implements XML generation and parsing library (XML extension)
- How to uninstall SQL Server cleanly
- Getting started with k8s: building MySQL with Helm
- The best blog to explain the basics of compilation (share)
- Linked list classic interview questions (reverse the linked list, middle node, penultimate node, merge and split the linked list, and delete duplicate nodes)
- ICMP协议
- Animation synchronization of CarSim real-time simulation
- Sqlyog remote connection to MySQL database under centos7 system
猜你喜欢

W10 is upgraded to W11 system, but the screen is black, but the mouse and desktop shortcuts can be used. How to solve it

Web安全--核心防御机制

Realization of basic function of sequence table

How to build the alliance chain? How much is the development of the alliance chain

Linked list classic interview questions (reverse the linked list, middle node, penultimate node, merge and split the linked list, and delete duplicate nodes)

IP protocol and IP address

HCIA—應用層

Smart agriculture solutions smart agriculture system development

Detailed explanation of NIN network

sqli-labs第2关
随机推荐
OpenShift 部署应用
Use the kaggle training model and download your own training model
HCIA—應用層
MySQL optimization
【无标题】
Opencv's experience of confusing X and Y coordinates
C language custom types - structure, bit segment (anonymous structure, self reference of structure, memory alignment of structure)
Use Wireshark to grab TCP three handshakes
Nacos 下载启动、配置 MySQL 数据库
Constant pointer and pointer constant
Linked list classic interview questions (reverse the linked list, middle node, penultimate node, merge and split the linked list, and delete duplicate nodes)
Multi site high availability deployment
File upload and download performance test based on the locust framework
2022 Heilongjiang latest construction eight members (materialman) simulated examination questions and answers
Web security -- Logical ultra vires
使用wireshark抓取Tcp三次握手
Hcia - Application Layer
Vs code configuration problem
Simple implementation scheme of transcoding and streaming (I)
c语言将字符串中的空格替换成%20