Solved Help, snow man notifer

  • 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 community!

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

QCipher

Member
Nov 3, 2025
3
0
1
Can someone please make me a Skript that notifies staff when a snowman is built, who built it, and the coordinates of it.
 
Last edited:
Code:
on spawn of a snowman:
    set {_smloc} to location of last spawn entity
    clear {smplayers::*}
    loop all players in radius 3 of last spawned entity:
        add loop-player to {smplayers::*}
    send "&c[ALERT] Snowman Spawned at %{_smloc}% by {smplayers::*}"
this prob works idk