• Easter Sale

ShockAirheads - Animated, Interactive

Dean

Connoisseur of Cancellation
Ultimate
Feedback score
8
Posts
495
Reactions
241
Resources
6

AirHeads

A fun an exciting new take on traditional NPC interactions.

A simple but more creative solution to the typical need for an NPC/Citizen. Instead, you can now add flare and personality while showcasing your server features with style, guide your players towards the "shiny" things you want them to interact with. ShockAirHeads is our first plugin which does not depend on SVCommonsLib. It runs standalone and is open source.

We encourage you to download our resource, join our support Discord, view our documentation and our source on GitHub.

Key Features

  • Unlimited Unique Airheads - Ad as much flare to your server as you need in an attention-grabbing attractive way.
  • Fully Customizable Animations - Control movement patterns, speeds, and behaviors
  • Lightweight Performance - Runs smoothly without impacting server resources
  • Interactive Commands - Trigger specific actions when players engage with your AirHeads
  • Complete Theming Control - Tailor each AirHead to match specific roles and environments
  • High Quality Support - Despite being a free plugin we offer high quality support in our Discord.
animation[1].gif

interact[1].gif


Configuration​

YAML:
# Create unlimited AirHeads. Just repeat the following
# - location: down to rotation-per-ticks:
air-heads:
- location:
    # Location Details, world, coords.
    # pitch and yaw are irrelivent if rotation is enabled.
    world: minecraft:spawn
    x: 0.0
    y: 63
    z: 22
    pitch: 0.0
    yaw: 0.0
  # The text above the head. Supports unlimited lines
  # Supports Holographic Displays, DecentHolograms, CMI, and Holograms
  hologram-text:
  - <gradient:#a403ff:#d5b7fd><bold>Server Discord
  - <gray>supremeventures.ca/discord
  # The base64 texture of the head skin used on the AirHead.
  head-texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzM5ZWU3MTU0OTc5YjNmODc3MzVhMWM4YWMwODc4MTRiNzkyOGQwNTc2YTI2OTViYTAxZWQ2MTYzMTk0MjA0NSJ9fX0=
  # The list of commands to execute, as the player, when they interact.
  interact-commands:
  - discord
  # Enable the floating up and down motion of AirHeads
  do-float: true
  # How much to float up or down from the starting location
  float-up-max: 0.5
  float-down-max: 0.5
  # The speed at which the AirHead floats. Higher = slower (more smooth)
  float-cycle-duration-ticks: 80
  # Enble the head rotation
  do-rotation: true
  # How fast the head rotates. Higher = faster (less smooth)
  rotation-per-tick: 5
 
Type
Offering
Exclusivity
  1. Non-exclusive
Server software
  1. Paper
Supported versions
  1. 1.20
Last edited:

Dean

Connoisseur of Cancellation
Ultimate
Feedback score
8
Posts
495
Reactions
241
Resources
6
Dean updated ShockAirHeads - Animated, Interactive with a new update entry:

Shock AirHeads 1.2.0

- Added the ability to scale AirHead sizes. (0.05 - 10.0)
- Added a separate command list to be dispatched as console sender.
- Added config for a message to send when AirHead is interacted with.
- Added settings to play a sound when interacted.
- Added ability to toggle hologram completely.
- Added hologram offset config variable for each AirHead.
- Removed pitch & yaw config variables (unused)

If you have existing...

Read the rest of this update entry...
 
Top