- Added support for WorldGuard, when player enters a specified region, the specified camera path will play. It requires WorldGuard and WorldGuardEvents to be installed
- Added
/avc addregion to add camera path triggered by entering region
- Added
/avc removeregion remove camera path that will be triggered by entering region
- Added new commands corresponding permissions
This update aims to provide some possibility to use this plugin with a resource pack to create some smooth transitions.
But please be reminded that this plugin is still aimed to be a lightweight plugin and provide some basic cinematic effects. If you want some fancy thing like packet NPC doing animations, then this is not what you need.
- Added EffectAction, now you can customize the effects applied to the player
- Added InventoryAction, now you can modify player's inventory
- Added TitleAction, now you can send title and subtitle to players
- Added
/avc check to get the formatted string of item in your hand. Useful when you are adding InventoryAction
- Added
/avc migrate to migrate the old config into new format
- Added new command corresponding permissions
- Fixed camera type SPECTATE not working for 1.19.1, 1.19.2
**This version DOES NOT SUPPORT 1.19, only supports 1.19.1, 1.19.2, and other stated versions, use 1.1.6-SNAPSHOT for 1.19. There is no other changes between these 2 versions, you can safely use 1.1.6-SNAPSHOT on 1.19 server.**
- Added
/avc createpath for creating a new camera path
- Added
/avc removepath for removing existing camera path
- Added
/avc addcamera for adding camera path to the camera
- Added
/avc removecamera for removing camera path from the camera
- Added
/avc addpoint for adding point
- Added
/avc removepoint for removing point
- Added
/avc reload for reloading the configuration
- Fixed
/avc start not accepting floating numbers as input
- The config will now be auto saved when it is modified or the plugin is disabled