Skip to content

The Particle Update [1.9.0]

Compare
Choose a tag to compare
@ShaneBeee ShaneBeee released this 11 Dec 00:30
· 2111 commits to master since this release

This update is a bit small, but it brings a big new particle system that will hopefully be easier to handle than Skript's particle system.

ADDED:

  • New particle system (Skript’s particle system is awful. This here is meant as a test version of something I may directly add into Skript in the future) (requires Minecraft 1.13+, due to changes in particles in 1.13 I have no desire to support legacy versions)

FIXED:

  • Fixed an issue with the sender in the send component effect throwing an error

CHANGED:

  • Did some performance changes to block data tags. Now tags will only attempt to change for blocks that have tags (this greatly speeds things up when changing large quantities of blocks)
  • WorldCreator in config is now TRUE by default
  • Better handling of “/“ in the tab complete event. The slash is no longer required, and also allows for manipulating commands in console