MOTDModule
MOTDModule
sends a message to players when they join the game. This message includes the name of the game, a brief overview of how to play, and some information about the current map.
Usage
Import the module:
Use the module in your game’s initialize
function:
This will display the following to players who join the game:
Hovering over the map name will show a description of the map.
Note: ConfigModule is required to show map data. The nodes world.name
, world.author
, and world.description
should be set.