Animation Frame Points

Animation Frame Points are invisible, manually placed points, used to play effects (sounds/particles), or execute custom behaviors with the API/Skript, whenever an animation frame begins.


Selecting a frame

  • Execute /deu anim info to display provide information about your selected animation

    This animation has 11 frames with IDs ranging from 0 to 10 (0 is frame 1, 10 is frame 11)

  • Run /deu anim previewframe <frame-id> to preview an animation frame (with packets)

    Use /deu anim showframe <frame-id> without packets on versions below v3.0.0


Creating a Frame Point

  • While standing where you want to frame point to be, enter the command /deu anim addpoint <frame-id> <point-tag>

    • frame-id is the ID of the frame that should have the point added

    • point-tag is the tag/identifier the frame point should use.


Selecting Frame Points

  • Run /deu anim frameinfo <frame-id>

  • Click Click to view frame points and LEFT click a point to select it


Saving and Deleting Points

triangle-exclamation

Save Animation

  • /deu anim save <storage-location>

Delete Animation

  • SNEAK + RIGHT CLICK to DELETE your selected point

    • A prompt will show in chat for you to delete the point after attempting to delete it. Click it to confirm deletion.


circle-info
  • Frame Points can be used in a variety of ways, beyond particles and sounds.

  • Use the API/Skript to get the location of a Frame Point

Last updated