StrippedBroadcast icon

StrippedBroadcast -----

A simple plugin that will display a formatted message in chat for the specified players.




With the newest update of StrippedBroadcast it is now possible to send automatic messages to the players in certain events (check on the config.yml for more information). Also, now the plugin in Spigot supports the arguments "title", "subtitle", "actionbar" and "message" that will display the given message in the respective format.
----------, Jul 1, 2023

This will be the final update for the StrippedBroadcast Plugin. I will not work on it anymore, unless on request (you can find me on https://www.spigotmc.org/members/fulminazzo.1372290/).

This update adds totally new features to the plugin. First, support for BungeeCord!
Now the user will be able to use the plugin in any BungeeCord server and gain all of the functionalities from it. In particular, he/she will be able to broadcast to every player, to the player having a permission or a group, and finally to the player being on a certain server (similar to the
Code (Text):
/strippedbroadcast wolrd=<world>
Spigot counterpart).

Also, now when a player will execute
Code (Text):
/strippedbroadcast
or
Code (Text):
/strippedbroadcastb
(the Bungee command) without supplying a message., his StrippedBroadcast Chat will be activated/deactivated, and he/she will be able to broadcast every message sent as a StrippedBroadcast to a certain number of players.

Finally, a bug concerning the [RAINBOW] effect in 1.16 was fixed, now not throwing any error in console.
----------, Oct 18, 2021

The newest release of StrippedBroadcast makes the usage of API much easier than it has ever been.
Now three classes are dedicated for external usage:
  • StrippedBroadcast; the main class of the plugin, containing static functions to send stripped broadcast messages to a certain list of players;
  • StrippedBroadcastEvent; the event is called anytime a broadcast is sent;
  • PlayersUtil; this class contains all main methods to get a players list from certain values (a world, a permission, a group and so on...). This class also contains new methods that can now be used as inputs for the /sbc command; they are all listed below.
You will find more informations about the API usage in the GitHub page https://github.com/Fulminazzo/StrippedBroadcast/releases/tag/v2.1
----------, Aug 28, 2021

Expressions
With the new update, StrippedBroadcast now supports expressions as targets! The user will be able to specify certain conditions that will return a list of compatible players.
Every expression should be expressed in parenthesis, but there is possibility to put more parenthesis inside one.
Example:
Code (Text):
/sbc (world=world_the_nether && (perm=bukkit.* || perm=minecraft.*)) Looks like you are the king of hell!
You will also notice that expressions accept the keywords AND (&&) and OR (||). Their functioning is really simple:

  • in the above example, the OR keyword is used to get every player who has the permission "bukkit.*" or the permission "minecraft.*";
  • the AND keyword is then used to get every player who is in the nether and has one of the two permissions.

New Arguments
Also, StrippedBroadcast uses as arguments:
  • me, an alias to send the message only to the sender;
  • player=<player>, same function as specifying a player name when executing the command;
  • op or perm=op, which will return every op online player in the server;
  • group=<group>; StrippedBroadcast is now compatible with LuckPerms. The argument "group" will allow the user to specify a certain group when executing the command.
----------, Aug 14, 2021

Resource Information
Author:
----------
Total Downloads: 247
First Release: Aug 3, 2021
Last Update: Jul 1, 2023
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings