Big Brother Bot (B3)B3 plugins * Use at your own risk * Most are not tested!

B3 Versions and plugins
User avatar

Topic author
Gen Stranger
KAB Administrator
Posts: 363
Joined: 19 Jan 2004 18:28
20
Contact:

B3 plugins * Use at your own risk * Most are not tested!

Post by Gen Stranger »

As I find them on the internet I will post them here Note: Most are untested so use at your own risk

here is a few not sure if they will work I suggest if there is a readme to read it
b3plugin_auth.zip
B3 Auth Plugin
(3.4 KiB) Downloaded 779 times
b3plugin_auth.zip
B3 Auth Plugin
(3.4 KiB) Downloaded 779 times
b3-masteradmin-custom-master.zip
B3 Master Admin
(4.52 KiB) Downloaded 829 times
b3-masteradmin-custom-master.zip
B3 Master Admin
(4.52 KiB) Downloaded 829 times
b3-plugin-customcommands-master.zip
B3 Custome Commands
(16.7 KiB) Downloaded 790 times
b3-plugin-customcommands-master.zip
B3 Custome Commands
(16.7 KiB) Downloaded 790 times
b3-plugin-servermonitor-master.zip
B3 Sever Monitor
(16.73 KiB) Downloaded 816 times
b3-plugin-servermonitor-master.zip
B3 Sever Monitor
(16.73 KiB) Downloaded 816 times
Plugin-Firstkill-for-B3-master.zip
First Kill
(4.79 KiB) Downloaded 712 times
Plugin-Firstkill-for-B3-master.zip
First Kill
(4.79 KiB) Downloaded 712 times
Gen Stranger
Stranger-KAB
User avatar

Topic author
Gen Stranger
KAB Administrator
Posts: 363
Joined: 19 Jan 2004 18:28
20
Contact:

Prevent advertising of web sites

Post by Gen Stranger »

Prevent advertising of web sites see readme.txt on how to add to b3
contents of readme.txt:
place website.py in extplugins
place plugin_website.xml in extplugins\conf

edit both files with a text editor to suit your needs
add to b3.xml

<plugin name="website" config="@b3/extplugins/conf/plugin_website.xml"/>
website.zip
Prevent advertising of web sites
(1.36 KiB) Downloaded 669 times
website.zip
Prevent advertising of web sites
(1.36 KiB) Downloaded 669 times
Gen Stranger
Stranger-KAB
User avatar

Topic author
Gen Stranger
KAB Administrator
Posts: 363
Joined: 19 Jan 2004 18:28
20
Contact:

B3-CustomCommands

Post by Gen Stranger »

add custom commands to b3 like fov or fps


place customcommands.py in extplugins
place plugin_cod4xcommands.xml in extplugins\conf
customcommands.zip
(4.89 KiB) Downloaded 592 times
customcommands.zip
(4.89 KiB) Downloaded 592 times
add to b3.xml

<plugin name="customcommands" config="@b3/extplugins/conf/plugin_customcommands.ini"/>
Gen Stranger
Stranger-KAB
User avatar

Topic author
Gen Stranger
KAB Administrator
Posts: 363
Joined: 19 Jan 2004 18:28
20
Contact:

First Kill

Post by Gen Stranger »

calls out first killed in server
firstkill.zip
First Kill
(1.78 KiB) Downloaded 619 times
firstkill.zip
First Kill
(1.78 KiB) Downloaded 619 times
<configuration plugin="firstkill">
<settings name="settings">

<set name="fkonoff">on</set>
<set name="tkonoff">off</set>
<set name="hsonoff">on</set>
<set name="adminlevel">100</set>

</settings>
</configuration>
Gen Stranger
Stranger-KAB
User avatar

Topic author
Gen Stranger
KAB Administrator
Posts: 363
Joined: 19 Jan 2004 18:28
20
Contact:

Welcome mesage to users

Post by Gen Stranger »

