当前位置:网站首页>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
客户端登录服务端
边栏推荐
- 方法递归(斐波那契数列,青蛙跳台阶,汉诺塔问题)
- Opencv's experience of confusing X and Y coordinates
- Carsim-問題Failed to start Solver: PATH_ID_OBJ(X) was set to Y; no corresponding value of XXXXX?
- ARP及ARP欺骗
- web安全--逻辑越权
- Intelligent manufacturing solutions digital twin smart factory
- Don't know mock test yet? An article to familiarize you with mock
- Web安全--核心防御机制
- 链表经典面试题(反转链表,中间节点,倒数第k个节点,合并分割链表,删除重复节点)
- 【无标题】
猜你喜欢
Carla-ue4editor import Roadrunner map file (nanny level tutorial)
Zipkin is easy to use
CarSim learning experience - rough translation 1
C language replaces spaces in strings with%20
St-link connection error invalid ROM table of STM32 difficult and miscellaneous diseases
2022 Heilongjiang's latest eight member (Safety Officer) simulated test question bank and answers
Sqli labs level 8 (Boolean blind note)
使用wireshark抓取Tcp三次握手
Use the kaggle training model and download your own training model
[untitled]
随机推荐
Use C language to receive JSON strings
Force buckle method summary: sliding window
Sqli labs level 12
One of the reasons for WCF update service reference error
Causes of laptop jam
OpenShift构建镜像
What are the platforms for selling green label domain names? What is the green label domain name like?
The source code of the live app. When the verification method is mailbox verification, the verification code is automatically sent to the entered mailbox
C language replaces spaces in strings with%20
Minecraft群组服开服
When a custom exception encounters reflection
Network security - summary and thinking of easy-to-use fuzzy tester
Zipkin is easy to use
ARP及ARP欺骗
群辉 NAS 配置 iSCSI 存储
Benefits of ufcs of D
Static library and dynamic library
Viewing JS array through V8
OpenFeign 簡單使用
idea中注释代码取消代码的快捷键