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

    Solved Holographic Names on Dropped Items

    Hey, so I tested it as well and I got the same error. Please help! Thanks a lot guys! ;) Have a nice day! - LoneElf
  2. LoneElf

    Solved Holographic Names on Dropped Items

    So, I haven't coded anything yet as I am not sure if it is something that is possible to do with skript, so I came here to see if it is. So, when a player drops an item, for example, a golden apple, it drops the item on the ground. Now, I was on a cool server the other day and I noticed that it...
  3. LoneElf

    Solved Remove the NaN

    Hello! So, I have a KitPvP server and it has the KDR feature which is working fine. Now, when a player joins, it shows the KDR as NaN. I am trying to fix it but seam to not be able to. Can someone fix this? Thank you :) Code: loop all players: wipe loop-player's sidebar...
  4. LoneElf

    #Hand Skript - How would I do this?

    So, I have seen on other servers that they have [Item] or #hand that shows their item in chat. It's name which is easy, but I don't know how to get the json feature for enchantments. Does anyone know how to do this? I have to code to show as the feature is the base of what I need to start making...
  5. LoneElf

    YAW & PITCH doesn't work

    The problem is this: I have a variable set to the location of a loop-entity, and then, I set the yaw of the variable to a number and the pitch of the variable also to a number but the error message says that the ladder is not a number. If I didn't explain well, let's hope my code helps! Thanks...
  6. LoneElf

    Detect Color Codes and Change it

    So, I am making my own Item Nametag skript. It is 100% working, exept for this one thing. So, I have this: command /rename <text>: trigger: set {new.name.%uuid of player%} to arg 1 set tool of player to the player's tool named "%{new.name.%uuid of player%}%" So, the thing is, if...
  7. LoneElf

    Player Skull not working

    Here is my code: set {_head1} to "{@Owner1}" parsed as offline player format slot 11 of player skull of {_head1} named "&a&lSTAFF" with lore "&7IGN &8&» &a{@Owner1}||&7Rank &8&l» &aOwner||&7Status &8&l» %{Owner1}%" to be unstealable an't understand this condition/effect...
  8. LoneElf

    Stop Player's Particles

    So, I have certain particle effects that are in action for every kit. Now, once the player logs off, the particles are still in play. I tried doing the stop all particles, but it didn't seam to work. I am not sure how to fix this as I have tried for a while now. Thanks for the help in advanced!
  9. LoneElf

    Remove a sound

    Hey. So, on a server, I think mineplex it was, I was PvPing and I noticed that there was no damage sound but a different sound, almost like a block being placed, so I tried it out. When I tried, it plays the sound "CLICK", but the default damage sound is still there, if you know what that sounds...
  10. LoneElf

    Solved Particles only at feet of player

    So, how would I make particles spawn only at the player's feet, not everywhere else, scattered? I want to make a /trail command where it trails particles right at your feet, basically on the block, but showing. Here is my code: command /particles: trigger: if {enabled.%player%} is...
  11. LoneElf

    Solved Only Shows Happy Villager Particles

    So, here is my code: command /particle: trigger: if {enabled.%player%} is false: set {enabled.%player%} to true message "&7Particles&8> &7Particles has been Enabled!" else: set {enabled.%player%} to false message "&7Particles&8>...
  12. LoneElf

    Chance of NUMBER%: Always chose only 1

    So, this can apply for an auto broadcaster, which is why I am relating to it, so what I need is that every 5 minutes, chance of 50%: broadcast "Hello!", or a chance of 50%: broadcats "Bye!". So, the thing is, in those examples, it will 50% broadcast just Hello, 50% broadcast just Bye, or 50%...
  13. LoneElf

    Amount of event-item in player's hand

    Hi. So, I am making a deposit/withdraw skript, but I need it to check if a player is holding more than 1 event-item, or in this case, paper. I have tried numerous different codes that all seam to not work. Here is my code! Thanks - on right click with a paper: if number of event-item in...
  14. LoneElf

    check if an item has a lore.

    How would I check if a player's item has a specific lore? I have tried numerous things, but I couldn't find out how to do it because I want to make a soulbound thing, but can't figure out how. Thanks :)
  15. LoneElf

    How would I get around doing this?

    So, I am making an hourly reward type of thing for my donators, and I have it set to every second in "world", it removes 1 second from the timer variable. The problem is, when the player is offline, it stops removing the 1 second from the variable which is the uuid of the player's timer. I...
  16. LoneElf

    Solved Why does it show <none> ?

    Hi. So I have this code: if size of all bungeecord players on server "Prisons" is 0: format slot 15 of player with an 101 named "&8» &7&lPrisons &8«" with lore "&8&m-|------------------------|-&r ||&8» &7Escape the Prison you||&8» &7have been placed||&8» &7in by mining for...
  17. LoneElf

    Item Storer

    Hi. So I am trying to make an ITEM STORER thing, where when you open a chest, it cancels the event but opens a chest with 1 row, formatting the first 3 and the last 3 slots with magenta glass panes. So, that was obviously easy, but what is hard is getting when the player puts an item in the 3...
  18. LoneElf

    Solved Error caused by: set name of sidebar...

    I have the strangest problem. So, I have the code for my scoreboard which is the same that is used in the hub which works perfectly fine there, but on KitPvP, it doesn't. Here is the code: every second: set {_numKitPvP} to size of all bungeecord players on server "KitPvP" set...
  19. LoneElf

    How to use skDragon Particles

    Hi there. So, the skDragon particle feature sounds and looks pretty cool, so I would like to use it. The problem is, I don't know how and I have no clue what a bunch of numbers and letters such as XYZ offset and stuff like that, so I am asking here because I saw none of this being taught at the...
  20. LoneElf

    size of all bungeecord players in server "KitPvP" | Not Working

    So, I posted this on another of my threads but was suggested to make another thread, so here I am. So, the issue is that when I do: set {_numKitPvP} to size of all bungeecord players in server "KitPvP", an error shows: [19:59:15 ERROR]: Can't understand this expression: 'size of all bungeecord...