Rules Plugin (Version: 1.1)
This plugin sends the serverrules with private or public messages to the player. This will happen directly after the join or with the execution of !rules. After a player joins, the messages are always private.
It reads the rules from a textfile.
Requirements
ManuAdminMod Version 0.11.3 or newer
Installation Manual
Extract the ZIP file into the ManuAdminMod folder.
Configuration Manual
config/config.cfg
Copy and paste these three lines into your ManuAdminMod config.
Wtih enabled you can enable (1) oder disable (0) the plguin.
With afterjoin you can enable (1) oder disable (0) the automatic sending when somebody join the server.
With whisper you can send the rules after executing !rules via private messages (1) to the player or you can send the rules with normal (public) messages (0) to the server for all players.
config/plugins/rules.lst
You put your rules in this file.
One line will be send in one PM.
Empty lines are possible to separate blocks.
Changelog
version 1.1:
- add: whisper or public messages
version 1.0.1:
- bugfix: php error on line 27 ("Use of undefined constant rules")
version 1.0.0:
- first version