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

    Solved Help how to detect lore level numbers

    Help i having 2 problems here . the First is when the Sword have a example: If i apply the book with Extra Sharp 1 in a diamond sword which already has that mod "Extra Sharp 2" it still applying to the sword. i dont know how to solve that . The second trouble is if there is any way to...
  2. T

    How to Create Merchant Recipe

    Hello, I have some difficulty with adding new merchant recipes. i tried using the example of https://skripthub.net/docs/?id=6961 but its not working I tried using On villager acquire new trade: event-entity's villager level is 5: if event-entity is librarian: set...
  3. T

    Solved How to increase the effects of a custom enchant according to the number as level in the lore

    Hello I wanted to ask if it was possible to reduce this code, instead of putting in each condition the level number, like what is shown here. to put as in a single condition that detects depending on the level in number . making it increase for example the chance if level 1 : the chance was 5%...
  4. T

    On right clicking on a Composte block is no dropping stone

    I need a Help with my Skript. it only can set block the composter block to level 0 but it doesnt drop the button (it suposed to drop but no works) on right click on composter: set {_block} to "%target block of player%" if {_block} contains "level 4": drop 1 stone button of...
  5. T

    console command executing luckperms setprefix

    i having problem in this part of skript if player's money is more than or equal to 1250: format slot 10 of player with light blue dye named "&9Police Rank" with lore "&eRequires 350 Charm" and "&fPrice: &a$1250" and "&7Duration: &f3 Hours" and "&e+ Access to Official's Rooms" and "&e+ Kit...
  6. T

    Help with Skript open Gui clicking a entity

    hello, i need a help making a GUI . version is 1.16.5 Skript 2.6 , SkQuery v4.1.4, MorkazSk v1.2, skRayFall v1.9.25, skript-gui v1.3-beta1 ,Skellett v1.9.11 i CAN'T use Tuske Because of error, so i installed Skript-gui (but idk how it works) the Gui and click worked on click on armor stand...
  7. T

    problems with set damage equations

    Can't change the damage anymore after the event has already passed (weapons.sk, line 102: set damage to damage + damage / 100 * 50') (weapons.sk, line 114: set damage to damage + damage / 100 * 65') (weapons.sk, line 126: set damage to damage + damage / 100 * 90') (weapons.sk, line 142: set...
  8. T

    Solved Issue with the lore detection of 1.17

    hello, i got a issue with the lore detection, it works when there is 1 line of lore .. but when it has more then it stops to work. before of 1.17 it worked, but now stoped work for any weird reason on rightclick: if uncolored lore of player's Tool contains "Charged Combo": set...