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

    Find location of falling block

    I'm trying to make a skript to find the landing location of a falling block. Idea 1: - On place of sand, look for a falling block entity at the location of the event - Continue following the location of the entity until it no longer exists - Look at the last location of the entity when it got...
  2. pokw

    No loop that matches loop-value

    Not sure why it says there's no loop here, any ideas? function removeEnch(i: item, e: enchantment): loop enchantments of {_i}: add "%loop-value% %level of loop-value of {_i}%" parsed as an enchantment type to {_e::*} disenchant {_i} loop {_e::*}: if "%loop-value%"...
  3. pokw

    Multiplication not Working

    Script Version (do not put latest): 2.5.3 Minecraft Version: 1.16.5 else if {_level} is less than 100: set {_totalcost} to (16000 * {_level}) - 590000 else if {_level} is more or equal to 100: #do something stop...
  4. pokw

    Loop the inventory of player's tool

    How do I loop the inventory of a player's tool? This is the code I have right now if someone can help. command /command: trigger: player's tool is shulker: loop the inventory of player's tool: if loop-inventory contains dirt: send "loop inventory contains dirt"...
  5. pokw

    How do I use Skript timestamp arguments?

    I was wondering on how to use the Skript timestamp arguments in a certain way. I looked this up and have found nothing on this and have been searching for a while now so I decided to go to the forums for help. Q: What does it look like to write out a timestamp when executing a custom command...
  6. pokw

    Skript Showing Unknown Command

    I recently made a skript and it is showing no errors but it is showing an unknown command whenever I type in /guild. I'm not exactly sure what skript version I'm in or how to get it but I believe I should be on the latest version. variables: {%player%.guildmember} = false command...
  7. pokw

    Solved Skript Teleport Command Not Working

    No errors are shown, but when I try to execute the command /contracttp, it says it's an unknown command. command /contracttp <player> <player>: usage: /contracttp <player1> <player2> description: &7Teleport two players to the contract room. trigger: teleport %arg-1% to location at 67.5...