Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.43 KB

File metadata and controls

39 lines (25 loc) · 1.43 KB

Server chat spamming

First type of spam

First of all we have to explain that inside the activator you create for your ExecutableBlocks, in the commands section, as long as the command you write isn't one of the Custom Commands of EI, it will be run by the console, so, if its the case you use a vanilla command, such as:

  • execute...
  • effect give...
  • particle...
  • playsound....
  • etc

The server will output in your chat what you are doing and will look like this:

[Server: <action>]

If you want to disable this, you have to set broadcast-console-to-ops to false in your server.properties file.

{% hint style="info" %} The file "server.properties" is in inside the server folder. {% endhint %}

{% hint style="danger" %} broadcast-console-to-ops IS NOT THE SAME THAN broadcast-rcon-to-ops {% endhint %}

Second type of spam

If you are having the type of spam that looks in the photo, is because you are using SUDOOP command, don't use it.

{% hint style="success" %} Check FAQ -> How to use vanilla commands and use the commands correctly. {% endhint %}

Discord

In case this didn't help you to achieve what you wanted or doesn't work for you, feel free to ask in the Discord of Ssomar plugins your question.