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 Unable to compare local variable to integer

    can you send the whole code please
  2. Time4Games

    Solved Drop Item At Coords

    i will try it in minecraft tomorrow(im on my phone now and its late here). sorry for making you wait, the second i wake up ill try to fix it
  3. Time4Games

    Solved Drop Item At Coords

    I never tried dropping items at coords but i can try helping you. Instead of drop 10 dirt at loop value try: drop 10 dirt at {DirtLo::*} and if it doesnt work make sure {DirtLo::*} is set. Sometimes it resets variables for me when i restart the server. Also try using {DirtLo} instead of {DirtLo::*}
  4. Time4Games

    Loan system skript

    Oh yea i forgot to set {active major/minor/extreme loan} of player to no when a player joins the server. My bad, i will do it later its 1AM here Also you use tabs right?
  5. Time4Games

    Display name

    Git paper 129 mc: 1.16.1 2.5 alpha6 mh
  6. Time4Games

    Solved Not wearing leggings bug

    Im making a code to show the armor and held item of player but for some reason it doesnt detect the leggings. Its acts like the player has no leggings Also im using 2 spaces and not a tab if player is wearing leggings: set {_l} to leggings of player else: set {_l} to white glass pane named...
  7. Time4Games

    Solved Chest Gui Help

    Oh okay thanks. sad :(
  8. Time4Games

    Solved Unable to compare local variable to integer

    Becuase at the starting of the code you set {_slot} to 0
  9. Time4Games

    Solved Chest Gui Help

    tysm for the help I tried some inventories but i couldnt make a 3x5 gui. Do you know a way to do it?
  10. Time4Games

    Display name

    okay thanks, i will try it tomorrow its late here It doesn't work any idea why?
  11. Time4Games

    Define a placed block

    You can't do it with 2 grass blocks, your idea to change their name won't work because once you place a block it loses its name. If you want you can use other blocks and use the code above. Also next time you send a code please use this:
  12. Time4Games

    Solved Unable to compare local variable to integer

    Try changing it to {_slot}. Also next time you send a code pls use this:
  13. Time4Games

    Solved Chest Gui Help

    tysm. you said all types of inventories, villagers too?
  14. Time4Games

    Solved Chest Gui Help

    thanks didnt know it was possible is there something else or just a chest and a hopper?
  15. Time4Games

    Display name

    i tried it and i do need an addon. do you know what addon do i need?
  16. Time4Games

    Display name

    yea
  17. Time4Games

    Display name

    oh you meant the chat display name. i meant the name above the player
  18. Time4Games

    1.16 does not recognize the 'color code'.

    Oh okay, thanks for letting me know
  19. Time4Games

    on damage start a counter?

    Do you still need it? If so please send your code
  20. Time4Games

    Solved Gui Ban system

    Try: command /gban <Offlineplayer>: permission: atomcore.gban trigger: send "&aBan GUI megnyitva!" open virtual chest with size 1 named "&c%arg 1% &4kitiltása:" to player format gui slot 0 of player with red wool named "&cCsalás" to run player command...