You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that support for optional but fleshed out "CustomText" commands would be within the general scope of this plugin and would be a welcome addition to it's features.
What I mean is something similar to what the EssentialsX customtext command does, where you type a certain command (eg. /announcerplus customtext [filename/title] [optional player username]) and it returns you (or a specified player) a page in the chat with one or more lines containing text configured by the server admin. This works well with Bukkit's command aliases as well.
There are countless possible uses for this feature for any server owner, namely providing information to players such as rules, guides, etc, or to parse and display placeholders to them.
I was surprised to see this feature missing from this plugin, as it seems like it can very nearly accomplish it already. Originally I was going to use EssentialsX for this, but the customtext feature in that plugin does not support placeholders and other formatting. Other plugins I've seen on the issue are outdated or also lacking various features that AnnouncerPlus uses, such as what I listed in the title; support for PAPI, formatting codes, hover text, click actions, multiple pages, etc.
The text was updated successfully, but these errors were encountered:
Not sure that works. The broadcast command would send the message to the whole server/world, and cannot be configured to have preset messages within the plugin. Also even with setting up Bukkit command aliases for the send command, a player would still need announcerplus.send permissions, which would allow them to send anything they want to anybody else on the server.
The feature that I'm looking for would work so that you could set up messages in individual files much like with the other areas of AnnouncerPlus, and a player with the permission to run the customtext command and permission to see a particular message could type something like /announcerplus customtext [filename/title] [optional player username] to see that message displayed to them, but not other players. With a separate permission for sending the message to other players instead, for admin use. Or additionally admin commands to broadcast a message from that file to everyone.
Server admins could easily set this up with Bukkit's command aliases feature to make it so that typing something like '/rules' would display a detailed and professional looking list to them, with the ability to interact through clicking, open additional pages corresponding to that file, etc. Or another example would be typing something like /playtime and having a message sent to them that displays placeholders from other plugins showing their playtime, or any other information the admin wants to put there.
I suggest this for AnnouncerPlus because this optional feature seems like it'd naturally go well with the join/leave and automessage features, and because AnnouncerPlus seems like it has most of what it needs to pull it off already.
So, I think this can be done with more advanced alias plugins that can run a specific command with elevated permissions. However I'm not opposed to adding something built in to AP. Not sure when I will get around to it but marking as accepted.
I think that support for optional but fleshed out "CustomText" commands would be within the general scope of this plugin and would be a welcome addition to it's features.
What I mean is something similar to what the EssentialsX customtext command does, where you type a certain command (eg. /announcerplus customtext [filename/title] [optional player username]) and it returns you (or a specified player) a page in the chat with one or more lines containing text configured by the server admin. This works well with Bukkit's command aliases as well.
There are countless possible uses for this feature for any server owner, namely providing information to players such as rules, guides, etc, or to parse and display placeholders to them.
I was surprised to see this feature missing from this plugin, as it seems like it can very nearly accomplish it already. Originally I was going to use EssentialsX for this, but the customtext feature in that plugin does not support placeholders and other formatting. Other plugins I've seen on the issue are outdated or also lacking various features that AnnouncerPlus uses, such as what I listed in the title; support for PAPI, formatting codes, hover text, click actions, multiple pages, etc.
The text was updated successfully, but these errors were encountered: