{ "name": "Message of the Day", "version": "0.2.12", "description": "MotD is a simple script that creates a handout named **MotD Note**. When a player logs in, it whispers the contents of that note to the player. Any formatting that works in the Note is passed on to the player. You can use `%%NAME%%` as a placeholder for the name of the player.\r\r## Commands\r\r```\r!motd [--help | --all | --PLAYER NAME ...]\r```\r\r* **--help** -- Shows the Help screen\r* **--all** -- Show the Message of the Day to all logged in players (including GM).\r* **--PLAYER NAME** -- Player who should be shown the Message of the Day. Matches are case-insensitive and will match partial names. You can have multiple of this argument to show to multiple players.\r\rIn the absense of any arguments, will show the Message of the Day to the current player.\r\rShow the Message of the day to the player named "Bob the Slayer":\r```\r!motd --Bob the Slayer\r```\r\rShow the Message of the day to all the players with "ka" in their name\r```\r!motd --ka\r```\r\rShow the Message of the day to all the logged in players.\r```\r!motd --all\r```\r\rThe Player Interactions section of the help will show when each player was\rlast seen by MotD and when they were last shown the message of the day text.", "authors": "The Aaron", "roll20userid": "104025", "patreon": "https://www.patreon.com/shdwjk", "dependencies": [], "modifies": { "handout.archived": "read", "handout.name": "read", "handout.notes": "read,write", "handout.type": "read", "player.displayname": "read", "player.online": "read" }, "conflicts": [], "script": "MotD.js", "useroptions": [], "previousversions": [ "0.2.1", "0.2.10", "0.2.11", "0.2.2", "0.2.3", "0.2.4", "0.2.5", "0.2.6", "0.2.7", "0.2.8", "0.2.9" ] }