feat: connect via rcon
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'host' => env('MC_RCON_HOST', 'minecraft'),
|
||||
'port' => (int) env('MC_RCON_PORT', 25575),
|
||||
'password' => env('MC_RCON_PASSWORD'),
|
||||
'timeout' => (float) env('MC_RCON_TIMEOUT', 5),
|
||||
'access_command' => env('MC_RCON_ACCESS_COMMAND', 'whitelist add {username}'),
|
||||
];
|
||||
Reference in New Issue
Block a user