CustomMOTD icon

CustomMOTD -----

You can set simply your own server MOTD, Favicon and Hover




Summary:
Hover for spigot added!
Fixed bug with favicon on bungee

Hover for spigot added:
You could now hover over the player count and set an hover for this in the spigot version (already in the bungee version), you also can modify (only spigot) the playercount

Images:
Click here

Download:
You could download this version in the version history
----------, Dec 6, 2020

Summary:
Fixed bug with updater
Added option in config to disable "no update available" on join

Download:
You could download this version in the version history
----------, Dec 5, 2020

Summary:
- Reorganized full code!
- config updated
- BungeeCord hover support

Config updated:
update-check: true (if set to true you will be noticed if there is an update if you join the server or execute /ci update (and have the permission customitems.update), if set to false you will only get an warning message)

Command and Permission added:
/cm update (you could check for updates)

custommotd.updates -> /cm update + message on join

BungeeCord hover support:
If you enable this for your server you could find the hover if you hover above the player count (not the connection icon)

Images:
Click here

Download:
You could download this version in the version history
----------, Nov 29, 2020

Summary:
- Added options to disable the favicon or the MOTD (config)

Config update:
If you now go to the config you could disable the MOTD or the favicon -> If you disable the MOTD you will only see the favicon and vice versa

Images:
Click here

Download:
You can download this version in the Version History
----------, Oct 31, 2020

Summary:
- Added favicon support
- Readded the messages config

Favicon support:
You could now add favicons to your motd! Go to the plugin folder -> favicons and add your favicon here! In the config you only have to set the name

Readded messages config:
You could change the messages now

Code (YAML):
1 messages:
2   plugin
:
3     line1
: '&3 ----------&a CustomMOTD &3 ----------'
4     line2
: '&2Version &aV'
5     line3
: '&aDo /cm help for a list of commands!'
6     line4
: '&2Plugin made by'
7     line5
: '&3 ------------------------------'
8   help
:
9     line1
: '&3 ----------&a CustomMOTD &3 ----------'
10    line2
: '&2/cm &aHead command'
11    line3
: '&2/cm help &aHelp menu'
12    line4
: '&2/cm reload &aReload the plugin'
13    line5
: '&3 ------------------------------'
14  command
:
15    not-found
: '&4Error : &cCommand not found, do &e/cm help &cfor a list of commands!'
16    no-permission
: '&4Error : &cYou don''t have permission to use this command!'
17  commands
:
18    reload
: '&aPlugin reloaded!'
Images:
Click here

Download:
You can download this version in the Version History
----------, Oct 11, 2020

Huge update!

Summary:

- Removed commands / permissions
- Made the MOTD centering better
- Made 2 versions (1 for bungee, 1 for spigot)
- Removed languages
- Removed messages.yml config
- You can now execute all commands via console

Removed commands / permissions:
- /cm motd
- /cm center
- /cm set <1-2> <motd>
- /cm check
- /cm language
- /cm color

- custommotd.motd
- custommotd.center
- custommotd.set
- custommotd.language
- custommotd.color

Now you think why? This because you can easy set this in the config, and the color codes can you find on this plugin page

Better MOTD centering:
I use now another string for MOTD centering and it works better

Made 2 versions:
If you are using BungeeCord you have to use the BungeeCord version, if you using Spigot you have to use the Spigot version, this because I could update it more easy and the plugin is more lightweight!

Removed languages:
There are now less messages so I don't think it's needed to change the language!

Removed messages config:
Now there are less messages so it isn't needed to make an messages config, if you want this back, contact me on Discord and with enough votes I will set it back

You can now execute all commands via console:
Now it is possible to send the commands via the console!

Images:
Click here

Download:
You can download this version in the Version History
----------, Oct 4, 2020

Summary:
- BungeeCord support added!!!
- Configs changed
- Command changed
- Command added
- Permission added
- German lanugage added

BungeeCord Support:
You can now use this plugin on BungeeCord!

