• 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!

  • Now, dance floors that were previously stopped won't automatically start on a server restart.
  • Removed the code that prevented a dance floor tile from changing to the same block twice in a row (which was added in the last update), as it could have undesired effects in some circumstances;
  • Fixed a bug where the while loop would run twice if you stopped and started a dance floor too quickly.
  • Now you can do /df startall or /df stopall to start/stop all dance floors.
  • There is no longer the chance of dance floor tiles changing to the same block twice in a row, providing more variety to your dance floors. You'll need to restart your dance floors in order for this to take effect.
  • Added the discoFloorChangeSpeed() function, which allows you to set the changing speed of a dance floor in real time. Usage:
Code:
discoFloorChangeSpeed(id: text, speed: number)