Auto
Server messages sent at specific intervals

How to make your own automatic message? For example a reminder about the rules every 5 minutes
In message.yml add a new type to auto.types, where period is 6000 ticks, i.e. 5 minutes
types:
rules:
random: false
destination:
type: "CHAT"
ticker:
enable: true
period: 6000
sound:
enable: falseIn localizations → language.yml add a list of messages to message.auto.types. They are shown one after another, and with random: true in random order
types:
rules:
- "<fcolor:1>◇ Do not swear in chat"
- "<fcolor:1>◇ Do not ask admins for items"In permission.yml add the sound permission to message.auto.types
types:
rules:
name: "flectonepulse.module.message.auto.sound"
type: "TRUE"Reload FlectonePulse with /flectonepulse reload
Localization
Pathlocalizations → language.yml → message.auto
auto:
types:
announcement:
- "<br><fcolor:1>[*] This server uses <click:open_url:\"https://flectone.net/pulse/\"><hover:show_text:\"<fcolor:2>https://flectone.net/pulse/\"><fcolor:2>FlectonePulse</hover></click> :)<br>"types
Types of automatic messages with a list
You can add your own with any name or remove existing ones
Setting
Pathmessage.yml → auto
auto:
enable: false
types:
announcement:
random: true
destination:
type: "CHAT"
ticker:
enable: true
period: 9000
sound:
enable: falseenable
Enables or disables the functionality of the module
types
Types of automatic messages
You can create your own type:
types:
newauto:
random: true
destination:
type: "CHAT"
ticker:
enable: true
period: 9000
sound:
enable: falserandom
If enabled, messages will be selected randomly; otherwise, they will be selected in order.
destination
Where the message will be sent
| Type | Explanation | Requires additional configuration? |
|---|---|---|
ACTION_BAR | Message above the player's inventory | Yes |
CHAT | Message to chat | No |
TITLE | Fullscreen message | Yes |
SUBTITLE | Fullscreen message (top line) | Yes |
TOAST | Notification in the bottom right corner | Yes |
ticker
Updating every specific interval of time
sound
Sound playback
Permissions
Pathpermission.yml → message.auto
auto:
name: "flectonepulse.module.message.auto"
type: "TRUE"
types:
announcement:
name: "flectonepulse.module.message.auto.sound"
type: "TRUE"name
Permission name
type
Permission type
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to NON-operators of the server |
types
Types of automatic messages and their sound permissions
-
soundPermission to use the sound