FlowView scrolling broadcast - PluginsCDTribe/VexView GitHub Wiki
Let's start by looking at: What is FlowView?
It looks like this:
It can appear anywhere on the screen with a scroll of text (scroll from right to left)
How can send this kind of message to players?
You can use the command directly to send the player a FlowView message:
/flowview <player> <display position> <text content>
- Player - Fill in the name of the player that will be sent. You can also use @all to send it to every player.
- Display Position - This is the position of the message on the screen. This position is calculated as a percentage of the height and can only be entered in an integer from 0 to 100. Like the position in the figure above, it is 5.
- Text content - the message to display, support & color code, use _/ instead of spaces.
When the player client is playing a FlowView message, playing again will directly interrupt the last time and start playing a new FlowView message. The client can only play one FlowView message at the same time.