Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzimul/minecraft-server-teleport
https://github.com/lzimul/minecraft-server-teleport
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lzimul/minecraft-server-teleport
- Owner: lZiMUl
- License: apache-2.0
- Created: 2022-11-23T08:41:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T08:34:12.000Z (almost 2 years ago)
- Last Synced: 2024-12-20T11:46:28.407Z (about 2 months ago)
- Language: TypeScript
- Size: 145 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# MineCraft Server Teleport
---
## 安装方法
* 进入服务器地图行为包目录
``cd behavior_packs``---
* 下载行为包
``wget https://github.com/lZiMUl/MineCraft-Server-Teleport/releases/download/1.4.1/MineCraft.Server.Teleport.mcpack``---
* 将行为包格式 **.mcpack** 重命名为 **.zip**
``mv MineCraft.Server.Teleport.mcpack MineCraft.Server.Teleport.zip``---
* 然后进行解压
``unzip MineCraft.Server.Teleport.zip``---
* 创建服务器地图行为包加载项文件
``touch world_behavior_packs.json``---
* 写入该包设定到世界加载项
``echo "[{\"pack_id\": \"cd9d9466-926d-4d95-8e85-d2f914bf95bc\",\"version\": [ 1, 4, 1 ]}]
" > world_behavior_packs.json``---
* 启动服务器