DominicLuidold / SimpleBroadcast

SimpleBroadcast is the easy way for Minecraft servers to broadcast predefined messages with various options.
GNU General Public License v3.0
1 stars 2 forks source link

Per-group message lists #1

Closed ghost closed 8 years ago

ghost commented 10 years ago

!! Copied from old ticket system (BukkitDev) !!

Hello. :)

It would be nice to be able to create multiple message lists, and assign them to a permission. In the config, we would add separated lists and give them a name. Then this name would be used in the permission.

For example, if I have a "player" list, the permission to receive messages from that list could be: simplebroadcast.messages.player

(of course "messages" could be something else, you choose).

ghost commented 8 years ago

Hello,

permissions are now supported as you suggested it. :)

Kind regards, KingDome24