SPluginsSPlugins

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.

Info

The file "server.properties" is in inside the server folder.

Danger

broadcast-console-to-ops IS NOT THE SAME THAN broadcast-rcon-to-ops

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.

Tip

Check FAQ -> How to use vanilla commands and use the commands correctly.

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.

Try it now

Copy this into MyFurniture and reload

From the SCore custom commands reference. Paste it into a config, run the plugin's reload command, and you have a working starting point to edit.

activators:
  activator0: # Activator ID, you can create as many activator on the activators list
    option: # Here goes an activator that is at least instance of player
    playerCommands:
    - ABSORPTION amount:5 time:200 # Gives the player absorption
  activator1: # Activator ID, you can create as many activator on the activators list
    option: # Here goes an activator that is at least instance of target
    targetCommands:
    - ABSORPTION amount:5 time:200 # Gives the target absorption
MyFurniture

Plugin used on this page

MyFurniture

Custom furniture with hitboxes, bounding boxes and triggers.

  • 4.7/5 from 7 reviews
  • 165 servers running it right now (bStats)
  • 9 downloads on SPlugins
Created Oct 26, 2025Last updated Jun 22, 2026 by Ssomar
Edit this page on GitHub