Releases: M64DiamondStar/EffectMaster
Releases · M64DiamondStar/EffectMaster
Release 1.4.9
- 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
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
- 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
- Fixed bug where item fountain effects may cause unnecessary amount of lag
Release 1.4.5
- 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
- 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
- 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
- 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
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
- 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