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

    NEED HELP!!

    Hey im making a skript to make it easy for a player to see a chunk so im working on the skript when you right click a item it will set one layer of glass to the nearest players chunk but right now it sets glass blocks to the whole chunks so the whole chunk will be filled will glass. but i just...
  2. H

    Top 10 in a gui

    Hey guys im making a cookieclicker the only thing i need is a top 10 over how many cookies players have. But i have no idea how i will do it so if anyone would like to help me would be great. Im using this veriable to store the cookies {cookies::%player%} Thank you
  3. H

    Loan system

    Hey im trying to make a loan system but i dont know a good way of doing it. right now i have made how much money you can loan and how many days you have before you have to pay back. here is my code: I only thing i need help with is the loan system so if anyone that can give me exemple of a loan...
  4. H

    Error with tuske

    I get this error https://pastebin.com/Qxg7G9v2 when i run this code https://pastebin.com/BJqq12Lr The thing im trying to do is that im trying to auto update a gui so a veriable will update without closing the gui If anyone know a great way to do that please telle or help me with fixing the error
  5. H

    Placeholderapi addon

    Command /something: trigger: if %placeholder% is between 100 or 99999: message "Something" on chat: Broadcast "%placeholder% %player% %placeholder%" Something like this so you can use placeholders inside skript
  6. H

    Need help making silent chest

    I need help with making a silent chest to my skirpt. silent chest is a skript where you open the chest silent without any sound hope you under stand my code: on right click holding a paper: if {staffmode.tools.%player%} is true: cancel event show the inventory of the clicked...
  7. H

    Need help looping items in a chest and removing them

    hey im creating a chestsell skript that allow players to easy sell there loot and i dont know how to loop the items in the chest and removing them and how many items there are in the chest and what items on sign change: if line 1 is "[ChestSell]": set line 1 to...
  8. H

    Need help looping items in a chest and removing them

    hey im creating a chestsell skript that allow players to easy sell there loot and i dont know how to loop the items in the chest and removing them and how many items there are in the chest and what items on sign change: if line 1 is "[ChestSell]": set line 1 to...