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

    (Help) Per player virtual chests without addons

    command /container <integer>: trigger: if arg-1 < 2: open virtual chest inventory with size 6 named "Container %arg-1%" to player set {_slot} to 0 loop 54 times: set slot {_slot} of player's current inventory to...
  2. Time4Games

    No Skript is working

    can you send the skript pls?
  3. Time4Games

    (Help) Per player virtual chests without addons

    if you want i can send how to make one using tuske so you will get the idea and then you could make it without addons
  4. Time4Games

    warp system that work by blocks (help)

    op is a permission
  5. Time4Games

    Custom Crafting Recipe not working?

    ill check tomorrow on my pc
  6. Time4Games

    Solved gui error

    instead of using the on click event you can just do it using tuske format gui slot 21 of player with bed named "&7Fast join &bSolo BedWars" with lore "&8Playing: &7(&b%{bwps}%&7)", "&8", "&7Click to join" to run: broadcast "test"
  7. Time4Games

    Custom Crafting Recipe not working?

    do you have skquerry?
  8. Time4Games

    warp system that work by blocks (help)

    can you send it as a code please?
  9. Time4Games

    Help with do an infnite water bucket

    on right click: if player's held item is a water bucket: set player's held item to water bucket should work
  10. Time4Games

    recipe skript not working

    can you send it as a skript code please?
  11. Time4Games

    enchanted book

    sadly you cant give enchanted books without a console command this should do the trick: on load: set {enchant::1} to "aqua_affinity" set {enchant::2} to "bane_of_arthropods" set {enchant::3} to "blast_protection" set {enchant::4} to "channeling" set {enchant::5} to...
  12. Time4Games

    Keycard skript (again)

    i recommend using coordinates and not metadata because it would be reset once you restart the server
  13. Time4Games

    enchanted book

    what did you set enchant to?
  14. Time4Games

    Solved "Connecting" Variables

    https://forums.skunity.com/threads/transfer-variables-from-skript-to-skript.6626/ Is it what you are looking for?
  15. Time4Games

    Solved "Connecting" Variables

    I don't get it. Do you want the variable to save in different worlds?
  16. Time4Games

    Solved "Connecting" Variables

    what do you mean?
  17. Time4Games

    Title message

    command /emergency: aliases: /eme, /panic permission: simocraft.panic trigger: send title "&4&lEMERGENCY" with subtitle "&fChech the chat" to all players for 5 seconds
  18. Time4Games

    Server crashing when I try to make an entity pathfind

    the problem with your first code is that it loops so fast that it crashes the server I recommend adding a wait trigger to reduce lag on spawn of pig: while event-entity is alive: loop players in radius 10 of event-entity: broadcast "%loop-player%"...
  19. Time4Games

    Message problem

    can you send the whole code please?
  20. Time4Games

    World sending help

    teleport player to location(x, y, z, world "world")