New console message event

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

humayt

Member
Aug 22, 2023
2
0
1
42
Hello guys!
I'm working on server console in discord.

I had one sktript that worked earlier. It was like:
Code:
on log:
    send event-string to discord channel ... with ...

The problem is that event on log was from skript-logs, which was not updated from 1.13. So event is not works correctly for 1.20.

Now I'm trying to find anything that can replace this event. Do you have any ideas?