RealMotd is advanced MOTD plugin. It offers you big amount of variables to use in MOTD, different MOTD every day, permission checking in motd and colors in MOTD.
Features
- Many many variables to use in MOTD
- Colorful MOTD
- Also /motd
- Group-specific MOTD
- World-specific MOTD
- Group in world specific MOTD
- 3 Modes: Single(only one MOTD within selected context), Daily(some days have special messages), Random(everytime player logs in choose something else)
- Checking whether player has permission in MOTD.
- Itallics,Bold,Underline, Strike & Rainbow!
Variables
This plugin offers you big amount of variables, so here you go!(please let me know if I forgot something)
- %player% – Name of player who has joined
- %nick% – Name of player who has joined. This may be colorful, contain prefix & suffix. Also, it’s changeable.
- %world% – Name of world player has joined to
- %time% – Time in player’s world.(0-24000)
- %weather% – Weather in world (rain or clear)
- %ip% – Player’s IP
- %playerlist% – Online players
- %d% – Day of month in real life
- %mo% – Month
- %yr% – Year
- %h% – Hour
- %mi% – Minute
- %s% – Second
- %exp% – Experience
- %lev% – Level
- %totalexp% – Total experience
- %food% – Player’s food level
- %x% – Player’s X coordinate
- %y% – Player’s Y coordinate
- %z% – Player’s Z coordinate
- %op% – Whether the player is an OP
- %mode% – Game mode of the player
- ^example.example – Checks whether the player has permission example.example . The character ^ can be changed to something else.
- /n – New line in MOTD.
- %whitelist% – Whitelisted players
- %banlist% – Banned players
- %timestat% – Status of time (day | night)
- %allowednether% – Whether there is a nether enabled on this server (true | false)
- %allowflight% – Whether there is flight allowed (true | false)
- %serverip% – IP address of the server
- %serverport% – Port the server is listening on
- %serverid% – ID of the server (random number used for authentification)
- %env% – Environment type of the world where player is
- %nplayersonline% – Online players count
- %nmaxplayers% – Maximal count of players on the server
- %ptime% – Player’s time (may be different from world’s time)
- %ptimestat% – Same as timestat, but with player’s time
- %worlds% – Worlds which this server is currently running
- %plugins% – Plugins running on this server
- %day% – Minecraft day
Commands
Commands can be used to set MOTD in-game. It’s good for quick changing, but you’re limited to 80 chars. Use /motd set <motd> to set default motd and /motd set <month> <day> <motd> to set a day-specific motd. While setting motd in-game, use /n for newline and colors stay the same.
Configuration
This plugin generates configuration file after its first run.
Configuration Nodes
transl.weather.clear - Translation for weather cleartransl.weather.raining - Translation for rainingtransl.mode.creative - Translation for creative modetransl.mode.survival - Translation for survival modetransl.op.is - Translation for OPtransl.op.isnt - Translation for regular playertransl.permission.has - Translation for has permissiontransl.permission.hasnt - Translation for hasn't permissiontransl.time.day - Translation for daytransl.time.night - Translation for nighttransl.env.nether - Translation for nethertransl.env.sky - Translation for skylandstransl.env.normal - Translation for regular worldtransl.flight.allowed - Translation for flight allowedtransl.flight.denied - Translation for flight deniedpermission - The character which identifies, that the text next to it is permission verificationmotd.mode - Mode of motd. Must be one of these: Daily, Random, Single
Setting up MOTD
Setting up motd is very easy. Go to <your server’s folder>/plugins/RealMotd where you find folder “messages”.
- Daily mode – Different MOTD for special days. You need to create a new text file called: motd_[month]_[day].txt ,where you write your motd. For example, for 26th September, it’d be “motd_9_26.txt”. You don’t need to create MOTD files for every day. Only for those special ones. If RealMotd can’t find such-named file, it displays the default file.
- Random mode – Random mode each time user logs in You need to create how much of txt files you like. Files don’t even have to end with .TXT. This mode chooses random file from messages directory as MOTD.
- Single mode – One MOTD forever. Always chooses motd.txt from folder messages.
If you’re confused, look at the example configuration file below
Example configuration file
transl.weather.clear: Cleartransl.weather.raining: Rainingtransl.mode.creative: Creativetransl.mode.survival: Survivaltransl.op.is: Operatortransl.op.isnt: Playertransl.permission.has: cantransl.permission.hasnt: can'tpermission: ^transl.time.day: Daytransl.time.night: Nighttransl.env.nether: Nethertransl.env.sky: Skylandstransl.env.normal: Overworldtransl.flight.allowed: cantransl.flight.denied: can'tmode: single
How do I use the configuration file like that???
There are lots of options how to make MOTD as you wish. This example configuration file can be used as following: [plugins/RealMotd/messages/motd.txt]
Hello %op% %player%!You ^can.mine mine blocks and ^can.build build.You ^can.fly fly.Time of server is %time%. That's %timestat%.It's %weather%.
Look at the result MOTD. I’ve attached two of them, so you can see which parts of MOTD are changing. The result MOTD for code like that would look like this:
Hello Player Tomsik68!You can't mine blocks and can't build.You can't fly.Time of server is 13536. That's night.It's Clear.
or this:
Hello Operator Tomsik68!You can mine blocks and can build.You can fly.Time of server is 1353. That's day.It's Raining.
Colors
To use colors in your MOTD, you just enter ‘&’ with a name of color you’d like to use for following text. You can change color again by doing new line, or entering next color’s name.
Available colors
- black
- dark_blue
- dark_green
- dark_aqua
- dark_red
- dark_purple
- gold
- gray
- dark_gray
- blue
- green
- aqua
- red
- light_purple
- yellow
- white
Adding colors
Adding colors is very simple. You just write down the name of color you want to use before the text you want to be colored, like in the example: &aquaSome text! &blackThis message is poorly visible! &whiteHello there!
Formatting
You can use itallics, underline, bold,strike and random text as of the latest update.
Adding Formatting
It’s as simple as adding colors, but if you want both formatted and colorized text, remember to put formatting mark after the color mark. Here are available names: &bo, &no,&it, &un, &ran, &str, &rbow. &bo = bold &ran = write a random string (used in one of the splashes) &str = strike &it = itallics &un = underline &no = remove formatting(except colors) &rbow = rainbow!(random color for each letter, configurable). TIP: Use &no to end rainbow.
TO-DO
- Import groups from permission plugins
This help is not complete
As this plugin is very customisable, you can try to figure out some trick with configuration, variables or colors. And if you don’t know how to do something with this plugin, send me a PM, or email me at tomsik68@gmail.com . I like to help! Thanks and Enjoy!
Contact Author
If you wish to contact author somewhere else, you can do so on:
- Blog: http://tomsik68.blogspot.com/
- Twitter: https://twitter.com/tomsik68
- E-Mail: tomsik68@gmail.com
- GitHub: https://github.com/tomsik68 (also, sources of all plugins!)
- Skype: Tomsik68 (my pic is redstone dust
)
- Bitcoin[for donations
]: 15ZvWH3HnsvxdqPsRA3GgQQBR5mQtTW1nc
Have a problem? Take a ticket!
If you wanna submit a bug, please take a ticket, so we avoid comments section mess
RealMotd Plugin 1.6.4 Download Links
http://www.dl2.9minecraft.net/index.php?act=dl&id=1387854059
http://www.dl5.9minecraft.net/index.php?act=dl&id=1387879553
Không có nhận xét nào:
Đăng nhận xét