Search results

  • 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. J

    Solved Return not working. Am I too dumb?

    Hi! I'm currently making a seperate money system for a roleplay. This is why I added a moneyAPI. I added a moneyAPIverify() function, what I can call in other skripts to check if the API is on, but somehow it gives me an error. My code: function moneyAPIverify(): return "api_found" This...
  2. J

    Check if there's no blocks

    Hello, I'm currently making a train system and I was wondering if it is possible for if I spawn a structure that I can check if there's blocks there where I want to spawn the train (a structure). If you do not understand my problem, ask me to explain it again. My structure addon: SkBee
  3. J

    Solved Teleport player with changed Z-Coordinate

    Hi! I wanted to teleport the player to a specific coordinate. I wanted to change the Z-Coordinate and then teleport the player to the changed position. Somehow it doesn't work... Does someone know why? Or am I just dumb... command /train_start: permission: train.start trigger...
  4. J

    Solved I don't know what i did wrong. Can someone help me?

    Hello! I need help with one of my Skripts i have constructed. I just began using variables but i don't know what i did wrong because it does not work. Can you help? options: {Superhand::%player%} = 1 {SuperhandEnabled::%player%} = false command /superhand <number>: trigger...