Difference between revisions of "Mod:SEmotd"
From Space Engineers Wiki
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
| Forums = [http://forums.keenswh.com/post?id=6993877 Keenswh Thread] | | Forums = [http://forums.keenswh.com/post?id=6993877 Keenswh Thread] | ||
| Type = SEServerExtender Plugin | | Type = SEServerExtender Plugin | ||
− | | Modversion = 0. | + | | Modversion = 0.2.1.2 |
− | | Version = 01. | + | | Version = 01.040.009 |
| Forumcontact = Draygo | | Forumcontact = Draygo | ||
}} | }} | ||
Line 13: | Line 13: | ||
− | version 0. | + | version 0.2.1.2 |
*Allows server owners to set a repeating message of the day | *Allows server owners to set a repeating message of the day | ||
*Server owners can configure the frequency to which the message repeats | *Server owners can configure the frequency to which the message repeats | ||
+ | *Server attempts to send the Motd to clients that just joined the server automatically. | ||
*players and admins can control the mod through server commands | *players and admins can control the mod through server commands | ||
**Player Commands | **Player Commands | ||
***/motd ''displays current message of the day, cannot be displayed more than once every 60 seconds'' | ***/motd ''displays current message of the day, cannot be displayed more than once every 60 seconds'' | ||
+ | ***/rules ''displays current rules, cannot be displayed more than once every 60 seconds'' | ||
**Admin commands | **Admin commands | ||
***/set motd '''motdmessage''' ''sets the message of the day to '''motdmessage'''.'' | ***/set motd '''motdmessage''' ''sets the message of the day to '''motdmessage'''.'' | ||
− | ***/motd-enable ''turns on auto-broadcasting of the message of the day | + | ***/set rules '''rulesmessage''' ''sets the rules string to '''rulesmessage'''.'' |
− | ***/motd-disable ''turns off auto-broadcasting of the message of the day. note that while disabled users can still query the motd with the .motd | + | ***/motd-enable ''turns on auto-broadcasting of the message of the day'' |
+ | ***/motd-disable ''turns off auto-broadcasting of the message of the day. note that while disabled users can still query the motd with the /motd command'' | ||
+ | ***/motd-save ''saves current configuration to SEMotd-Config.xml in world folder'' | ||
+ | ***/motd-load ''loads current configuration from SEMotd-Config.xml in world folder'' | ||
+ | ***/motd-loaddefault ''loads default configuration from SEMotd-Config.xml in mod folder'' | ||
== Download and installation instructions == | == Download and installation instructions == |
Latest revision as of 04:18, 27 July 2014
SE motd
Author:
Draygo
Mod Type:
SEServerExtender Plugin
Mod Version:
0.2.1.2
SE Version:
01.040.009
Forum Thread:
Overview
version 0.2.1.2
- Allows server owners to set a repeating message of the day
- Server owners can configure the frequency to which the message repeats
- Server attempts to send the Motd to clients that just joined the server automatically.
- players and admins can control the mod through server commands
- Player Commands
- /motd displays current message of the day, cannot be displayed more than once every 60 seconds
- /rules displays current rules, cannot be displayed more than once every 60 seconds
- Admin commands
- /set motd motdmessage sets the message of the day to motdmessage.
- /set rules rulesmessage sets the rules string to rulesmessage.
- /motd-enable turns on auto-broadcasting of the message of the day
- /motd-disable turns off auto-broadcasting of the message of the day. note that while disabled users can still query the motd with the /motd command
- /motd-save saves current configuration to SEMotd-Config.xml in world folder
- /motd-load loads current configuration from SEMotd-Config.xml in world folder
- /motd-loaddefault loads default configuration from SEMotd-Config.xml in mod folder
- Player Commands
Download and installation instructions
- Download the latest release: https://github.com/DraygoKorvan/SEMotd/releases
- Extract to your servers mod directory, make sure it resides in a folder under mods, and not at the root.
- Requires SEServerExtender to run.