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

    BlockEdit

    Docs || Discord || Donate - [ About ] - BlockAPI is a easy to use tool made for skript developers, in skript there isn't a easy way to paste blocks (thats also fast). So i made this, a fast and "easy" to use API. NOTE: THIS IT NOT MADE TO COMPETE NOR REPLACE FAWE & WORLDEDIT - [ Features ]...
  2. Jeroeno_Boy

    Holding RMB

    How can i detect if a player is holding the right mouse button?
  3. Jeroeno_Boy

    SkEdit

    Donate What is SkEdit? SkEdit is a API that allows you to mainly fill and paste in structures. it is not created to copy Worledit, nor to compete with it. The fill and pasting is based on a delay system, its standart set to (Fill: 20000 blocks per tick, and copy: 1000 blocks per tick)...
  4. Jeroeno_Boy

    API SkEdit

    Jeroeno_Boy submitted a new resource: SkEdit - Its like worldedit. but complitely in skript Read more about this resource...
  5. Jeroeno_Boy

    Solved Block location

    So i want to set Yellow concrete to green concrete, but it doesnt place, no errors set {_Block} to block at location at X-location of event-block + 5, Y-location of event-block - 1, Z-location of event-block in world of event-block message "%Location of event-block%"...
  6. Jeroeno_Boy

    Reverse lists

    How can i reverse loop an list: loop {_List1::*} reversed: #and loop {_List1::*} Backwars: #dont work Errors on both: ::*} reversed: is not an valid itemdata ::*} backwards: is not an valid itemdata
  7. Jeroeno_Boy

    Addon request

    Category: Any Suggested name: You choose What I want: I want a quick demonstration addon to be made for my BetterMoney api, it needs to use something with the money varbiable: {BMMoney::%Player%}, i am working heavely on the api so i dont rly have time to make something simple and good...
  8. Jeroeno_Boy

    Solved HELP ME WITH SKULL STUFF PLZ TY LY

    Wierd problem with skulls in the newest version, the value is a user name format gui slot {BMUsed::%{_P}%} of {_P} with 1 skull of {BMCurrentPlayer::%{_P}%} Error:
  9. Jeroeno_Boy

    Script [Deleted] BetterMoney API

    Jeroeno_Boy submitted a new resource: BetterMoney API - A money API in its very early state Read more about this resource...
  10. 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...
  11. Jeroeno_Boy

    Permissions help

    How can i get a value from permissions like this: maxHomes.<value>
  12. 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'
  13. 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:
  14. 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...
  15. 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...
  16. 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"...
  17. 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...
  18. 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