-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
74 lines (54 loc) · 2.59 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
###################################################################################
#
# PowerAdminbfbc2
# Plugin for B3 (www.bigbrotherbot.com)
# (c) 2010 www.xlr8or.com (mailto:[email protected])
#
# This program is free software and licensed under the terms of
# the GNU General Public License (GPL), version 2.
#
# http://www.gnu.org/copyleft/gpl.html
###################################################################################
PowerAdminbfbc2 (v0.1.4) for B3
###################################################################################
This plugin works for R9+ and b3 1.3+ only! This plugin adds powerfull commands
and functions to your b3:
Added Commands:
!payell (!yell) - display a bigtext message center screen
!pamaprestart (!maprestart) - restart current map
!pamapreload (!mapreload) - reload current map
!paset - set a server cvar
!paget - display a server cvar
!pamaplist <maplist.txt> - execute a server maplist
!pateams (!teams) - activate teambalancer (read below)
!pakill (!kill) - kill a player
!pachangeteam (!ct) - force a player to a team
!paserverinfo
!paident (!id) <name/id> - prints a players B3-id and Guid to screen for demo purposes
!paversion (!paver) - spits out the version of PowerAdminbfbc2
Each command (except !paversion) can be leveled in the config file.
Requirements:
###################################################################################
- BFBC2 Server R9 or higher
- B3 version 1.3.0 or higher
Installation of the B3 plugin:
###################################################################################
To install the b3-plugin part:
1. Unzip the contents of this package. Go to the unzipped folder extplugins and
place the .py file in the bots folder b3/extplugins and the config file .xml in
the b3/extplugins/conf folder.
2. Open the .xml file with your favorit editor and modify the
levels if you want them different. Do not edit the command-names
for they will not function under a different name.
3. Open your B3.xml file (in b3/conf) and add the next line in the
<plugins> section of the file:
<plugin name="poweradminbfbc2" priority="13" config="@b3/extplugins/conf/poweradminbfbc2.xml"/>
The numer 13 in this just an example. Make sure it fits your
plugin list.
Changelog
###################################################################################
v0.1.2 : Initial "public" beta release for testing
v0.1.3 : New commands possible due to R9 protocol
v0.1.4 : Cleaned up and bugfix
###################################################################################
SpacepiG - 9 April 2010 - www.bigbrotherbot.com // www.xlr8or.com