- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Languages Supported:
- English, German - editable
- Donation Link:
- https://www.paypal.com/paypalme/Voyqed
AutoMessageFeatures:
Commands:
- send random messages
- enter the time interval in seconds
- disable/ enable that the messages display at console
- 100% editable
- add specific worlds
- add Json messages
- add permissions to each message
Permissions:
- /automessage reload - reload the messages
Tutorial (V1.1):
- /automessage reload - automessage.reload
Config | Messages:
# Bietet die Möglichkeit eine zufällige Nachricht auszugeben (die gleiche zufällige Nachricht wird nicht als nächstes ausgegeben)
# Offers the possibility to send a random message (the same random message will not be issued next)
random: false
# Zeit in Sekunden
# Time in seconds
time: 10
# Zeigt die Automessages in der Konsole an
# Show automessage in Console
console: false
# Zeigt den Präfix vor der Automessage
# Shows the prefix before the automessage
showPrefix: true
# Messages
language: messages-english
messages-german:
prefix: '&8[&2Server&8] '
noMessages: '&cEs wurden keine Automessages eingetragen.'
noPermission: '&cDu hast keinen Zugriff auf diesen Command.'
automessage-reload: '&7Die Nachrichten wurden aktualisiert.'
automessage-useage: '&7Nutze /Automessage reload.'
messages-english:
prefix: '&8[&2Server&8] '
noMessages: '&cNo automessages have been enterd.'
noPermission: '&cYou do not have access to this command.'
automessage-reload: '&7The messages has been updated.'
automessage-useage: '&7Use /Automessage reload.'
# Add a permission to the messages so that they are only sent to players with this permission
# PermissionType:
# hasPermission - send the message to players who have the permission
# hasNotPermission - send the message to players who do not have the permission
#
# world:
# add worlds in which the message should be sent
example-1:
permissionType: 'hasNotPermission'
permission: 'automessage.example'
worlds:
- 'world'
messages:
- '&8~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
- '&aThank you for using Automessage by Voyqed!'
- '&7You find a bug? Please contact me!'
- '&8~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
example-2:
permissionType: 'hasPermission'
permission: 'automessage.example'
messages:
- '&8~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
- '&7If you have any questions, contact me on Spigot'
- '&8~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
example-3:
messages:
- '&aUse Json format:'
- '{"text":"Automessage by Voyqed","bold":true,"color":"green","hoverEvent":{"action":"show_text","value":"Version 1.2"}}'

◄► AutoMessage ◄► 1.8.x - 1.16.x ◄► V1.2
Automatically send messages to all players
Recent Updates
- Json, world, permission support Nov 3, 2020
- several lines ▏PlaceholderAPI support Aug 27, 2020