custom

  • 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. erenkara

    Script ItemForge 1.0.0

    Item forge lets you easily create custom items in a YML file! Requires skript-reflect and SkBee! View Code Usage Create a .yml file inside plugins/Skript/scripts/ItemForge, the name doesn't matter and can be used to group your items. The root key will always be the ID of your item, the ID is...
  2. Epo___

    [Urgent] Custom Craft Skript

    This is urgent and a bit last minute so excuse that. I need a Skript for 1.8.8 Spigot that makes a sword with a custom name. Details: ------------------------------------------------------------------------------------------ Sword Name: "&cHades Sword" Sword Enchants / Effects: +15 hearts when...
  3. erenkara

    Script Custom Arrows 1.0.0

    This resource allows you to create your own custom arrows easily within minutes. Installation Put the script file inside your scripts folder. Requires skript-reflect and SkBee. Usage 1. Create a custom arrow and register it using the register function. Do not register 2 or more arrows with the...
  4. S

    Solved Custom item drop

    options: fthe_blocks: stone, diorite ... set {_fthe_blocks_random::*} to split "{@fthe_blocks}" at ", " set {_fthe_blocks} to random element out of {_fthe_blocks_random::*} send "%{_fthe_blocks}%" drop {_fthe_blocks} at location 64, 2, -348 in...
  5. T

    Script Custom colorful tablist! (minecraft) Controllable from mc commands and discord! 1.0

    Skript tab list! Required plugins: - Skript - Skript addon: disky Make your server colourful with this skript! Easy to use and controllable from your discord!
  6. B

    Script LAST LIFE skript! 1.2.1

    Welcome! This skript is a last life skript, like the new series by Grian, and other content creators. It's tested, so it should work, if you see any errors, just msg me. SkQuery is required Concept: When a player joins the system choses the lives of the a player (a number between 3 and 6, but...
  7. D

    Solved attempting to create items with custom abilities

    Receiving https://imgur.com/2CW8SXr this not sure what needs indenting or changing lines affected are highlighted in pink # AstralDrop - applies regeneration 1 and health boost 2 to the player for a short period of time. player must have ghast tear for Astral effects to be applied, (cooldown =...
  8. N

    Solved (Help) Unique NBT's between two items that share the same name and NBT

    Skript Version: 2.5.3 Skript Author: YourSpeedDealer Minecraft Version: 1.16.5 Full Code: command /m4a1: trigger: set {_M4A1} to 1 leather horse armor named "&bM4A1" add "{maxDurabilityM4:31}" to nbt of {_M4A1} set {ammo} to tag "maxDurabilityM4" of nbt of {_M4A1}...
  9. C

    Solved Custom xp system?

    I want to make the xp requirement for each level 5000, whether through the xp bar or any other variable that could keep track of xp intake. Ideally something that could be displayed on the sidebar or tab.
  10. J

    Custom crafting with modified attributes

    Skript Version: 2.5.3 Skript Addons: SkQuery Minecraft Version: 1.16.5 I am attempting - if possible - to create a custom crafting recipe in which the outputted item has a modified attribute (E.g. higher base attack damage). The code I currently have is: aliases: excalibur item =...
  11. Shadow Klassic

    Shield/Ender Pearl Cooldown on Custom Items

    Heyup guys! So how can i make an animation played like an enderpearl when executed played on any item. Skript mirror and that packet addon is present in my plugins folder! i am aware there are ways to do it with java plugins and protocol lib but is there a way to integrate it through skript...
  12. G

    a complicated job system isn't working

    Skript Version (do not put latest): Skript 2.2 (dev20c) Skript Author: me (minecraft username: hendoodle123) Minecraft Version: 1.16.5 --- Full Code: Command /promote <player>: Permission: op Trigger: If arg-1's uuid is in {farmer::*}: Remove arg-1's uuid from {farmer::*}...
  13. N

    Custom Mobspawners

    Hello everyone, I want to make a skript where you have for example a pig spawner. but in stead of it spawning a pig it spawns a zombie with a name etc. How would i do this. I want a pig spawner because pigs can spawn in the daylight and zombies can't. I already had a skript what worked fine but...
  14. M

    Solved How to create a message when you pick up items

    Can someone give me a way to do the following: When I picked a head called "&3Diamond Hard", it sent me a message "you picked up &3Diamond Hard"
  15. FistoF

    Minecraft+ [ 1.16 ]

    Minecraft+ is a new Minecraft 1.16 survival server that has lots of new mechanics to enhance the gameplay. Discord: https://discord.gg/nQkAPR Golden helmet shines bright in the dark (night vision) Golden chestplace attracts items from further away (item magnetization) Golden leggings allows...
  16. PotteryTNT

    Solved Regen From Experience Levels

    Category: UHC Suggested name: Level Health Spigot/Skript Version: PaperSpigot 1.8.8, Skript 2.2 (yes just 2.2) What I want: There is 4 different stages of health you can use experience for which are: Low - 5xp - 3s Regen Medium - 10xp - 5s Regen High - 15xp - 8s Regen Overpowered - 25xp...
  17. S

    Custom Sign

    Hi, how could I do something like that in Skript? My point is, that when you place a sign named "&c&lStaff Sign" it doesn't open the "Edit Sign Message" Menu, it just places the sign and sets the lines of it. (this code is just an example, it doesn't work) set {_staffsign} to oak sign named...
  18. P

    Custom crafting recipe

    Hi,I want to script an object that is in Hypixel SkyBlock (golem armor). Unfortunately, I do not know how to do it, that you can only craft the item once you have reached the required "iron level".Is it possible to ask script for a player's Iron Level with a variable, for example on crafting...
  19. Ronnoc2w

    Solved Add variables to variables

    Hello guys I wanted to make a token system but I cannot add a custom number to a variable :/ Here is my code: (Problem in line 9) command /eco [<text>] [<text>] [<text>]: trigger: if player has permission "tokenapi.eco" or "tokenapi.*": if arg-1 is set...
  20. LeStegii

    Custom Enchantments

    Hello, im using Tuske to create Custom Enchantments and the won't work properly... Spigot: 1.12.2 Plugins: Tuske, Skript Skript: 2.4-alpha3 Tuske: 1.8.2-Pikachu-Patch-3 Problem: Everything works with no errors but it wont send the message "Glowing" (on damage event).