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

    haha yeah, %region% worked instead of %region at player%. and the form to get the region was "<region> in world <world>" and not "region <region> in world <world>"
  2. D

    Solved Region not working

    ok the event fires but for some reason it names that 1 region i need is being called as <none> and the rest of the regions are names as needed... i tried re-creating the region and still has not worked
  3. D

    Get potion with /give

    this doesnt work... gives me error: Can't understand this expression: 'regular potion with instant health for 1 second with tier 1'
  4. D

    Solved Region not working

    ok still didnt work for me. on region enter: if "%region at player%" is "region CRoom in world Haven_City": if {rewards:%player%} is not set: set {rewards:%player%} to 0 send "&c&lJa&2&lkII &9> &eYou currently have &6%{rewards:%player%}%&8/&615 &eRewards found...
  5. 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...
  6. 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...
  7. D

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

    ok that brought me closer, now there is another problem. It doesn't select the player when i try to left click him, but when I hit the block near the player, then it gets the player. This is wierd :emoji_frowning:
  8. D

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

    How would i do that? Please provide an example if you could and i will apply it myself. Thank you!
  9. D

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

    It does not work. Gives me error: A leftclick on an entity is an attack and thus not covered by the 'click' event, but the 'damage' event.
  10. D

    Armor Bars

    Im not sure this is possible in skript, at least from what see. Having to edit in-game hud directly might have to come from custom .jar aka coding in Java which is quite some work. If you need this to work in skript, you have to have an add-on including that feature.
  11. D

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

    Yea event-item doesn't work. but attacker's tool works, thank you. 1 more question. How do i make it do the event for people in other gamemodes and not just survival?
  12. 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?
  13. 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...
  14. D

    Solved Duplicated Variables

    Yea, im not exactly sure on how to fix this. sorry.
  15. D

    Solved Duplicated Variables

    Did you make sure that when the new player joins, their variable gets set so it can be used? This is what you should do to use the current variable. on join: if {zombieKills.%player%} is not set: set {zombieKills.%player%} to 0
  16. D

    Solved Duplicated Variables

    show some code so i can get the concept of what you are saying.
  17. 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...
  18. 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...
  19. 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...