mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-28 11:51:08 -04:00
Compare commits
3 Commits
v0.6.2-dev
...
v0.6.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fdda295e2 | |||
| 0b1853dccc | |||
| d338537e23 |
@ -16,7 +16,7 @@ Or you can just run "make":
|
|||||||
make uninstall - removes binaries and manpage from the system
|
make uninstall - removes binaries and manpage from the system
|
||||||
|
|
||||||
file install locations:
|
file install locations:
|
||||||
/usr/share/bin/mcrcon
|
/usr/local/bin/mcrcon
|
||||||
/usr/share/man/man1/mcrcon.1
|
/usr/local/share/man/man1/mcrcon.1
|
||||||
|
|
||||||
Makefile "install" and "uninstall" rules are disabled on windows.
|
Makefile "install" and "uninstall" rules are disabled on windows.
|
||||||
|
|||||||
10
README.md
10
README.md
@ -1,4 +1,4 @@
|
|||||||
###Installing:
|
### Installing:
|
||||||
|
|
||||||
from sources:
|
from sources:
|
||||||
```sh
|
```sh
|
||||||
@ -15,8 +15,8 @@ You can also download precompiled binaries*: https://github.com/Tiiffi/mcrcon/re
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
###Usage:
|
### Usage:
|
||||||
mcrcon [OPTIONS]... [COMMANDS]...
|
mcrcon [OPTIONS] [COMMANDS]
|
||||||
|
|
||||||
Sends rcon commands to Minecraft server.
|
Sends rcon commands to Minecraft server.
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ Example:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
###Enable rcon on server
|
### Enable rcon on server
|
||||||
Remember to enable rcon by adding following lines to ```server.properties``` file.
|
Remember to enable rcon by adding following lines to ```server.properties``` file.
|
||||||
```
|
```
|
||||||
enable-rcon=true
|
enable-rcon=true
|
||||||
@ -57,7 +57,7 @@ rcon.password=your_rcon_pasword
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
####Contact:
|
#### Contact:
|
||||||
|
|
||||||
* WWW: https://github.com/Tiiffi/mcrcon/
|
* WWW: https://github.com/Tiiffi/mcrcon/
|
||||||
* MAIL: tiiffi_at_gmail_dot_com
|
* MAIL: tiiffi_at_gmail_dot_com
|
||||||
|
|||||||
2
mcrcon.1
2
mcrcon.1
@ -1,7 +1,7 @@
|
|||||||
.\" Process this file with
|
.\" Process this file with
|
||||||
.\" groff -man -Tascii mcrcon.1
|
.\" groff -man -Tascii mcrcon.1
|
||||||
.\"
|
.\"
|
||||||
.TH MCRCON 1 "December 2016" "Version 0.6.0"
|
.TH MCRCON 1 "December 2016" "Version 0.6.1"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mcrcon \- sends rcon commands to a Minecraft server
|
mcrcon \- sends rcon commands to a Minecraft server
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|||||||
Reference in New Issue
Block a user