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

    Lore + name renaming issues

    on inventory click: if clicked item is helmet or chestplate or leggings or boots: if the lore of player's cursor slot contains coloured "&6&lCrystal Bonus": set {crystal.lore} to the name of player's cursor slot if clicked item's lore contains "&6&lArmor...
  2. Viiral

    on inventory click help

    So Im trying to make it so I drag and drop an item on top of a peice of gear and it will set a lore onto it but it isnt working. When I reload the skript there is 0 errors it just doesnt seem to work. on inventory click: if name of cursor slot of player contains "&6&lArmor Crystal...
  3. Viiral

    Inventory Looping problem

    Layout: Skript Version (do not put latest): Skript 2.2 (dev20c) Skript Author: Bensku Minecraft Version: 1.8.8 --- Full Code: https://pastebin.com/xgZgc79b - full code https://pastebin.com/tqic47Ku - the part i have problems with Troubleshooting: Have you tried searching the docs? Yes Have...
  4. Viiral

    World edit console commands problems

    So I'm trying to make a little event that involves replacing random blocks in a selected area. With the code shown below there are 0 errors but its not doing what it should be. Can someone help? Thanks. command /test: trigger: console command "/jumpto dungeon2,0,0,0"...
  5. Viiral

    Need help please!

    Layout: Skript Version (do not put latest): Skript 2.2 (dev25) Skript Author: Bensku Minecraft Version: 1.8 --- I basically just want to know how you put a lore on a item where the ' if player's held item is a chest named "&d&lRANDOM SPECIAL PEICE '&f&lPHANTOM&d&l'":' line please reply Code...