当前位置:网站首页>Minecraft plug-in service opening
Minecraft plug-in service opening
2022-07-02 08:43:00 【freesharer】
Minecraft Introduction to plug-in service
plug-in unit (Plugin) It's following Bukkit or Sponge Interface specification Java Program , It can expand the functions of the server , Enhance gameplay , Give players a better game experience . Plug ins can only run in support BukkitAPI or SpongeAPI Under the server of , Generally, it cannot run independently .
Minecraft Plug in service
Prepare one linux The server , already installed docker, Run the following command , Start the plug-in server container , Here we use the popular paper Server side :
docker run -d --name paper \
-e EULA=TRUE \
-e VERSION=1.17.1 \
-e TYPE=PAPER \
-e PAPERBUILD=381 \
-v /data/mc/paper/data:/data \
-v /data/mc/paper/plugins:/plugins \
-e OPS=willminec \
-e ONLINE_MODE=FALSE \
-p 25567: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
3af641c8651f itzg/minecraft-server "/start" 39 minutes ago Up About a minute (healthy) 25575/tcp, 0.0.0.0:25566->25565/tcp, :::25566->25565/tcp paper
Installing a plug-in
1、 Download plug-ins , Common basic plug-ins are as follows
- worldedit:https://dev.bukkit.org/projects/worldedit/files
- worldguard:https://dev.bukkit.org/projects/worldguard/files
- EssentialsX:https://essentialsx.net/downloads.html
2、 Upload the plug-in to /data/mc/paper/plugins Under the table of contents
[[email protected] ~]# ll /data/mc/paper/plugins/
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

Confirm that the relevant commands of the plug-in can be executed

边栏推荐
- Zipkin is easy to use
- Dip1000 runaway
- Openshift deployment application
- 方法递归(斐波那契数列,青蛙跳台阶,汉诺塔问题)
- Linux安装Oracle Database 19c
- Minecraft air Island service
- Implementation of bidirectional linked list (simple difference, connection and implementation between bidirectional linked list and unidirectional linked list)
- 程序猿学英语-Learning C
- Hcia - Application Layer
- First week of JS study
猜你喜欢

Driving test Baodian and its spokesperson Huang Bo appeared together to call for safe and civilized travel

Minecraft插件服开服

History of Web Technology

双向链表的实现(双向链表与单向链表的简单区别联系和实现)

C language custom type enumeration, Union (clever use of enumeration, calculation of union size)

顺序表基本功能函数的实现

HCIA—数据链路层

Minecraft air Island service

Sqli labs level 8 (Boolean blind note)

STM32 new project (refer to punctual atom)
随机推荐
Function ‘ngram‘ is not defined
Method recursion (Fibonacci sequence, frog jumping steps, tower of Hanoi problem)
HCIA—数据链路层
顺序表基本功能函数的实现
Viewing JS array through V8
Finishing the interview essentials of secsha system!!!
Gateway 简单使用
链表经典面试题(反转链表,中间节点,倒数第k个节点,合并分割链表,删除重复节点)
寻找链表中值域最小的节点并移到链表的最前面
Synchronize files using unison
The best blog to explain the basics of compilation (share)
Routing foundation - dynamic routing
sqli-labs第2关
Honeypot attack and defense drill landing application scheme
Nacos download, start and configure MySQL database
Linux安装Oracle Database 19c RAC
Programming ape learning English - imperative programming
Sentinel easy to use
Googlenet network explanation and model building
OpenShift 容器平台社区版 OKD 4.10.0部署