You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-03 22:39:12 +02:00
8 lines
286 B
Plaintext
8 lines
286 B
Plaintext
|
|
URL = "127.0.0.1:25565";
|
||
|
|
Password = "Jg9F...";
|
||
|
|
WriteTimeout = 20;
|
||
|
|
ReadTimeout = 20;
|
||
|
|
|
||
|
|
ConnectionParams = OPI_RCON.FormConnectionParameters(URL, Password, ReadTimeout, WriteTimeout);
|
||
|
|
Result = OPI_RCON.CreateConnection(ConnectionParams);
|