2021-11-09 21:18:46 +01:00
2021-11-29 07:52:50 +01:00
2022-05-04 02:15:27 +05:00
2021-09-24 18:08:00 +02:00
2021-09-28 07:55:11 +02:00
2021-11-26 10:41:00 +01:00
2022-04-02 20:22:33 +02:00
2022-04-09 16:20:33 +02:00
2022-04-12 11:45:34 +02:00

Minetest console client, written in go

State: WIP

About

Console client for minetest

Features:

  • Log into remote servers
  • Ping servers
  • Download media
  • Listen to various server events

Usage

Requirements:

  • golang >= 1.17
go build
# ./minetest_client --help
Usage of ./minetest_client:
  -help
    	Shows the help
  -host string
    	The hostname (default "127.0.0.1")
  -media
    	Download media
  -password string
    	The password (default "enter")
  -ping
    	Just ping the given host:port and exit
  -port int
    	The portname (default 30000)
  -stalk
    	Stalk mode: don't really join, just listen
  -username string
    	The username (default "test")

License

MIT

Description
No description provided
Readme 1.9 MiB
Languages
Go 100%