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. CUrrUpt Enxo

    Variable help

    hmm yes variables {playersgens::%player's uuid%::%{_tag}%::%location%} You see that variable right ima explain what I need help with. I want to find the {_tag} value according to a location but I want to do this without looping the index. I don't even know if this is possible but if its not I...
  2. CUrrUpt Enxo

    On Consume Repeats When Canceled

    on consume: if tag "CustomItem" of nbt of event-item is "Worm": send "test" cancel event remove 1 of event-item from player's inventory add 1 to player's food bar stop This for some reason repeats the event if you eat it and have full food and hold the...
  3. CUrrUpt Enxo

    What Type A Variable is the SkBee Nbt

    I need to know if its like a nbt varible or like something else cause i cant add nbt idk y
  4. CUrrUpt Enxo

    On Break Handles Block Coords different than Loops do

    Yea this might be a bug or a feature or something but idk how to fix it I have been messing around with this stuff for the past hour im trying to make a machine but it aint gonna work ima send my code in a haste bin here https://hastebin.com/coziciwefo.coffeescript thats the whole file soo if...
  5. CUrrUpt Enxo

    This Skript Crashes my server on reload

    So i got the pastebin for it https://pastebin.com/tCTfHdRP There you go its bigish i guess but like i have skripts that are 800 lines of code and they dont crash on reload idk wats going on can someone help me pls
  6. CUrrUpt Enxo

    Gun Kill Skript Wont Work

    Idk but this code wont work idk wats going on it should work idk if this a bug or smt but like im using a custom gun skript and it does not show title on kill on death: if attacker is a player: if projectile is set: add 1 to {killstreak::%attacker%} add 1 to...
  7. CUrrUpt Enxo

    Is There to spawn an entity at a location

    im trying to make entities with custom health and custom name and i want it to spawn at a location maybe u can spawn it at a block i need some help with this