5 Star 0 Fork 0

OpenCloudOS Stream/minetest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
minetest.README 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2024-05-12 23:40 +08:00 . update
== For desktop ==
Install via:
dnf install minetest
You will get client, server and the game data.
To run the game use the command 'minetest' or choose Minetest from
applications menu.
To start simple single-user game leave the Server field blank. The
local Minetest server will be created automatically on the specified
port. Local server configuration and data will be saved in ~/.minetest
folder.
To connect to the existing Minetest server specify the server name (or
IP) and port number. Server name might be 'localhost' as well.
See https://minetest.net for more details.
== For server ==
Install via:
dnf install minetest-server
You can optionally install minetest game via:
dnf install minetest-data-game
To run the system-wide Minetest server use the command
systemctl start minetest.service
To make Minetest server run on boot use
systemctl enable minetest.service
Minetest server uses configuration file /etc/minetest.conf. It listens
to the port 30000 and stores the data in /var/lib/minetest. This can
be changed by editing the systemd unit.
Minetest-server also provides the rsyslog configuration file. You need
to restart the rsyslog daemon after minetest installation for this
file to take effect. After rsyslog restart minetest logs will be put
in /var/log/minetest.log
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/minetest.git
[email protected]:opencloudos-stream/minetest.git
opencloudos-stream
minetest
minetest
master

搜索帮助