mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 19:31:07 -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
|
||||
|
||||
file install locations:
|
||||
/usr/share/bin/mcrcon
|
||||
/usr/share/man/man1/mcrcon.1
|
||||
/usr/local/bin/mcrcon
|
||||
/usr/local/share/man/man1/mcrcon.1
|
||||
|
||||
Makefile "install" and "uninstall" rules are disabled on windows.
|
||||
|
||||
10
README.md
10
README.md
@ -1,4 +1,4 @@
|
||||
###Installing:
|
||||
### Installing:
|
||||
|
||||
from sources:
|
||||
```sh
|
||||
@ -15,8 +15,8 @@ You can also download precompiled binaries*: https://github.com/Tiiffi/mcrcon/re
|
||||
|
||||
---
|
||||
|
||||
###Usage:
|
||||
mcrcon [OPTIONS]... [COMMANDS]...
|
||||
### Usage:
|
||||
mcrcon [OPTIONS] [COMMANDS]
|
||||
|
||||
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.
|
||||
```
|
||||
enable-rcon=true
|
||||
@ -57,7 +57,7 @@ rcon.password=your_rcon_pasword
|
||||
|
||||
---
|
||||
|
||||
####Contact:
|
||||
#### Contact:
|
||||
|
||||
* WWW: https://github.com/Tiiffi/mcrcon/
|
||||
* MAIL: tiiffi_at_gmail_dot_com
|
||||
|
||||
Reference in New Issue
Block a user