promotional bannermobile promotional banner
premium banner
Provides additional functionality to the CraftControl RCON app

Description

This mod adds additional functionality to the CraftControl RCON app (Google Play). It is similar to the CraftControl RCON Spigot plugin, but can be used on servers running (Neo)Forge or Fabric. Currently, this plugin adds the same functionality, which is to read chat messages of players, view console history and get more info about online players. This is a server-side only mod and does not require to be installed on the client, as it will not do anything there. Server admins can drop this into their mods folder and it will work without the need to have their players install the mod. Make sure to grab the correct version.

Versions lower than 1.15 are not supported and will not be supported in the future. From 1.20.4 and onward, Forge will no longer be supported and will be replaced by NeoForge.

 

Commands

Please note that all commands are RCON only and return data in JSON format.

-craftcontrolrcon chat [timestamp] Returns all chat messages older than timestamp (ms since epoch) or all messages in its buffer in case the parameter is omitted.

-craftcontrolrcon players Returns all online players with additional information like health, level, gamemode and UUID.

-craftcontrolrcon console [lineNumber] Returns all console (log) entries starting after lineNumber. If lineNumber is negative, it returns the last lineNumber lines. Maximum amount of lines is 10000.

 

Configuration

message_count The maximum amount of chat messages it should keep in its buffer. Default is 100. Sensible values are between 50 and 500.