One of plutoniums past updates made RCON messages not show by default, If you use t6 utils you can enable them again whenever starting your server up without doing it manually every refresh!
GitHub: Enable RCON Messages
Hello,
3 hours ago that I search a way to send RCON/MUS command with PHP,
I think my PHP code is clean & good but the RCON/MUS does'nt work, any ideas/fix's? ://
Here is my PHP code:
<?php
require_once('./global.php');
function RCON($header, $data = '') {
$musData = $header . chr(1) ...
Basically I want a command that gives an user an item of x amount.
Currently I can only insert it through the cms and reload all inventories through rcon, which isn't what I want.
As I haven't gotten into the source code of Plus Emulator or the weird structure it would take too long to for me...