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

    Custom Enchants

    function GetLoreSize(p: player) :: integer:# :: integer : set {_Lore::*} to lore of {_p}'s tool loop {_Lore::*}: return size of {_Lore::*} # TO-DO LIST # make commands that will disable enchants/messages # finish the actual enchanter gui # figure out how to shorten and optimzie...
  2. Tewahh

    Custom Enchants Request & Help

    command /ce: aliases: /customenchants, /customenchant, /enchants trigger: set {_item} to gray stained glass pane set {_enchantmentsList} to book named "&eList Of All The Enchants" set line 1 of lore of {_enchantmentsList} to "" set {_commonEnchant} to book...
  3. Tewahh

    Skript Review/Optimze/Shorten

    command /crates: description: The laziest best way of doing something. trigger: open chest inventory with 4 rows named "&b&lCrates" to player set slot 0 of player's current inventory to stone named "&b&lCustom Crate" on inventory click: #check if the clicked...