Recent content by Raigna

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

    How do I check the lore of an item?

    I know of this method, I used it and it worked well but for what im trying to do it wouldnt work, the items are from mythic drops so they have random names and also random lores, what im trying to do is have the script be able to pick out a segment of the lore and if it matches then something...
  2. R

    How do I check the lore of an item?

    sorry I might need to explain more, so what im trying to do is make my own enchantments or make lore within a item give the player the ability to trigger an attack, barrage isnt a real enchant its just a one I made up for the example say for example instead of using Barrage I to trigger the...
  3. R

    How do I check the lore of an item?

    Skript Version: Skript 2.3.5 Skript Author: Bensku Minecraft Version: 1.13.2 Problem Hey recently I began trying to make a script that would check the lore of a item the player was holding and if it contained the words "Barrage I" anywhere within the lore then the player could cast a spell. my...
  4. R

    visual effect while wearing armor

    Thank you for the replies, i'll install sharpsk and try it out
  5. R

    visual effect while wearing armor

    Hi im trying to create a piece of armor that creates a visual effect (villager green sparks etc) around a player that is wearing it, I have got the code below to work with broadcasting a test message but whatever i do to add a visual effect I get told I dont have a world, Could someone tell me...
  6. R

    Trade problem

    thanks but im not sure if this is exactly what im looking for, would this not only work on the item in your hand? I want to locate and remove it from anywhere in your inventory, the script is part of a larger script that im using as a gui shop I'll try it anyways and i appreciate the time you...
  7. R

    Trade problem

    addons installed Skrayfall skquery ---- Hi ive been trying to make a shop where players can trade in custom items for rewards, everything works so far except this line of text in the script, command /mysteriumsword: trigger: if player has 1 player head named "&b&lM&3&lysterium" in...
  8. R

    Custom food

    thank you both i'll try that so i tried and its working but it wont remove one item every time i consume it when using the code from HackerOTVW i was getting the error "can't compare item-event with a text" and so i changed the last part as ChisleLP instructed and updated the hunger level part...
  9. R

    Custom food

    Hi i have 2 problems im trying to solve, im trying to create custom food items for my server but im having trouble with the line "remove 1 player head named "<gold><b>Honey" from player" the skript will work as intended but will not remove the item i right clicked from my inventory the second...
  10. R

    Lasso

    thanks for the reply, i managed to figure it out for myself but only on targeted mobs, i was originally trying to get all entities within a radius to be pulled into the player on right click On rightclick: if name of held item of player is "<cyan><b>M<light blue><b>ystic <cyan><b>W<light...
  11. R

    Solved redstone Particles

    ok thankyou for the help I was using play instead of show and didn't have skrayfall installed lol
  12. R

    Solved redstone Particles

    thanks, I will look into it, im just trying to troubleshoot my problem because this code was given to me by a owner of a server i mod for and we know the coding works, ive just modified it slightly this was part of the script that he gave me that i modified set...
  13. R

    Solved redstone Particles

    Thanks for the quick reply, I have just tried that and thankfully it worked if i remove with color 255, 0, 0 from the script but I now have the problem where it doesn't have the same effect as the portal, the particles were swirling around my head when using the portal particles now they only...
  14. R

    Solved redstone Particles

    I've been having a lot of problems with getting my item to display redstone particles, this script when changed a little to display portal particles for example works but everytime i try to show redstone particles i get this message "Can't understand this condition/effect play 3 redstone...
  15. R

    Particle effects on weapons

    thank you both, that really helped, quick follow up question if you don't mind, I modified my code a little to show a simple particle effect around my character while holding the weapon, it works for alot of effects but i cant seem to get the redstone particles to work nor do i know how to...