Skip to content

Logging to console and in game ops

TheCyberCode edited this page Sep 16, 2018 · 1 revision

How to log a message from your plugin to the console.

CyberDevAPI.Log(logMessage); - the message supports colour codes by default.

Note:

Servers can disable it broadcasting to OPs in game via the config of the api.

Clone this wiki locally