Poweradmin (Version: 1.0.0)
Adds new commands to the ManuAdminMod. Works only if z_svr_b3.iwd is installed on the Server, or the dvars are available through another mod like OpenWarfare Mod.
[tabmenu]
[tab='Requirements']
- ManuAdminMod Version 0.11.4 or newer
- z_svr_b3.iwd or the dvars are provided with another mod (check README.txt for further information)
[tab='Description']
Adds the following new commands:
- !saybold MESSAGE
- !endmap
- !shock PID|PART_OF_NICK [DURATION]
- !burn PID|PART_OF_NICK
- !explode PID|PART_OF_NICK
- !rename PID|PART_OF_NICK NEW_NAME
- !putspec PID|PART_OF_NICK
- !putspecall
- !switch PID|PART_OF_NICK
- !switchall
- !kill PID|PART_OF_NICK
!help COMMAND prints out further information to the specific command
[tab='Installation Manual']
Download and extract, keep the file structure and move the files into the mam folder. If necessary modify "config/plugins/poweradmin.cfg" to your needs.
File structure:
Code
manuadminmod
| README.txt
|
+---config
| \---plugins
| poweradmin.cfg
|
+---languages
| +---de
| | | poweradmin.lng
| | |
| | \---help
| | poweradmin.lng
| |
| \---en
| | poweradmin.lng
| |
| \---help
| poweradmin.lng
|
\---plugins
poweradmin.php
Alles anzeigen
Adapt "config/groups.cfg" to add the new commands to the correct groups.
[tab='Configuration Manual']
Code
[poweradmin]
defaultshocktime = 7 ;The default shock time in seconds
maxshocktime = 60 ;The highest possible shock time in seconds
[tab='Changelog']
Version 1.0.0:
+ First Release
[/tabmenu]