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

    damage victim by X doesn't count as death

    Hey lads, sup, I hope you're all doing well during these trying times, I've come to seek help, obviously. I am not following the given format because I don't need an entire skript, just 2 lines, and the help section from the forum has been removed. I've a stats skript, which checks the on...
  2. CrimZ0N

    Solved How to check lore of item if it has multiple lines?

    Heya, been a while, here's a tldr. If I set an item to have lore "example" and then lets say "if lore of item contains "example"", it works, however, if I set the lore to "example1" and "example2" and then I check the lore for the same thing, it doesn't work. An example of what I'm trying to...
  3. CrimZ0N

    Need help with NBT tags

    Category: Help Suggested name: NBTtags Spigot/Skript Version: PaperSpigot 1.14.3 (134) and the latest Bensku's fork of Skript. What I want: Well, to start off, I want to know how to add NBT data to dropped items. I tried following the example from this thread here, yet, I couldn't get it to...
  4. CrimZ0N

    Solved Factions relation color?

    Hey so long story short I'm using json to format my chat, via Skript ofc, and long story short, I uhmmm, I'm kind of stuck at the moment? Long story short, I got factions to display in chat using Conquer, however, I don't know how to make it show what the relation between the member and the...
  5. CrimZ0N

    Drag & drop enchantments ?

    Category: Requests Suggested name: Drag & drop enchantments What I want: What I am looking for is a drag and drop mechanic done via skript, example, a book named "Smelt I" once placed on a diamond pickaxe to add a lore to the pickaxe "Smelt I", found this code here but it didn't work for me...
  6. CrimZ0N

    Solved Get rid of duplication ?

    I think I found a duplication bug, lolz. I am currently using Bensku's skript fork, 2.2-dev31c alongside with other addons. I am using this as a code in the video on right click on dirt: open chest with 1 rows named "Easy dupe" to player format slot 0 of player with black stained glass...
  7. CrimZ0N

    Case-sensitive index output?

    Long story short I was curious if it was possible to have the @index output be case-sensitive ? I'm trying to basically have a most blocks broken leaderboard, I am using set {sorted.most.blocks.broken::*) to sorted {most.blocks.broken::*} from highest to lowest with output "&7@index with...
  8. CrimZ0N

    Solved "set name of event-item to [name]"

    Skript Version: Bensku's latest fork (dev30d) Skript Author: Minecraft Version: 1.12 --- Full Code: on item spawn of sunflower: if name of event-item is "&e&lCoin": stop else: add "{Item:{tag:{display:{Name:""&e&lCoin""}}}}" to nbt of entity Errors on Reload: Can't...
  9. CrimZ0N

    Solved Lost backups, need help ; - ;

    Yay, me again, hello, hello, bet you missed me ^w^ Okay, I need help please, I think it'll be pretty simple, right? I forgot how to make "on item spawn" check for names, I had a command before (some member wrote it for me, not entirely sure whether it was F8te or not, altho I think it was...
  10. CrimZ0N

    Solved LimeGlass' crate templates.

    Category: Help/Request? Suggested name: None What I want: I assume some of you might still have his/hers templates, and thats what I want. Ever since the site got a whole new look (switched to the XenForo engine), all threads got removed and uhm, yeah... I had the templates on my PC somewhere...
  11. CrimZ0N

    Solved Mobs don't spawn on "every (time)" event

    Basically what I tried was every minute: ----spawn 1 zombie at {invisible.Spawners.Zombie::*} Can they even spawn, if so, how do I make it so that it spawns at a variable? I also have this, if it makes sense on place of barrier: ----if name of tool is "&bInvisible &2Zombie &bSpawner"...
  12. CrimZ0N

    Solved How do I get the Y level?

    Pst, you. Yes you. I need your help. Basically what I am trying to do is get the Y level/location of the block and then set it to an integer. I tried doing on <event>: set event-location's y location to {_height} But it didn't work :/ Help me and I shall reward you with a like.
  13. CrimZ0N

    Custom cobblestone generators..?

    Category: Help..? Suggested name: Custom generators..? What I want: on form of cobblestone: set event-block to <ore>: Basically I want when a cobblestone block is generated from a generator to be turned to a diamond ore, for example? Ideas for commands: None Ideas for permissions: None...