WHAT IS MYTH-AUTOMESSAGE?
MythAutoMessage is an automated messaging plugin that supports CHAT, TITLE, BOSSBAR, and ACTIONBAR messages. It's the perfect solution for any server looking to enhance communication and engagement.
COMMANDS & PERMISSIONS
myth.automessage.reload
/automessage reload
INSTALLATION
1. Stop your server.
2. Download and drag the plugin .jar file into your plugins folder.
3. Start your server to generate config files.
4. Edit config.yml to your liking.
5. Type: /automessage reload, to reload the plugin
Code (YAML):
# MythicalShop.pl - AutoMessage Plugin 1.16.5 - 1.20.6
# Support: https://dc.mythicalshop.pl or https://discord.gg/xwuzxphECN
#
# permissions: myth.automessage.reload
example1
:
# Delay in seconds for example 30 is 30s
delay
: 30
# Type of message: CHAT/BOSSBAR/TITLE/ACTIONBAR
type
: CHAT
# Custom message with color codes &a, &c, etc.
message
:
-
"&9&lᴅɪѕᴄᴏʀᴅ &8▶ &fJoin our community on &9dc.mythicalshop.pl"
# List of worlds where the message should appear
worlds
:
-
"world"
-
"world_nether"
# Whether the message should be global (ignore worlds)
global
: true
example2:
delay
: 60
type
: BOSSBAR
message
:
-
"&aHello World"
color
:
"YELLOW"
display-time
: 10
# time in seconds
worlds
:
-
"world"
global
: false
example3:
delay
: 300
type
: TITLE
message
:
-
"&e&lHello All!"
subtitle
:
"&fJoin our discord"
worlds
:
-
"world"
global
: false
example4:
delay
: 45
type
: ACTIONBAR
message
:
-
"&bThis is an action bar message!"
display-time
: 5
# time in seconds
worlds
:
-
"world"
global
: true