Recent content by Fiopon

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

    Solved Percent of durability remaining

    Any easy way to get the % of durability remaining on an item without listing all total item durabilities? I'm working on a skript to dismantle tools/armor, and I want the amount of items you get in return to be determined by how much durability is left. Example: 40 durability left on a 100...
  2. F

    Modify player step height

    Hello! I'm looking to allow a potion to modify the step height of the player from 0.5 to 1.0. I haven't found any documentation on modifying step height. I'm using Skript on a 1.14.2 spigot server. Thanks for any help!
  3. F

    Solved Running multiple loops at the same time

    I'm making a skript that creates a gui-based slots machine. I want to be able to run the spinning animation of the 3 "reels" I have at the same time, how can I do this? Here's my code so far: (Code for win conditions and stuff not implemented yet) command /playslots: permission: slots.play...
  4. F

    Solved "Easy Title" Skript not coloring title & subtitle

    So, I'm making an "easy title" skript, which works perfectly except for one small issue. The title and subtitle are never colored. The actionbar will come out colored, but neither the title nor the subtitle will. I find it really weird and I'm wondering if anyone could help me out? command...
  5. F

    Trying to add a baltop

    Any way you would recommend? I tried making a list for balances but I did it wrong.
  6. F

    Trying to add a baltop

    How can I create a baltop command? I save my balances like this: on quit: set {{@databasePrefix}playerinfo.%player's uuid%.lastbal} to "%player's balance%" I've tried several methods and they've all failed so far.