AT-PinataParty

Holograms

The floating text above the piñata, the six backends you can pick from, and what each one needs.

The hologram is the floating text above the piñata that counts down the hits left. It follows the piñata as it moves.

Six cards, one per provider setting, showing which need an extra plugin and which are built in

Turning it on and off

config.yml
pinata:
  hologram:
    enabled: true
    height: 3
    provider: auto
    lines:
      - "&d&lPinata Party"
      - "&fHits Left: &e%hits%"
KeyWhat it does
enabledMaster switch. false means no hologram, whatever provider says.
heightHow many blocks above the piñata the text floats.
providerWhich backend draws it. See below.
linesOne list entry per line of text.

%hits% in a line is replaced with the number of hits left. Color codes, hex colors and gradients all work, see Colors and formatting.

While a hologram is showing, the piñata's own name tag is hidden so the text is not doubled up. Turn the hologram off and the name tag comes back.

Picking a backend

Which one should I use

  • You do not run a hologram plugin, and want the nicest look: native-display.
  • You do not run a hologram plugin, and want the safest option on an older server: native.
  • You already run DecentHolograms: decentholograms.
  • You already run FancyHolograms on Paper with Java 21: fancyholograms.

Checking what it picked

The startup banner in your console prints the backend it chose on the line starting with Holograms:. If it says the no-op one, no backend was usable and you will see a warning just above explaining why.

Neither DecentHolograms nor FancyHolograms is required. If neither is installed and provider is left on auto, you get no hologram at all. Set provider to native or native-display instead.

On this page