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. D

    Solved Region not working

    Hello. i have an problem. im trying to send the player a message when they enter a specific region. Yet it is not working. There are no errors showing up when i reload the skript... on region enter: if "%region%" is "CRoom": if {rewards:%player%} is not set: set...
  2. D

    Get potion with /give

    Hello! I have an error! I want my players to get a instant health 1 potion, execute console command "give %arg 1% 0438:16389 %{rewardchancehealth}% name:&c&lHealth_Pack" but when it does that, it gives them a completely glitched out potion with no effects. it gives me that no texture block, the...
  3. D

    Solved help; identify the On Damage of player event's item used

    Hello, i would like to request some help on identifying the item used in On Damage of player: event how would i do that?
  4. D

    Solved IDK HOW TO DELETE

    Hello, I would like to request for some help on something that I do not know how to do, yet. What i would like to do is, i would like to apply a select feature to an event, on left click, so that the event will be called when i left click a player with a specific item and it will make a variable...
  5. D

    An if check repeats twice error

    I have an error where when i right click a yellow dye, it goes through a process and gets to the point where it will check if the player has enough of that yellow dye then pursue to the rest of the stuff. for some reason, when the check goes false, it gives me the error twice when i want it to...
  6. D

    Solved Gamble script help

    Hello guys, i am trying to make a /gamble script where it will use 1,000 of a balance and it will do a counter from 3 to 1 which i have set up but i have no idea how to give it a chance system that always picks from something from the list. i use chance from skript but it gives me sometimes the...
  7. D

    A right click item loop event help

    Hello guys, i need some help with my script that i am developing and what i am trying to do is, i want to right click the emeralds then once i do it loops the player 2304 times (player inventory) and i want it to remove all the emeralds and add all those emeralds converted into the /gems balance...