Geowelcome
geowelcome.zip
welcome message to users
(4.88 KiB) Downloaded 760 times
geowelcome.zip
welcome message to users
(4.88 KiB) Downloaded 760 times
place geowelcome.py in extplugins
place geowelcome.xml in extplugins\conf


add to b3.xml

<plugin name="geowelcome" config="@b3/extplugins/conf/geowelcome.xml"/>

edit geowelcome.xml to suit your needs
Gen Stranger
Stranger-KAB
User avatar

Topic author
Gen Stranger
KAB Administrator
Posts: 363
Joined: 19 Jan 2004 18:28
20
Contact:

Re: B3 plugins

Post by Gen Stranger »

KAB Plugin
I made this for my personal use and it works with b3 version 1.9.2 and Cod4x
I do not know if it will work with other versions of b3
kab-b3.zip
KAB Plugin for b3 1.9.2 ans cod4x
(5.13 KiB) Downloaded 580 times
kab-b3.zip
KAB Plugin for b3 1.9.2 ans cod4x
(5.13 KiB) Downloaded 580 times
to install

place KAB.py in your b3/plugins directory
place the KAB.xml in the b3/conf directry

you do not have to rename the KAB.xml for this plugin to work
but I suggest you edit the command levels I have them a 99 so only superadmins can use them

also at the bottom of the file is
<!-- Settings to add your ban appeal web site to the ban file -->
</settings>
<settings name ="website">
<set name = "website_text">www.yourwebsite.com</set>
</settings>

edit the web site text to your web site because it will show in the ban when someone is banned
it will say you can appeal your ban at www.yourwebsite.com so change it

here is the config which is included in the download
<configuration plugin="KAB">
<settings name="command_level">
<set name="banplayer">99</set> <!-- banplayer or bp -->
<set name="changemap">99</set> <!-- changemap or mp add name of map to change to -->
<set name="kickplayer">99</set> <!-- kickplayer or kp -->
<set name="tempbanplayer">99</set> <!-- tempbanplayer or tbp -->
<set name="getss">99</set> <!-- getss or getss add players name or all for everyone in the server -->
<set name="gamepassword">99</set> <!-- gamepasswrod or pw add a game password or pw remove to remove it -->
<set name="undercover">99</set> <!-- undercover or uc -->
<set name="screenwrite">99</set> <!-- screenwrite or sw -->
<set name="consay">99</set> <!-- consay or con -->
<set name="maprotate">99</set> <!-- maprotae or mp -->
<set name="KAB">99</set> <!-- KAB -->
<set name="unbanplayer">100</set> <!-- unbanplayer or ubp -->
<set name="kabsay">99</set> <!-- KAB see a list of commands -->
<set name="heli">99</set> <!-- heli -->

<!-- Settings to add your ban appeal web site to the ban file -->
</settings>
<settings name ="website">
<set name = "website_text">www.yourwebsite.com</set>
</settings>

</configuration>
Gen Stranger
Stranger-KAB

masonjar
Registered
Posts: 2
Joined: 16 Sep 2018 02:27
5
Contact:

Re: B3 plugins

Post by masonjar »

Here's some additional plugins I use. There may be some that may already be somehow inclusive with cod4x but I'll post them here regardless.
Attachments
chatlogger.zip
Creates a log file in your b3 folder with all the in-game chat messages.
(4.92 KiB) Downloaded 554 times
chatlogger.zip
Creates a log file in your b3 folder with all the in-game chat messages.
(4.92 KiB) Downloaded 554 times
Chat plugin.zip
You can create trigger words for server to display a message. For example, you can edit the config file so if someone types "discord", the server will display your group's discord link.
(2.66 KiB) Downloaded 554 times
Chat plugin.zip
You can create trigger words for server to display a message. For example, you can edit the config file so if someone types "discord", the server will display your group's discord link.
(2.66 KiB) Downloaded 554 times
aimbotdectector.zip
Automatically recognizes any fishy behavior, such as multiple head-shots in a row.
(6.07 KiB) Downloaded 577 times
aimbotdectector.zip
Automatically recognizes any fishy behavior, such as multiple head-shots in a row.
(6.07 KiB) Downloaded 577 times

