Terms

Important terms used in this plugin

  • Themes are used to define how a tooltip looks.

    • The height of the tooltip

    • How many text lines it supports

    • The height at which text starts appearing

    • The vertical spacing between lines

  • Presets are used to pre-set extra properties for tooltips.

    • Optionally defines ready text

    • Defines the fade property (tooltip fade in, stay and fade out)

    • How it's displayed

      • Color

      • Horizontal shift

    • Conditions (display the tooltip based on certain conditions)

      • Show (how a tooltip is shown if conditions are true)

      • Actions (interaction when a tooltip is shown)

  • Variables is a feature used in Tooltips to support more complex behavior. They allow you to for example:

    • Create a tooltip that is only shown once to a player

    • Create a sequence of tooltips, for example a tutorial that moves to the next page on right click

    • Create a shop with a confirmation

  • Local Placeholders are several useful placeholders that work only inside of Tooltips

Last updated