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

    Solved How to get different growth stage?

    Is there any possible way to check if wheat, potato, melon , etc growth stage? I tried to use https://forums.skunity.com/threads/how-to-get-the-different-growth-stages-potatoes-carot-etc.2494/#post-5747 but it doesn't work
  2. X

    Solved Processing equation

    so i stored an equation in yaml file, the equation is : 125*[level]*2 which i will replace the [level] with player level. The question is how to process the equation after i replace the [level] with number
  3. X

    How to get variables from mysql

    Skript Version: 2.2 dev-24b Skript Author: bensku Minecraft Version: 1.11.2 --- Full Code: Errors on Reload: Console Errors: Other Useful Info: I use mysql to save some variables to display in my website. But how to get the variables value from it? But i think skript use BLOB to save it...