Skip to content

v0.3.1 delayed OnPlayerConnect messages

Compare
Choose a tag to compare
@lengran lengran released this 27 May 14:59
· 3 commits to main since this release

Support adding a delay to a OnPlayerConnect message. This is an optional filed that you can specify in the configuration file. Hope this will save you from the flood of welcome messages.

Thanks for this great idea. @mavproductions.

An example:

    {
        "msg": "The message to sent.",
        "delay": 3.1415926
    }