SPluginsSPlugins

Server chat spamming

First type of spam

First of all we have to explain that inside the activator you create for your ExecutableItems, 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.

Third type of spam

If the spam is on your console, just enable silenceOutput on your activator where your command is

Other Kinds of Spam

For information's sake, if you don't know how to make LuckPerms not display logs for opped players or players who have the logging perms, run /lp log notify off

(Credits to: @dragonfeel.)

Try it now

Copy this into ExecutableItems 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
ExecutableItems

Plugin used on this page

ExecutableItems

Custom items with abilities, activators and commands — no code.

  • 5.0/5 from 10 reviews
  • 3.1K servers running it right now (bStats)
  • 52 downloads on SPlugins

€19.99

one-time, lifetime updates

Created Oct 26, 2025Last updated Nov 17, 2025 by Ssomar
Edit this page on GitHub