Recent content by xGrow

  • 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. xGrow

    Arithmetic & Decimals

    So, i'm coding a system of KDR: CODE: on every second: set {kdr.%player%} to {kills.%player%}/{deaths.%player%} And, if the result give to player a giant number i want reducing to 2 decimals like: "0,435687548" to "0,43"
  2. xGrow

    Solved Projectile Hit

    I'm trying to do a kit Fisherman: And my abilitie code it's like that: on damage of player: if projectile is fish: teleport victim to attacker And it's not working Someone have any idea?
  3. xGrow

    Solved Permissions Skript

    How is the inverse of this?: if player has permission "{@ninja}": I thought was this: if player has not permission "{@ninja}": Solved: if player doesn't have permission "{@ninja}":
  4. xGrow

    Solved Clicked Entity Inventory

    I want loop all inventory of player what i clicked. Like this: on rightclick on a player: loop all items in the clicked entity inventory:
  5. xGrow

    Solved Two questions, Skript

    1º Question: How i can know what was a player's tools what the player was using to cancel drop or clear drop?: Like this: on drop: if player's tool is a bowl: wait 5 ticks clear dropped items 2º Question: How i can put a number of items in variable to give a player when he...
  6. xGrow

    Solved Region Skript

    How i can identify a region with "if"?: Like this: on region exit: if region is "spawn" in "kitpvp":
  7. xGrow

    Solved Skript Location

    It's possible do something like this: if victim's location is more than 30.5