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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. D

    Minions Skript

    Catergory: Spells/Minions Suggested Name: I don't mind go nuts What I want: To put it simple, just an item that spawns any monster (I can change to which I want since I know basic skript) that will target other mobs, but not players. If you can, maybe an armor set with a bonus when all 4 pieces...
  2. D

    Server crashes after spawning monster.

    Skript Version (do not put latest):2.5-alpha6-MH Skript Author: Bensku Minecraft Version: 1.16.3 Code: on right click: if player's tool is a red dye named "&cBrimstone Jewel": if {activepet.%player%} is false: set {activepet.%player%} to false spawn a zombie...
  3. D

    SkDragon particles not displaying.

    Skript Version (do not put latest):2.5-alpha6-MH Skript Author: Bensku Minecraft Version: 1.16.3 Code: on right click: if player's tool is an enchanted book named "&6Eternity": player's target is set distance between the target and the player is more than 25: message...
  4. D

    Changing Name Of Player's tool, changes name to <none>

    Skript Version: 2.5-alpha6-MH Errors: None Code: command /upgrade: permission: tester trigger: set {_toolname} to uncoloured name of player's tool set {_0} to lore of player's tool set {_1::*} to split {_0} at "||" set {_0} to size of {_1::*} if line {_0}...
  5. D

    Cant change specific lore line when I use a variable as number for lore line

    Skript Version (do not put latest):2.5-alpha6-MH Skript Author: Bensku Minecraft Version: 1.16 CODE: command /upgrade: permission: tester trigger: set {_0} to lore of player's tool set {_1::*} to split {_0} at "||" set {_0} to size of {_1::*} if line {_0} is...
  6. D

    Solved Trying to make a checkpoint system for 1.16, need help!

    Nvm, ty skunity discord
  7. D

    Nick Skript

    Suggested name: Nick Spigot/Skript Version: 2.5 What I want: A skript that opens up a book GUI like hypixel's nick system. It allows you to change your rank and name. It changes your /list name and tab name along with kill message. I use pex so I think the commands could be /pex user %name%...
  8. D

    Fireball Spell

    Category: Custom Tools Suggested name: Fireball Spell Spigot/Skript Version: 2.4 What I want: A command that gives you a blaze rod with the ability to spawn a customizable amount of fireballs to where you are looking at a customizable delay, sort of like the item, "Ember Rod", from Hypixel...