masonjar
Registered
Posts: 2
Joined: 16 Sep 2018 02:27
5
Contact:

Re: B3 plugins

Post by masonjar »

Here's another one.
Attachments
killing sprees.zip
Server displays a public message when some is on a killing spree. It can be edited to change when the server displays the message.
(3.05 KiB) Downloaded 590 times
killing sprees.zip
Server displays a public message when some is on a killing spree. It can be edited to change when the server displays the message.
(3.05 KiB) Downloaded 590 times
User avatar

Topic author
Gen Stranger
KAB Administrator
Posts: 363
Joined: 19 Jan 2004 18:28
20
Contact:

Re: B3 plugins

Post by Gen Stranger »

Thank you for sharing what you have especially since the BigBrother (b3) web site is no longer around to get them.
Gen Stranger
Stranger-KAB

warlock99
Registered
Posts: 28
Joined: 11 Nov 2018 11:54
5
Contact:

Re: B3 plugins

Post by warlock99 »

Follow Plugin

Sometimes we have suspicions of players cheating, but the evidence is not clear enough because new hack software has hotkey to turn on/off hack without closing the game. In this case we add the user to this 'follow list'. So next time the player connect, if and admin/mod is connected, he's warned about the situation of the player, so he can spect him/her.

Every time a followed player is connected a PM is sent to connected admins/mod:

Quote
WARNING: [@player_id] UnnamedPlayer is under suspicion of cheating

This message is also sent when the admin connects and there is already a followed player connected.

It also comes with some commands:
follow (ff) - to add a player to the list
unfollow (uf) - to remove the player
listfollow (lif) - to list all followed players
checkfollow (ckf) - to list currently connected followed players
syncfollow - to force a resync of connected players (just in case something was wrong Wink )

If the player is banned, is automatically removed from the list.

This plugin requires to create a new table, the structure is included in the 'following.sql' file.
Attachments
follow.rar
(5.95 KiB) Downloaded 524 times
follow.rar
(5.95 KiB) Downloaded 524 times

warlock99
Registered
Posts: 28
Joined: 11 Nov 2018 11:54
5
Contact:

Re: B3 plugins

Post by warlock99 »

Teamchat Plugin

When other players from other team talks about suspecting someone is hacking in your team by team chat, you cant see the chat because they are using team chat. So this plugin comes in handy to see the team chat and take action to verify a hacker in your team. This plugin also comes in handy if someone talks bullshit about you or other admins by team chat
Attachments
teamchat.rar
(823 Bytes) Downloaded 553 times
teamchat.rar
(823 Bytes) Downloaded 553 times

warlock99
Registered
Posts: 28
Joined: 11 Nov 2018 11:54
5
Contact:

Re: B3 plugins

Post by warlock99 »

Plugin Discord

This is a simple plugin for B3 Bot that will display kick, bans, and temp bans on your discord.

You will need a discord webhook for the server, more info found in here:- https://support.discordapp.com/hc/en-us ... o-Webhooks
Attachments
b3-plugin-discord-master.zip
(6.13 KiB) Downloaded 596 times
b3-plugin-discord-master.zip
(6.13 KiB) Downloaded 596 times

warlock99
Registered
Posts: 28
Joined: 11 Nov 2018 11:54
5
Contact:

Re: B3 plugins

Post by warlock99 »

Plugin AlterAdmin

Features:

