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

    Drag & drop enchantments ?

    This is what I got after adding that
  2. CrimZ0N

    Questions and Questions (Custom enchants)

    Yeah there probably is, im using this as a cooldown, it's a bit messy sometimes but hey, as long as it works its all good right?
  3. CrimZ0N

    Drag & drop enchantments ?

    This is what I got once I reloaded the skript http://prntscr.com/gny53c This is what I got once I tried drag & dropping the book onto the axe or axe onto the book http://prntscr.com/gny6kj This is the code I'm using to spawn the item (I also tried using Essentials' command /i daxe 1...
  4. CrimZ0N

    Drag & drop enchantments ?

    I mean, I am not the best when it comes down to skript but yes, I did make sure I had the exact same color code and everything else...
  5. CrimZ0N

    Drag & drop enchantments ?

    I didn't get any errors, ingame nor in console, therefore I'm asking if somebody could make me a new code as a replacement, for free, since this one isn't working and I have no idea of how to do it on my own.
  6. 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...
  7. CrimZ0N

    Questions and Questions (Custom enchants)

    on damage: attacker is a player: victim is a player: if lore of attacker's tool contains "Enchantment I": if {witherEnchantCooldown::%attacker%} is false: chance of 15%: apply wither 1 to victim for 10 seconds...
  8. CrimZ0N

    Solved Get rid of duplication ?

    Oh thanks, I wasn't aware that there were 2 types of GUIs, appreciated :D I'll test it out later (currently trying to figure out whats wrong with something else) and tell you the results ^^ Thanks for the tip.
  9. CrimZ0N

    Solved Get rid of duplication ?

    I am currently (and was at the time of the test) using Tuske 1.8.2-dev.6, and also if I can mention, for some reason whenever I try making a gui thats larger than 1 row it takes ages to reload the skript or just load it in general, could this be on my side (low server resources might be the...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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"...
  16. 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.
  17. 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...