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

    Alternating colors every word

    Hi there! I am trying to work on chat formatting and I cannot figure out a way to achieve something like this. I need help figuring out how to set up a way to split every word and color them one of two colors every other word.
  2. GlacialDew

    Solved Set lore of all of an item

    So I'm trying to figure out a way to set the lore of all iron swords that dont have lore. So if a player crafts one, finds one in a chest, gets one off a mob, or through a shop it will always have the set lore. I have no idea of how to do this and would like some help getting started.
  3. GlacialDew

    Blacklist items/Remove items Completely

    So, Im trying to find a way to basically Blacklist Items. Meaning this would remove recipes and the ability to have it in your inventory. How might I go about doing this?
  4. GlacialDew

    Solved What version of Skript should I use for 1.13.2

    I'm trying to get a version of Skript that will at least work on 1.13.2 servers. I've tried multiple versions from https://github.com/SkriptLang/Skript/releases but none are seeming to work. Can anyone tell me what version they are using along with spigot version, it will help me greatly! Thanks!
  5. GlacialDew

    How do I fix this?

    I want it to where players can only place a maximum of blocks, but I cant figure out how to lay it out, this is what I have so far but it doesnt stop players from placing over the max. on place: set {owner::%event-block%} to player if event-block is spruce wood planks: if...
  6. GlacialDew

    Script [Deleted] Custom Ores *ABANDONED*

    GlacialDew submitted a new resource: Custom Ores CORE - Perfect For A New Prison Experience! - The Core For a New System of Ores & Gems! Read more about this resource...
  7. GlacialDew

    Solved how can i give blocks 'owners'

    How can I make it to where when a player places a block, it can only be broken by that player and nobody else. Im trying to make a custom gamemode where players will be able to raid but I cant use any extra plugins that dont involve skript, so Factions is not an option.
  8. GlacialDew

    Solved How do I spawn a Zombie that does damage

    When I spawn the zombie it will spawn normally and proceed to target a player and chase after it. It makes an effort to attack the player but doesnt do any damage. I cant figure out how to fix this issue and its been happening in a few different skripts of mine on rightclick: if player is...
  9. GlacialDew

    Solved How to set helmet to custom player head?

    Im coding custom bosses and I want to be able have something other than a steve head or helmet on their head. #-----[Alchemist Boss & Minions] on rightclick: if player is holding a enchanted book with name "&d&lAlchemist Summoner" with lore "||&7Summons the &d&nAlchemist Boss": if...
  10. GlacialDew

    Spawned Mobs Do No Damage? Help/fix?

    So I coded a few custom bosses but they dont actually do any damage. Is there a fix or way to make them cause damage like a collide event? #-----[Spider Queen] on rightclick: if event-block is not air: if player is holding a enchanted book with name "&8&lSpider Queen Summoner"...
  11. GlacialDew

    How to register a furnace recipe?

    I need to know how to register a furnace recipe rather than a shaped or shapless
  12. GlacialDew

    Solved rightclick spawn on event-location help

    Im trying to create a summon item for a custom boss but I cant get get this to work. I dont get any errors when reloading but It doesnt spawn a zombie. on rightclick on block: if player is holding a enchanted book with name "&8&lAlchemist Summoner" with lore "||&7Summons A &6&nRouge...
  13. GlacialDew

    Script [Deleted] GWands - Magic Wand - Donor Items!

    GlacialDew submitted a new resource: GWands - Magic Wand - Donor Items! - Perfect Magic Wands, Designed To Give To Donors! Read more about this resource...
  14. GlacialDew

    Solved Place Block on type of block with a block

    Im trying to recreate machines in the style of Slimefun's. I need to know how I can detect the placement of a specific type of block on a type of block. on place of quartz on iron block: send "&7You Made A Converter!"
  15. GlacialDew

    Solved Rename Console?

    Im trying to rename the console for ingame actions. Instead of it being CONSOLE, I want to change it. Is it even possible and if so how?
  16. GlacialDew

    Unstable Build Help

    I always have this problem. Running Spigot 1.8, everytime I add Skript it either shows up as incompatible or anytime i execute a command involving skript and it says "/skript help". Can someone Link me to the version of Skript they are using for 1.8?
  17. GlacialDew

    If arg 2 is not set: Broken?

    Everytime i use the command without an arg set, it replies with the correct usage. But I Just want it to send the help messages :/ command /lootbox <text> <player>: trigger: if arg 1 is "help": if arg 2 is not set: if player has permission "ll.admin"...
  18. GlacialDew

    Solved Every second not working..?

    I have tried tons of different threads and i guess im just having problems with every second on connect: if {level.%player's uuid%} is not set: set {level.%player's uuid%} to 1 set {xp.%player's uuid%} to 0 set {xp.req.%player's uuid%} to 100 every second in...
  19. GlacialDew

    Solved Skript shop gui not working

    For some reason it this isnt working, it doesnt notify if you have the rank already, it just takes the bitcoins. I may be missing something simple but please help :) command /bcshop1 <player>: permission: "bitcoin.admin" trigger: if player has permission "rank.vip"...