Skip to content

Releases: M64DiamondStar/EffectMaster

Release 1.4.9

26 Jan 11:45

Choose a tag to compare

  • Added /em stop command to cancel shows which are playing. This will not cancel ongoing effects, but it will cancel the following effects in the sequence.
  • Added playAt(Location location) to the api. (Thank you RM20)

Release 1.4.8

22 Dec 12:15

Choose a tag to compare

Changelog

  • Added SnowLauncher effect
  • Added support for Folia (not tested, should work in theory)

Fixes

  • Improved entity deletion system

🎄Happy holidays everyone!

Release 1.4.7

12 Nov 19:19

Choose a tag to compare

  • Use '~' in sequencers to set the coordinate on automatic
  • You can now use a material in sequencers

More info can be found (later) at the wiki on the Fountain Bloom and Fountain Dancing effect pages.

Release 1.4.6

03 Nov 11:45

Choose a tag to compare

  • Fixed bug where item fountain effects may cause unnecessary amount of lag

Release 1.4.5

12 Sep 18:57

Choose a tag to compare

  • Added "Center Location" setting. This is used in the new "/em playat "command.
  • Added the Play At command: /em playat <category> <name> <world> <x> <y> <z>. This plays a show at a certain location, relative to the Center Location setting.
  • Fixed Falling Block effect placing real blocks.
  • Made falling block system less laggy and more secure.
  • The /em cancel command now also cancels editing sessions for show settings.
  • Added -p parameter to the custom train carts sign. If this parameter is active, it'll only play the show when there are passengers in the train.

Release 1.4.4

28 Aug 13:50

Choose a tag to compare

  • Reduced lag from the randomizer parameter
  • Improved deletion system for falling blocks
  • The bloom effect has a better description for its "Amount" parameter
  • All fountain effects now have an "Amount" parameter

Release 1.4.3

27 Aug 12:04

Choose a tag to compare

  • Fixed critical bug where editor sometimes wouldn't open when a parameter reached a certain length
    (Thank you Semmetje11lolly for finding this bug, also, check out VentureValley

Release 1.4.2

26 Aug 22:03

Choose a tag to compare

  • Added Smooth default parameter block path (you could already use it, but it didn't appear in the editor)
  • Some boolean checks didn't work correctly
  • Color parameters now show up in the editor correctly
  • Sequencer checks now work correctly

Release 1.4.1

18 Aug 11:17

Choose a tag to compare

Plugin updates:

  • Added show looping (Open the editor: /em editor , then go to "Settings")
  • Added Fountain Bloom effect
  • Added Dancing Fountain effect
  • When you edit a parameter, you now get a clickable message to copy the current value. This will be a lot easier to edit longer - parameters like Path or the new Sequencer (this is used in the new fountain effects)!
  • Updated some editor details
  • Updated some plugin messages

Developer updates:

  • The EffectShow class now doesn't require a player list parameter, instead the play functions do.
  • A new parameter system has been made, read more on the wiki later. The custom effect page has already been updated.
  • The ParameterType and ParameterFormatType classes have been deleted.
  • The prefix and color type "STANDARD" have been renamed to "DEFAULT"
  • The looping, loopingDelay and loopingInterval settings can be found and edited in the EffectShow class.
  • You can update the looping of shows in the ShowLooper class.

Release 1.4.0

12 Aug 20:24

Choose a tag to compare

  • Currently restructuring the whole plugin to make it easier to add things in the future
  • Added the ability to create custom effects for developers
  • Shows with an invalid effect will now continue playing without it. The effect itself will be shown as a barrier in the menus
  • Reduced file size by using spigot's library loader
  • Bug fixes