All !fpsboost !fboost Toggles a fps boost for the client​
All !no !n Votes against a running vote​
All !toadmins !ta <message> - Message to broadcast to online admins.​
All !yes !y Votes with a running vote​
user !damage !dmg Enabled/disable damage statistics. (always self)​
user !gametypelist !gtlist Return a list of available gametypes on this server​
user !ignore !block <action(add/remove)> <name> to ignore block private messages from that player​
user !lastmap !prevmap Return last x amount of maps that the server changed to​
user !maplist !mlist Return a list of available maps on this server​
user !modlist !mdlist Return a list of available mods on this server​
user !mostplayed View the x amount of players who have played the most​
user !pm <name> [<message>] - Private message a player.​
user !timeplayed <name> - lookup a player's playing time​
user !voteban !vb <name> [<reason>] - vote ban a player.​
user !votegametype !vg [<gametype>] - Gametype to vote on.​
user !votekick !vk <name> [<reason>] - vote kick a player.​
user !votemap !vm [<map>] - Map to vote on.​
user !votemod !vmd <name> - change to mod.​
user !voterestart !vr Vote to restart the match​
user !votestatus !vs Returns current vote status.​
mod !fastrestart Restart the current map.​
mod !gametype <game type> - Change to game type.​
mod !map <game type> - Change to game type.​
mod !maprestart Restart the current map.​
mod !teleport !tp <name> <target> - Teleport to first parameter, if second (target) parameter is given it wil teleport self​
admin !clientip !ip <name> - Find a player's ip​
admin !friendlyfire !ff <off/on/shared> Change friendly fire setting.​
admin !gravity Change the gravity setting.​
admin !hardcore <on/off> Change hardcore setting.​
admin !ipalias <name> - search players that have the same ip​
admin !jump !jmp <value> - the jump height setting.​
admin !killcam <on/off> Change killcam setting.​
admin !numlives <value> change the number on lives​
admin !reload Reloads config, maplist, gametypelist, modlist without restarting b3 completely​
admin !reset Respeed, gravity and timescale​
admin !roundlimit <value> change round limit​
admin !scorelimit <value> change score limit​
admin !spectate <off/team/free> Change spectate setting.​
admin !spectator !spec <name> - Switch a player to spectator mode. Default: self​
admin !speed <value> - speed setting.​
admin !teambalance !balance <name> - team balance players​
admin !teamswitch !ts <name> - Switch a player's team.​
admin !timelimit <value> change time limit​
admin !timescale !time <value> - the time scale setting.​
fulladmin !kill <name> - kill player.​
fulladmin !mod <mod/clear> - Change to mod.​
fulladmin !veto Veto (cancel) the current vote. also resets the cool down​
senioradmin !ipban <name> - Ban a player's ip​
senioradmin !xuid <name> - lookup a player's xuid​
superadmin !rcon [<command>] - Direct rcon command.​




Installation instructions​


1. Add the following to your b3.xml config file: <plugin name="alteradmin" config="@b3/extplugins/conf/alteradmin.xml"/>

2. Drag and drop the contents of the zip folder inside your B3 installation (correct folder structure should have at least the folders "plugins" and "extplugins")

3. Checkout alteradmin.xml in the subfolder called config located in the extplugins folder

4. If you are hosting mods, add the mods you may host in modlist.txt. Each mod should be listed on a separate line.

5. Add any maps you may host in maplist.txt. Each mod should be listed on a separate line.

6. Add any gametypes you may host in gametypelist.txt Each mod should be listed on a separate line.

Always check your b3 log to see if everything is running smooth.
Attachments
AlterAdmin.rar
(36.7 KiB) Downloaded 775 times
AlterAdmin.rar
(36.7 KiB) Downloaded 775 times
User avatar

Topic author
Gen Stranger
KAB Administrator
Posts: 363
Joined: 19 Jan 2004 18:28
20
Contact:

Re: B3 plugins

Post by Gen Stranger »

thanks warlock99
it's good to help others find b3 plugins
Gen Stranger
Stranger-KAB

warlock99
Registered
Posts: 28
Joined: 11 Nov 2018 11:54
5
Contact:

Re: B3 plugins

Post by warlock99 »

Gen Stranger wrote: 20 Nov 2018 09:49 thanks warlock99
it's good to help others find b3 plugins
I'm happy to help :)
Post Reply