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

    Solved [item] skript

    already tried, failed
  2. Time4Games

    Solved [item] skript

    I am working on a server and i want to do that if you send [item] it will send the item you are holding with its lore i tried making it for 3 hours but failed, help please
  3. Time4Games

    Solved Unable to compare local variable to integer

    I tried the old gui system and it doesnt work
  4. Time4Games

    Solved Unable to compare local variable to integer

    I used vanilla guis but then they changed it to something more difficult. But i thought they removed it so i used TuSke and then my friend told me that they just changed it. If they wouldn't change it maybe i was using vanilla guis now but "learning" a new gui system is useless if i already...
  5. Time4Games

    Solved Unable to compare local variable to integer

    Runakai everyone has his own thoughts.
  6. Time4Games

    Timer Variable.

    Can you please send it as a code?
  7. Time4Games

    Solved Unable to compare local variable to integer

    But sometimes TuSke gui is better
  8. Time4Games

    Code not working

    okay thanks ill try it doesn't work
  9. Time4Games

    Solved Unable to compare local variable to integer

    you can use 1 tab or 2/4 spaces also does it work now?
  10. Time4Games

    Code not working

    I made a ban system with a banlist. I want to remove the player from the banlist when is is unbanned but it doesn't remove it. I tried puting other things like broadcast "d" and it did broadcast. But when i do command /o: trigger: remove player from {banlist::*} it does work here...
  11. Time4Games

    Solved Unable to compare local variable to integer

    where is the problem? what line? also instead of to run [execute server command "/buy %arg-1% dirt"] you can do to run server command "/buy %arg-1% dirt" Oh i see the problem. i will write a new /gui fill code and send you Here: command /gui-fill [<player>] [<integer>]: permission: op...
  12. Time4Games

    Make a command execute a command

    you can use a variable to do a 1 time use command. i am on phone so ill use 2 spaces and not a tab command /start: trigger: if {start.%player%} is not set: set {start.%player%} to 1 #do something else: send "&cYou already used that"
  13. Time4Games

    Solved Banlist

    I'm making a server and i want to have a ban list where i can see the players i banned. Help would be appreciated :D never mind i did it how to delete posts?
  14. Time4Games

    Solved Drop Item At Coords

    No problem :D
  15. Time4Games

    Solved Gui Ban system

    thanks, im too lazy to make one myself
  16. Time4Games

    How to make a command to teleport to a certain place?

    This is what it does Teleports the player to {a} (the location you set)
  17. Time4Games

    How to make a command to teleport to a certain place?

    Here is a basic command If you meant something else tell me command /a: trigger: set {a} to location of player command /b: trigger: teleport player to {a} You can add permissions and change the name of the commands
  18. Time4Games

    Solved Gui Ban system

    Do you mind if i will use the code for my server? Actually never mind i dont understand the lunguage its in
  19. Time4Games

    Loan system skript

    Just add this code to the current code, is should fix the problem on first join: set {active minor loan::%player%} to "no" on join: if {active minor loan::%player%} is not set: set {active minor loan::%player%} to "no" on first join: set {active major loan::%player%} to...
  20. Time4Games

    Solved Drop Item At Coords

    I used this code to test it and it worked command /g: trigger: set {DirtLo} to location of player command /t: trigger: drop 10 dirt at {DirtLo} I think you didnt set {DIrtLo}