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

    Need help with basic buying system

    Hello everyone again! This is a bit of an odd situation again but I'll give you a rundown. I am trying to make a skript where if you click on a sign it will check how much money you have and if you have more than the specified money it will allow you to click the block underneath it which in...
  2. J

    Sign on a block not the same as sign standing on ground

    Ok this is a bit of an odd situation, So atm I am trying to make a skript where a player right-clicks a spruce sign and then X happens (atm it's just a message for debugging purposes) Skript version 2.6.3 on rightclick on a Spruce Sign: message "test" But the issue is this. If the sign is...
  3. J

    Solved How do I add one to balance when clicking a specific block?

    Ok so. I am trying to make a little script to increase my balance by one every time I click a specified block here is the code so far! Skript version: 2.6.2 Author: Quiettee (me) options: balance: 0 starting_money: 0 minium_money: 0 maxium_money:1000000000000 on...
  4. J

    Solved Need help with how to keep track of how many blocks a player has picked up since they joined.

    Ok so here is a bit of context. I am trying to make a skript that will teleport you to a certain set of coordinates once you've mined X amount of dirt or stone or whatever it is in the future. At this point in time, I need it to be for dirt. 2.6.3 Skript author: Me, Quiettee 1.19.2 variables...
  5. J

    Solved Anyone know how to put a cooldown every time you click (LMB)

    Hello, Ultra beginner noob here. I was just testing out skript the past day and wanted to make an explosion happen in front of the player (already done that) And to stop people from spamming it I want a 1-second delay between each press of the LMB. This is prob simple and my tiny brain can't...