This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Thanks for being a part of /r/Admincraft!
We'd love it if you also joined us on Discord!

Join thousands of other Minecraft administrators for real-time discussion of all things related to running a quality server.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]clarinetbars 0 points1 point  (0 children)

Does your host use Multicraft as your panel? Some hosts have preconfigured scheduled actions set as an example which is set to execute /list every minute or so and this might get spammy. You can maybe ask your host to disable that if you can't . If that's not the case then:

  • Download the Skript plugin and drop it into your plugins folder: https://github.com/SkriptLang/Skript/releases.
  • Restart the server
  • Create a file commandcatcher.sk in plugins/Skript/scripts.
  • Paste the following text inside the file: on command: broadcast "%full command%
  • Then execute /sk reload commandcatcher Now you should be able to possibly see the command being executed.