Add documentation for RConObserver
This commit is contained in:
@@ -377,6 +377,31 @@ Observers
|
|||||||
|
|
||||||
**Required**
|
**Required**
|
||||||
|
|
||||||
|
``RConObserver(target, password[, port][, pct_interval])``
|
||||||
|
This Observer will announce render progress with the server's ``say``
|
||||||
|
command through RCon.
|
||||||
|
|
||||||
|
* ``target=<address>``
|
||||||
|
Address of the target Minecraft server.
|
||||||
|
|
||||||
|
**Required**
|
||||||
|
|
||||||
|
* ``password=<rcon password>``
|
||||||
|
The server's rcon password.
|
||||||
|
|
||||||
|
**Required**
|
||||||
|
|
||||||
|
* ``port=<port number>``
|
||||||
|
Port on which the Minecraft server listens for incoming RCon connections.
|
||||||
|
|
||||||
|
**Default:** ``25575``
|
||||||
|
|
||||||
|
* ``pct_interval=<update rate, in percent>``
|
||||||
|
Percentage interval in which the progress should be announced, the same as
|
||||||
|
for ``ServerAnnounceObserver``.
|
||||||
|
|
||||||
|
**Default:** ``10``
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Custom web assets
|
Custom web assets
|
||||||
|
|||||||
Reference in New Issue
Block a user