Recent content by EthanCW

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

  1. E

    Every {variable} seconds not working

    I was working on a skript that would make a broadcaster to say certain things. However, I came across a bug with when I wrote "Every {duration} seconds:". It says that it cannot understand this event. Here is the code: every {duration} seconds: if {active} is "true": set...
  2. E

    Solved Sell (item) for essentials money?

    Can you exchange cookies for essentials money or custom currency from another skript?
  3. E

    Solved Sell (item) for essentials money?

    I made a skript where it's essentially a cookie clicker skript with a custom currency as {cookies}. I want the players to be able to do /sellcookies in order to get essentials money. 1 cookie = 1$ Sell Cookies Skript: command /sellcookies: permission: cookies.sell permission message...
  4. E

    Solved Warn others an player ran a command

    Thank you so much!! :D
  5. E

    Solved Warn others an player ran a command

    Hello, I was wondering if there was a way where if an admin typed something like "//replace grass_block TNT" then it would alert all other admins online "[Admin Name] is using a potentially dangerous command! (command name here)". Or if I was doing a /reload, it would say "Ethan is doing a...