Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.9
Platforms
Creators
Details
Licensed MIT
Published 3 months ago
Updated last month
Changelog
AutoAdvertising v7.0 — Release Notes (Modrinth)
Highlights
- Added Folia support (via reflection; no hard dependency)
- Wide server compatibility: Minecraft 1.8.9–1.21.8
- Updated to Paper API 1.21.8
- Added new commands:
/autoad help
,/autoad info
- Gradient rendering improved with legacy fallback (no ChatColor.of)
- Safer LuckPerms integration with graceful fallback to Bukkit permissions
- Config expanded with compatibility and debug sections
- Removed duplicate legacy package (
me/yourname/autoadvertising/*
)
Breaking Changes
- Requires Java 21 (to match Paper API 1.21.8 toolchain)
Compatibility
- Servers: Spigot, Paper, Folia
- Versions: 1.8.9–1.21.8
- Folia: Supported (1.19.4+) using reflection-based scheduler calls
Commands
/autoad help
— Show help/autoad info
— Plugin/server info/autoad reload
— Reload config/autoad createad <id>
— Create ad/autoad deletead <id>
— Delete ad/autoad addline <id> <text>
— Add line/autoad removeline <id> <index>
— Remove line/autoad setinterval <seconds>
— Set interval
Configuration
- Added
compatibility
anddebug
sections - Sample ads included; gradients supported via
<gradient:#ff0000:#00ff00>text</gradient>
- On legacy (1.8.9–1.12.x), gradients are approximated to nearest standard colors
Internals
- Unified scheduler handling:
- Paper/Spigot: Bukkit scheduler
- Folia: reflection to
GlobalRegionScheduler
(execute/fixed rate)
- Safer LP hook: attempts LP API, falls back to
sender.hasPermission(...)
Notes
- If you need Java 17 toolchains, target Paper 1.20.6 instead; this build targets 1.21.8.
- Built artifact:
build/libs/Sqrilizz-AutoAdvertising-7.0.jar
Files
Metadata
Release channel
ReleaseVersion number
7.0Loaders
Game versions
1.8.9–1.21.8Downloads
19Publication date
August 18, 2025 at 3:54 PMPublisher

Sqrilizz
Inherited Owner