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

    FAWE Paste not working

    I'm trying to use FAWE to paste in a schematic. Server Version: PaperSpigot-"4c7641d" (MC: 1.8.8) WorldEdit Version: 6.1.9;caf0ad9 FAWE Version: 19.07.25-58243b6-1278-22.3.1 SharpSK Version: 1.6.3 Line of code: fawe paste schematic "default_m" at location of player No errors on reload, only...
  2. Poons

    Solved Test if a player is actively mining.

    I'm trying to set up a while event that will run for as long a block is being actively broken. If the player stops mining halfway the while will stop. One way I thought about going this is by setting a variable when someone starts mining on block damage: set {breaking::%player%} to true...