TarCV / ZBot

Fork of BestBot (Messenger bot for starting and controlling Zandronum servers)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#BestBot

BestBot is an IRC bot written in Java. It provides an easy interface for hosting Zandronum (DOOM) servers straight from IRC, as well as allowing users to manage their hosted servers.

Originally developed for http://www.best-ever.org/ to help players host dedicated Zandronum servers on our machines, we've expanded our sights in order to allow other server hosts to have an easier time with managing and setting up servers.

##Features

  • Full registration/account system based on the IRC network's hostmasks
  • Very easy to start/stop your own servers
  • Players are able to save configured servers and load them at any time
  • Administrator as well as moderator types, allowing you to give trusted users the ability to moderate servers
  • Can grant hosters RCON (admin) of their own server automatically, if set in the options
  • Impose a custom server limit on each user (Default: 4)
  • Players can upload their own WAD/PK3 files to use for hosting
  • Players can upload their own configuration files, allowing the hoster to keep an easy persistent server configuration
  • Ability to auto-restart servers on crash

##Building BestBot

###With Gradle

You need JDK 15 to compile BestBot

  1. cd to the working directory
  2. type ./gradlew installDist (or assembleDist to produce archived versions)
  3. the bot should now be compiled!

##Configuration & Running

You need JRE 15 to run BestBot

  1. Edit bestbot.ini and fill in your desired settings
  2. Run the bot with java -jar BestBot.jar bestbot.ini

##Copyright

Copyright 2013 Best. Ever. Copyright 2021 TarCV

Licensed under the GNU General Public License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.gnu.org/licenses/gpl-2.0.html

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied. See the License for the specific language governing permissions and limitations under the License.

About

Fork of BestBot (Messenger bot for starting and controlling Zandronum servers)


Languages

Language:Java 99.8%Language:Kotlin 0.2%