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 community!

    Now, what are you waiting for? Join the community now!

  1. Jeroeno_Boy

    Solved Installer not working

    so i tried to make an installed that apperently doesnt work, even after following the docs i used Skutilities for this on script load: wait 1 second if file "plugins/Skript/scripts/BMUpdater.sk" does not exist: create script "plugins/Skript/scripts/BMUpdater.sk" wait 1...
  2. Jeroeno_Boy

    Permissions help

    How can i get a value from permissions like this: maxHomes.<value>
  3. Jeroeno_Boy

    Solved a push problem

    i have a problem.... push the loop-entity in direction towards player at speed 2 Error: There's no loop that matches 'loop-enitity in direction towards player'
  4. Jeroeno_Boy

    SKDragon drawRings not working

    i cant figure out what's wrong, i checked 5 times and rewrote 1 time, plz help me with this problem code: drawRings particle smoke, XYZ 1, 0, 1, center target, id "%player%-launch1", randomRotation false, animated true, raduis 3, ringCount 1, ringDensity 4, visibleRange 320 Error:
  5. Jeroeno_Boy

    Solved TuSK gui problem

    i have a problem, when i click on a head in the gui of my skript it only opens the stats gui of the online players, the offline player won't work :/ bdw the skript's messages are Dutch but here is the code: function Refresh(P: player): set {Slots.%{_P}%} to 0 loop 5 times: loop...
  6. Jeroeno_Boy

    A gui prob <TuSK>

    So i have the problem when i loop {Players::*} <all total players that joined the server> and then look at thier stats with a function and gui, it only works on the first person from the value, importand code: function Refresh(P: player): set {Slots.%{_P}%} to 0 loop 5 times...
  7. Jeroeno_Boy

    Solved Worldguard Region

    This is the first time im doeing something with worldguard in a skript. i looked in the forums and on njol but couldnt fine where i was looking for, my issue is that i want to add a player to a worldguard region command /plot [<text>] [<player>]: trigger: if arg 1 is "add"...
  8. Jeroeno_Boy

    Solved Formatting gui issue

    Soo i have a prob with the Gui, bdw dont blame me beacuse i use format, it always works 4 me. Code: function Looting(P: player): open chest with 3 rows named "&lCrate" to {_P} set {_Amount.%{_P}%} to random integer between 1 and 35 format slot {Slots.%{_P}%} of {_P} with...
  9. Jeroeno_Boy

    Solved Execute function from gui -- HELP

    i have problems with executing funtions from a gui Format slot 22 of player with 1 nametag named "Name" with lore "lore" to close then run [execute function "function"] Please help