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

    PlaceholderAPI breaks skript

    That is GameAPI doing that.
  2. H3A

    I'm trying to make a silent ban would this work?

    command /ban <player = %offlineplayer%> [<text>]: trigger: if arg-1 is not set: send "&cPlease provide a user to ban." if arg-1 is set: if arg-2 contains "-s": replace all "-s" with "" in arg-2 ban player due to arg-2...
  3. H3A

    Warp player heads GUI

    loop the players set a slot with the players skull after looping 200 times blah
  4. H3A

    [1.12.2] Book Mails

    set {_bookToOpen} to a new book loop book pages of {existingBook}: add page with data loop-value to {_bookToOpen} open book {_bookToOpen} to arg-1 no u
  5. H3A

    Sort With Custom Output

    what
  6. H3A

    Excavation & Explosive enchant

    you can use skematic and set a cubiod at the player
  7. H3A

    Right Click head/golden head = regen & speed

    https://www.reddit.com/r/ultrahardcore/comments/4r4z5m/golden_heads_sk/
  8. H3A

    VeltPvP Bans Skript

    Category: Not Sure Suggested name: LiteBans - Velt.sk Spigot/Skript Version: Latest What I want: A skripted ban system with silent bans that is like veltpvp, such as /ban user reason -s /ban user reason /kick user reason /kick user reason -s /banwave activate Ideas for commands: /ban /tempban...
  9. H3A

    How to set a block to a block name stored in a variable

    Create a list then, If it's randomized. Else just make a function.
  10. H3A

    How to set a block to a block name stored in a variable

    set {block} to "coal ore" set event-block to {block}