n1sshu / cod4x_chatbot_admintool

Ingame Administration Tool for CoD4X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatbot - Ingame Administration Tool for CoD4X

Overview

Chatbot is an ingame administration tool for CoD4X servers that allows server admins to easily maintain there server through the chat.
Players can also invoke commands to retrieve certain informations.

Features

Core Features:

  • Information about players are store in a MySQL database
  • Admins can retrieve this informations through the chat and punish misbehaving players, even when they are offline
  • Admins are separated into groups so the head admin can limit their power
  • Define advertisement messages or rules within the config file and they are spammed to the server every now and then

Admins Commands:

  • Warn, Kick, Tempban, Permban, IPban misbehaving players
  • Remove Warnings and unban players
  • Display previous punishments and warnings of a player
  • Check old aliases of a player
  • Check when a player was last online
  • Change map
  • Execute Rcon commands
  • Add players to admin groups or remove them
  • Send a PM to a player
  • Screenshot a player to check for active hacks

Normal Player Commands:

  • Display all online admins
  • Find out your CoD4X (G)UID
  • Display the server rules

Installation

Install cod4x and add the required plugins to it.
Copy the files within the example mod folder to your mod folder
Create a new mysql database and import the empty example file from 'chatbot\config\mysql'.

In case you run a mod with modified '_globallogic.gsc' and/or '_callbacksetup.gsc' then compare the files and add the 'chatbot' parts to your source.

Configuration

Add the dvars from 'codserver.cfg' to your server config file and change them to allow the server to connect to the database.
Also modify the config files found in 'chatbot\config' as you desire.
Start your server.

The first player using the iamgod command will receive the master admin level! **It's recommended to setup a server password until the role is taken.

Support

For bug reports and issues, please visit the "Issues" tab at the top.
First look through the issues, maybe your problem has already been reported.
If not, feel free to open a new issue.

Keep in mind that we only support the current state of the repository - older versions are not supported anymore!

However, for any kind of question, feel free to visit our discord server at https://discord.gg/wDV8Eeu!

Credits:

MySQL Plugin for CoD4X by T-Maxxx: https://github.com/callofduty4x/mysql

About

Ingame Administration Tool for CoD4X


Languages

Language:C 61.8%Language:C++ 25.5%Language:GSC 12.2%Language:Pascal 0.3%Language:Makefile 0.1%