Configs Changed:
config.yml
if you set
Code (YAML):
8  center : true
the MOTD will be (after /cr reload) immediately centered!

Code (YAML):
1 reset : false
2 plugin
:
3   prefix
: '&7 [&aCustomMOTD&7 ] '
4   language
: en
5   motd
:
6     '1'
: '&aThe coolest server in the universe!'
7     '2'
: '&aPlugin made by tvhee!'
8     center
: false
9 commands
:
10  cm-help
: true
11  cm-motd
: true
12  cm-set
: true
13  cm-check
: true
14  cm-language
: true
15  cm-color
: true
Added:
15: Here can you edit the /cm color command (true = enabeled, false = disabeled)

messages.yml
Code (YAML):
1 messages:
2   plugin
:
3     menu
:
4       plugin
:
5         '1'
: '&3 ----------&a CustomMOTD &3 ----------'
6         '2'
: '&2Version &aV'
7         '3'
: '&aDo /cm help for a list of commands!'
8         '4'
: '&2Plugin made by'
9         '5'
: '&3 ------------------------------'
10      help
:
11        '1'
: '&3 ----------&a CustomMOTD &3 ----------'
12        '2'
: '&2/cm &aHead command'
13        '3'
: '&2/cm help &aHelp menu'
14        '4'
: '&2/cm motd &aSee the current MOTD'
15        '5'
: '&2/cm center &aCenter your MOTD'
16        '6'
: '&2/cm set <1-2> <motd> &aSet the server MOTD'
17        '7'
: '&2/cm check &aCheck which permission you have'
18        '8'
: '&2/cm language &aChange the language of the plugin'
19        '9'
: '&2/cm color &aCheck the color codes'
20        '10'
: '&2/cm reload &aReload the plugin'
21        '11'
: '&3 ------------------------------'
22  command
:
23    motd
:
24      '1'
: '&bCurrent MOTD (line 1 ) : '
25      '2'
: '&bCurrent MOTD (line 2 ) : '
26    center
:
27      'true'
:
28        '1'
: '&aYour MOTD will be centered now!'
29      'false'
:
30        '1'
: '&cYour MOTD won''t be centered anymore!'
31    set
:
32      '1'
: '&bSet MOTD (line 1 ) : '
33      '2'
: '&bSet MOTD (line 2 ) : '
34      wrong
: '&4Error : &cUsage: /cm set <1-2> <motd>'
35    check
:
36      'true'
: '&aYou have the permission &e '
37      'false'
: '&cYou don''t have the permission &e '
38    reload
:
39      default
: '&7 [&aCustomMOTD&7 ] &aPlugin reloaded and set to default settings!'
40      normal
: '&aPlugin reloaded!'
41    language
:
42      wrong
: '&4Error : &cYou can only use en (English ) or nl (Dutch, Nederlands ) as
43        language!'
44      wrong2
: '&4Error : &cUsage: /cm language <language>'
45  config
:
46    line
:
47      '3'
: '&4Error : &cYou can only use en (English ), nl (Dutch, Nederlands ) or de
48         (German, Deutsch ) as language (line 4 )!'
49      '6'
: '&4Error : &cYou can only use true or false (line 8 )!'
50      '7'
: '&4Error : &cYou can only use true or false (line 10 )!'
51      '8'
: '&4Error : &cYou can only use true or false (line 11 )!'
52      '9'
: '&4Error : &cYou can only use true or false (line 12 )!'
53      '10'
: '&4Error : &cYou can only use true or false (line 13 )!'
54      '11'
: '&4Error : &cYou can only use true or false (line 14 )!'
55      '12'
: '&4Error : &cYou can only use true or false (line 15 )!'
56  commands
:
57    no-player
: '&4Error : &cYou aren''t a player'
58    not-enabeled
: '&4Error : &cCommand not enabeled in config!'
59    no-permission
: '&4Error : &cYou don''t have permission to use this command!'
60    not-found
: '&4Error : &cCommand not found, do &e/cm help &cfor a list of commands!'
Command Changed:
- /cm center (If you send this command the MOTD will be immediately centered!

Command Added:
- /cm color (Check the color codes)

Permission Added:
- custommotd.color -> /cm color

Language Added:
- Ge rm an (Deutsch) language added (Thanks produktecheck)

Images:
Click here

Download:
You can download this version in the Version History
----------, Aug 27, 2020

Summary:
- New command
- New permission
- Config checker
- Config update
- New config

New Command:
- /cm language <en|nl> (Change the language from the plugin)

New Permission:
- chatradius.language -> /cm language

Config Checker:
- When you make a mistake on line 4,7 and 10-14 you will get a message and it will be corrected when you send the /cm reload command

Config Update:
config.yml:
Code (YAML):
1 reset : false
2 plugin
:
3   prefix
: '&7 [&aCustomMOTD&7 ] '
4   language
: en
5   motd
:
6     '2'
: '&2Test '
7     center
: false
8     '1'
: '&1Test '
9 commands
:
10  cm-help
: true
11  cm-motd
: true
12  cm-set
: true
13  cm-check
: true
14  cm-language
: true
 
Added:
4 Here can you set your language (en = English, nl = Dutch (Nederlands))
14 Here can you edit the /cm language command (true = enabeled, false = disabeled)

New Config:
messages.yml (All messages will be stored here and you can translate them in your own language

Code (YAML):
1 messages:
2   plugin
:
3     menu
:
4       plugin
:
5         '1'
: ' #00AAAA----------&a CustomMOTD &3----------'
6         '2'
: '&2Version &aV'
7         '3'
: '&aDo /cm help for a list of commands!'
8         '4'
: '&2Plugin made by'
9         '5'
: '&3 ------------------------------'
10      help
:
11        '1'
: '&3 ----------&a CustomMOTD &3 ----------'
12        '2'
: '&2/cm &aHead command'
13        '3'
: '&2/cm help &aHelp menu'
14        '4'
: '&2/cm motd &aSee the current MOTD'
15        '5'
: '&2/cm center &aCenter your MOTD'
16        '6'
: '&2/cm set <1-2> <motd> &aSet the server MOTD'
17        '7'
: '&2/cm check &aCheck which permission you have'
18        '8'
: '&2/cm language &aChange the language of the plugin'
19        '9'
: '&2/cm reload &aReload the plugin'
20        '10'
: '&3 ------------------------------'
21  command
:
22    motd
:
23      '1'
: '&bCurrent MOTD (line 1 ) : '
24      '2'
: '&bCurrent MOTD (line 2 ) : '
25    center
:
26      'true'
:
27        '1'
: '&aCentered MOTD has set to true!'
28        '2'
: '&aIf you do /cm set the MOTD will be automatically centered!'
29      'false'
:
30        '1'
: '&aCentered MOTD has set to false!'
31        '2'
: '&cIf you do /cm set the MOTD will be not longer automatically centered!'
32    set
:
33      '1'
: '&bSet MOTD (line 1 ) : '
34      '2'
: '&bSet MOTD (line 2 ) : '
35      wrong
: '&4Error : &cUsage: /cm set <1-2> <motd>'
36    check
:
37      'true'
: '&aYou have the permission &e '
38      'false'
: '&cYou don''t have the permission &e '
39    reload
:
40      default
: '&7 [&aCustomMOTD&7 ] &aPlugin reloaded and set to default settings!'
41      normal
: '&aPlugin reloaded!'
42    language
:
43      wrong
: '&4Error : &cYou can only use en (English ) or nl (Dutch, Nederlands ) as
44        language!'
45      wrong2
: '&4Error : &cUsage: /cm language <language>'
46  config
:
47    line
:
48      '3'
: '&4Error : &cYou can only use en (English ) or nl (Dutch, Nederlands ) as
49        language (line 3 )!'
50      '6'
: '&4Error : &cYou can only use true or false (line 6 )!'
51      '7'
: '&4Error : &cYou can only use true or false (line 7 )!'
52      '8'
: '&4Error : &cYou can only use true or false (line 8 )!'
53      '9'
: '&4Error : &cYou can only use true or false (line 9 )!'
54      '10'
: '&4Error : &cYou can only use true or false (line 10 )!'
55      '11'
: '&4Error : &cYou can only use true or false (line 11 )!'
56  commands
:
57    no-player
: '&4Error : &cYou aren''t a player'
58    not-enabeled
: '&4Error : &cCommand not enabeled in config!'
59    no-permission
: '&4Error : &cYou don''t have permission to use this command!'
60    not-found
: '&4Error : &cCommand not found, do &e/cm help &cfor a list of commands!'
 
Images:
- Click here

Download:
You can download this version in the Version History
----------, Aug 12, 2020

Summary:
- Hex support! :)
- Fixed an message
It's not much I know but the Hex support took me 7 hours research and coding!

Hex Support:
You can now set any hex color code in your config.yml in a message!
How to use: #AA0000Text = Text !!Do not forget the #!!

Fixed an message:
- if you don't have permission and you do /cr center you didn't get a message, now you get a no-permission message

Images:
- Click
here

Download:
You can download this version in the Version History
----------, Aug 10, 2020

Summary:
- Config update
- Commands added
- Permission added

Config Update:

config.yml
Code (YAML):
1 reset : false
2 plugin
:
3   prefix
: '&7 [&aCustomMOTD&7 ] '
4   motd
:
5     '1'
: '&aThe coolest server in the universe!'
6     '2'
: '&aPlugin made by tvhee!'
7     center
: false
8 commands
:
9   cm-help
: true
10   cm-motd
: true
11   cm-set
: true
12   cm-check
: true
1 If is set to true all settings will be reset to default (after /cm reload)
3 The plugin prefix
5 MOTD line 1
6 MOTD line 2
7 If is set to true the next time you set an MOTD it will be automatically centered
9 The /cm help command (true = enabeled, false = disabeled)
10 The /cm motd command (true = enabeled, false = disabeled)
11 The /cm set command (true = enabeled, false = disabeled)
12 The /cm check command (true = enabeled, false = disabeled)

Command Added:
- /cr center (If is send the next time you set an MOTD it will be automatically centered, if you send this command for the second time the auto centering from the MOTD will be disabeled)

Permission Added:
- custommotd.center -> /cr center

Images:
- Click here

Download:
You can download this version in the Version History
----------, Aug 9, 2020

Summary:
- Added a command
- Modified a command
- Config update

Config Update:
Code (YAML):
1 motd:
2   '1'
: '&aThe coolest server in the universe!'
3   '2'
: '&aPlugin made by tvhee!'
2 Here you can set the first line of the MOTD
3 Here you can set the second line of the MOTD

Commands:
- /cr check added (Check which permissions you have)
- /cr set <1-2> <motd> (Command modified, <1-2> is for the line number)

Images:
Click here

Special Thanks:
- KingKilo#8322 for request the multiple line feature!

Download:
You can download this version in the Version History
----------, Aug 8, 2020

Summary:
- Permissions added

New Permissions:
- custommotd.set -> /cm set
- custommotd.motd -> /cm motd
- custommotd.reload -> /cm reload

Images:
- Click here

Download:
You can download this version in the Version History
----------, Aug 7, 2020

Summary:
- New commands added
- The command /motd has changed in /cm motd

New commands:
- /cm (Head command)
- /cm help (Help command)
- /cm motd (See the current set MOTD)
- /cm set <motd> (set your own motd, you can also change the config)
- /cm reload (Reload the plugin)

Images:
- Click here

Download:
You can download this version in the Version History
----------, Aug 7, 2020

Resource Information
Author:
----------
Total Downloads: 2,641
First Release: Aug 7, 2020
Last Update: Dec 6, 2020
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings