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

    Solved Variable Wont Update

    no homo ofc
  2. Goose

    Solved Variable Wont Update

    i love you
  3. Goose

    Solved Variable Wont Update

    I just realized now that I have talked in this thread, I'll get notified EVERY TIME you guys talk in here and there is like 40 replies so this will be terrible
  4. Goose

    Solved Variable Wont Update

    44 replies :eyes: Wish I had the full code to help you seeing as Lego isn't on his computer atm but I don't :joy:
  5. Goose

    Solved Problems with signs

    First, format your code. Second, what errors come up. You should explain what goes wrong instead of just posting your code (even worse, not formatting it) EDIT: Apologies if I sound harsh ;^;
  6. Goose

    Block placing of player head with name

    Good spot!
  7. Goose

    All players in a radius of 10 as loop players

    loop all players in radius 10 around spawned zombie: push loop-player backwards at speed 2
  8. Goose

    Block placing of player head with name

    on place of player skull: if player's tool's name is "&cStrawberry": cancel event
  9. Goose

    Solved arguments (read post before reply)

    command ban <player> <text> <text>: permission: staff.ban trigger: if arg-2 is "-s": ban arg-player because arg-3 send "&7You banned &3%arg-player% &7for &c%arg-3% &7[FOREVER]" else: ban arg-player because arg-3 send...
  10. Goose

    Ah, I thought that might be the case but I wasn't entirely sure. Good to know though!

    Ah, I thought that might be the case but I wasn't entirely sure. Good to know though!
  11. Goose

    Make unstackable items stackable

    Here, I made both a skript-mirror effect and a function for it! Have fun c: (Untested) effect stack [all] %itemstack% in %player%'[s] inventory: trigger: loop all items in expr-2's inventory: if loop-item is expr-1: add 1 to {_items} set...
  12. Goose

    On Anvil Combine:

    try event-item-one or event-item-two as you had been doing
  13. Goose

    Solved Giving unbreakable items to new players

    No problem! Just make sure to mark the post as solved and maybe mark my post as best answer if you want? Anyhoo, have a good day!
  14. Goose

    Hey BaeFell! This probably isn't much of a bug but I noticed this person who's profile said they...

    Hey BaeFell! This probably isn't much of a bug but I noticed this person who's profile said they lived in "HTTP-410" which is generally an error that means the source has been permanently removed? Is this a bug or what? https://ibb.co/cQRrrfw P.S. I use imgbb instead of Imgur because Imgur is...
  15. Goose

    Solved Giving unbreakable items to new players

    give player unbreakable fishing rod
  16. Goose

    Error on on Damage Event

    What's the error
  17. Goose

    Holograms

    Create hologram here https://skripthub.net/docs/?id=3544
  18. Goose

    Remove damage meter from iron sword

    Well, if you don't want the durability meter to show you can have the durability of the sword be set to full durability (preferably every time the sword is used) and have a variable that counts down to show damage. Then, when the variable reaches 0 or below, you set the tool to air and play the...
  19. Goose

    Execute certain things if the time..

    That's a bit tricky because you have to worry about timezones.
  20. Goose

    Execute certain things if the time..

    Ingame or in real-time?