PlayerAds is a fantastic Minecraft plugin that takes your server's broadcasts to a whole new level. Imagine sending
personalized messages to individual players, like saying their in-game name or mentioning the world they're exploring. It's like giving each player a unique shout-out!
But here's the real kicker: PlayerAds also lets you get super creative with
conditions. You can send messages only to players with certain ranks, specific in-game money balances, or in special situations. It's like having the power to send secret messages to certain players.
So, whether you're running a private server with friends or a massive public realm, PlayerAds gives you the tools to make your server stand out.
Hex colors supported!
Send both chat and title broadcasts!
Send personalized broadcasts to all online players.
Placeholders for their name, world and much more.
Choose who can see which broadcasts with conditions: over 10 default conditions and more to come.
Hooks into many plugins seamlessly.
Everything is configurable!
Vault Optional. Enables the "economy" and "rank" conditions.
DiscordSRV Optional. Enables the "linked" and "role" conditions.
/playerads forcepush - will forcefully send the next broadcast The permission for the command is playerads.admin
/playerads reload - reload the config The permission for the command is playerads.admin
Code (YAML):
general-settings: ###Should the console be informed when a broadcast happens and how many players received it? send-console-logs: true
broadcast-task: ###After plugin starts, how long before the first broadcast? start-after: 1800
###How often should it broadcast? interval: 18000
broadcasts:
staff:
type: "TITLE" content:
title: "&a&lStaff" subtitle: "&7You are staff." fadeIn: 20
duration: 60
fadeOut: 20
conditions:
permission:
name: "notifications.staff" require: true
balance:
type: "CHAT" content:
lines: -
"&aYou are loaded with cash!" conditions:
balance:
amount: 1.0
equal-or-higher: true