Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for zetastormy

A modern Minecraft server hub core solution. Based on DeluxeHub by ItsLewizz.

Report akropolis?

Release
1.6.0

zetastormy released akropolis version 1.6.0 on August 18, 2024

⭐ New feature!

Now you can display announcements in the player's screen using a boss bar!

Boss bar example

If you want to use this new feature, just copy the configuration snippet below!

boss_bar_announcements:
  # Should the boss bar announcements' system be enabled?
  enabled: false

  # Delay sending boss bar announcements (in seconds).
  delay: 60

  # Choose how the boss bar looks.
  overlay:
    # Decide if the boss bar is continuous or split into segments.
    # Valid options: PROGRESS, NOTCHED_6, NOTCHED_10, NOTCHED_12, NOTCHED_20
    type: "PROGRESS"
    # The amount of boss bar that's filled up. A number in the interval [0, 1].
    progress: 1.0

  sound:
    enabled: false
    value: BLOCK_NOTE_BLOCK_PLING
    volume: 1.0
    pitch: 1.0

  announcements:
    - "<blue><b>THIS SERVER USES AKROPOLIS"
    - "<gold><b>NOW WITH BOSS BAR ANNOUNCEMENTS!"
    - "<gradient:green:blue><b>MINIMESSAGE SUPPORT!"

Also added...

  • A new option to disable the chat format, as you can see here (#19).
  • A bunch of new materials to protect from interaction! If you notice a block that's not protected, please open an issue (#18).
  • Support for custom model data! Just insert it along the other options of your item, like custom_model_data: <value> (#12).
  • Complete support for 1.21.1 (this also means we dropped 1.20 support completely).
  • A way to use the player's own head inside menus consistently across the plugin, just use the <player> placeholder inside of the username key, like this: username: <player>.

Fixed

  • MiniMessage format not being applied sometimes in placeholders (#8).
  • Messages being send even when they are empty (the plugin sent an empty message).

Notes

It is recommended to test this plugin before using it in production, as it can introduce new bugs even if it was tested by us before releasing.

If you find a bug don't forget to report it in the issues page.

Full changelog: v1.5.3..v1.6.0

Information

Published onAugust 18, 2024
Downloads108

Platforms

Paper Paper (1.21-1.21.1)

Dependencies

Paper Paper
Edit Plugin Dependencies: Paper