Recent content by RaXeD

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

  1. RaXeD

    Executing skript only for online players

    I don't think that can work since I have the locations saved in drops1 every 5 real seconds: drop 1 coal named "&0Coal &e($5)" at {drops1::*} drop 1 iron ingot named "&fIron Ingot &e($7.5)" at {drops2::*} drop 1 diamond named "&bDiamond &e($10)" at {drops3::*} drop 1 emerald...
  2. RaXeD

    Executing skript only for online players

    That doesn't exactly fit with the theme of the server and plus I know that what I'm asking is possible so why compromise?
  3. RaXeD

    Executing skript only for online players

    I have the following skript: https://pastebin.com/b9xnBAKw It's basically an item generator where a specified item will generate on top of a specified block that players place, the problem is that this gets extremely laggy as more and more generators are placed, is there any way to eliminate...