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

    here is a updated problem if {playersgens::%player's uuid%::*} where [indices of input contains "%location of event-block%"] is set Why wont this work with set {playersgens::%player's uuid%::%{_tag}%::%location of event-block%} to location of event-block this variable structure like what the heck
  2. 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...
  3. CUrrUpt Enxo

    Solved Return integer

    try changing integer to number see if that does anything
  4. 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...
  5. CUrrUpt Enxo

    TuSKe Gui being overwritten.

    if you want to keep reformating that slot you can do While True: if slot 10 of player's current inventory is grass block: <insert other code> else: exit loop
  6. CUrrUpt Enxo

    My Skript is broken!

    just remove some like WolvSK, WildSkript, SQLibrary-7.1 If you dont understand how to debug by removing shit learn that before coming here.
  7. CUrrUpt Enxo

    My Skript is broken!

    try removing some plugins till it works
  8. 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
  9. CUrrUpt Enxo

    Licensing Skripts

    Idk you could get like addons for skript like it enccrypts data and depcrypts data from like a server and if they have a key they can use it ingame and it works idk that might be possible or something something with encryption but idk if that possible in skript tbh
  10. CUrrUpt Enxo

    On Break Handles Block Coords different than Loops do

    So when i try to get the location of the block above the block in the loop with that it returns x: number y: number z: number and on the on break it does world and the position
  11. CUrrUpt Enxo

    less than x time bugg

    never heard of that maybe use original skript just plain our skript not a fork of it
  12. CUrrUpt Enxo

    multipage enderchest

    how? how would there be a duplication glitch they cant access the stuff after it has closed so it would not work
  13. CUrrUpt Enxo

    less than x time bugg

    do you have actuall skript lol i dont see it in there
  14. CUrrUpt Enxo

    less than x time bugg

    Wat addons do you have
  15. CUrrUpt Enxo

    multipage enderchest

    if you want something like this put it in requests but I can tell you how to make it you would have to open a inventory to the player and when they close it you save it and when you open it you reload it and you can do that for multiple pages
  16. CUrrUpt Enxo

    if player is not looking at victim

    if player's target entity is not victim: // Do some code Hope this helps bud
  17. CUrrUpt Enxo

    Solved Current Health Of Mob

    Make Sure To Mark The Thread as Solved
  18. CUrrUpt Enxo

    Stone2mine.minehut.gg COMING SOON

    Stone2mine.minehut.gg COMING SOON
  19. 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...
  20. 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