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

    name of item in variable

    I have a weird issue here, I have this piece of code i'v been using in my skripts and now all of the sudden it's no longer working. With this example I know I can just get the name directly from the player's tool but that won't be the case for what I actually need it for. I am setting an item...
  2. K

    Display Item in chat

    So I found this code on the forums and i'm wondering how I can display the text component in this code in a chat message, I'v tried a few different things and I can't figure it out. Here's my chat format I want to add the text component to: send formatted "<suggest command:/msg %player%...
  3. K

    Solved Bugged skript hologram

    Hi, so I made a hologram using SkRayFall and HolographicDisplays. When I restarted the server, the hologram was in a different a location for what ever reason and is now not registering as a hologram at all. I just want to delete it at this point but I can't, it's no longer under a hologram id...
  4. K

    Solved Removing variable from lore

    I ran into this problem I can't seem to figure out in my skript. Basically I'm trying to remove text from the lore of a player's tool, it works if I use text but if I use a variable it doesn't work anymore. Any help would be appreciated. set {_lore} to line 2 of lore of clicked item...
  5. K

    Solved block equipping offhand from inventory

    I'm trying to cancel the event where a player equips an offhand item in their inventory. I got it to work with the hotkey control, but this is simply bypassed by opening your inventory and placing the item in the slot. Anyway to cancel that event? Here's the code I used to cancel the control...
  6. K

    Console spam with on inventory click event

    Hey, so i'v been having this issue for a while, I get this message spammed in my console whenever you click on anything in your inventory...I figured out it's caused by checking the inventory name with the "on inventory click" event, yet the feature works completely fine. I only added the...
  7. K

    Solved Why is the docs down??

    Title says it.
  8. K

    Solved Giving players items with NBT tags like spawners or mob egs

    Title says it all. I need to give a player a skeleton, zombie, spider, ect spawner or a mob egg but they all have NBT tags. Please help would appreciate it a lot.
  9. K

    Solved Scoreboard faction of player

    Hello, SkRambled seems to break everything with skript and since there doesn't seem to be another addon that has features of factions names and such...How do I got about this in Skript alone? I know it's possible just need a little help. I'm trying to make it so player's can see their faction...