本帖最后由 S.T.A.L.K.E.R. 于 2022-9-4 09:34 编辑
特色:
- 在开始过场动画之前,请确保玩家距离路线的起点不远!
- 4 种类型的相机 (normal,green,negative,split)
团队:/playscene <路线名称> <摄像机类型> [玩家]
<> - 必需参数
[] - 可选参数
权利:
cutscene.playscene - 为自己播放一个过场动画
cutscene.playscene.other - 向玩家播放过场动画
CutsceneEditor:
/recordscene - cutscene.recordscene
0.12Added 1.19.2 support
The 'world' parameter is now optional
Reworked CameraManager
0.11
CameraStatic constructor is now public
Added error messages when starting the plugin
Now uses the text from 'nopermission' if the player has no permission
0.10
Added support for 1.18.2
0.9
Added support for starting a route from the player's location.
Fixed calculation of relative coordinates with decoupling from world coordinates.
Changed description of parameters and standard route in route.yml.
Support for custom route providers (RouteProvider) has been added to the API.
0.8
Added support for 1.17.1
0.7
Added movement relative to previous coordinates.
Added movement without reference to world coordinates.
Fixed some weird bugs.
Changed the way to get the player's localization
Spigot is not needed for the plugin to work, Bukkit is enough now
SceneEndEvent is now only called when the route ends
0.6
To store the previous location are now used: lastX, lastY, lastZ
0.5
Fixed unregisterHandler bug for 1.16.4 and 1.16.5.
Fixed camera entity hiding for 1.13+
Fixed sending camera entity metadata for 1.15+
Fixed a square in the center of the screen when using green, negative, split cameras for 1.15+
Fixed SceneStartEvent and SceneEndEvent events
Fixed overwriting data in lang.yml
Added API (CutsceneAPI)
Added the ability to disable api (to do this, create a noapi file in the plugin folder)
Now empty messages from lang.yml will not be sent
0.4
Added support for versions 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16.4 1.16.5
0.3
Fixed a bug due to which it was impossible to get the localization of the player
Fixed a bug of falsely sending a message of lack of rights
Fixed inventory cleaning bug for versions below 1.11
Reflection is no longer used
0.2
Fixed step calculation bug
Added the ability to rotate the camera without moving in x,y or z
Fixed a bug with no movement on the client side that occurred when moving slowly (less than 0.1)
0.1
Release
|
JAR 文件中的源代码
本插件所用所有代码均为原创,不存在借用/抄袭等行为