This update features many additions and changes to the plugin
There may be some bugs in this release since a lot of the inner code has been changed, so please report the bugs and i'll fix them right away
- Added insideSprite config option to portals, this will let you define literally any texture custom or vanilla as long as it's loaded on the client side. insideMaterial still acts as a fallback for players that are running 1.21.8 or older
Code (YAML):
# The block material inside the portal when ignited
InsideMaterial
: water
# Optional MiniMessage-formatted sprite component for the portal inside
InsideSprite
: <color:
#5cc4fd><sprite:"minecraft:blocks":block/water_still>
- Added example portal configs that people can get started with right away without needing any help from documentation
- Added comments to configs to explain what the config options do
- Patreoncosmetics has been packaged into a separate addon
- All addons have been updated to support 4.0.0 and added a log in console to make sure people update those as addon functionality may break with this update
- Safe location searches optimized
- Added per-portal entity/mob teleport options
- Migrated to paper plugin
- Added support for Folia
- LightAPI has been removed in favor of vanilla light block implementation (no addon required!)
- Added portal sounds and its respective addon to customize it
An update to the portal editor is coming soon, stay tuned!