Starbot: Difference between revisions

From Kaboom Wiki
>Koshchki124
Update currently maintained field
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<br />{{Bot InfoboxTemplate
{{Bot InfoboxTemplate
 
   | title1=Starbot
   | title1=Starbot
   | caption1=Starbot
   | caption1=Starbot
   | name=Starbot
   | name=Starbot
  | main_developers=[[MadelynWith5Ns]]
  | date_created=Early summer 2020
  | currently_maintained=No
  | library=BotKit (aka [[node-minecraft-protocol]]))
  | language=[[JavaScript]]
}}'''Starbot''' was a bot for the kaboom server written in JavaScript using BotKit, heavily inspired by [[HBot]] and [[RecycleBot]].
It followed a rolling release cycle with frequent resets in the name of <s>performance, security, or other changes</s> TFTWPhoenix getting bored.
The Starbot prefix used to be '\' before it became '$' and then was rather recently changed to 'sb!'


  | main_developers=TFTWPhoenix
Starbot has had source-available releases, namely V6, OpenStarbot and LibreStarbot, however the main project remains proprietary.
 
  | other_contributors=None (however bot is heavily inspired by HBot and Recyclebot)


  | date_created=Early Summer 2020
Starbot used to feature a locking system, however that has since been removed.


  | currently_maintained=No
Instead of a typical integer-based permission system Starbot uses permission nodes such as general.help.


  | library=BotKit
==BotKit==
 
  | language=JavaScript
 
}}Starbot was a bot for the kaboom server written in JavaScript using BotKit.
It follows a rolling release cycle with frequent resets in the name of <s>performance, security, or other changes</s> TFTWPhoenix getting bored.
The Starbot prefix used to be '\' before it became '$' and then was rather recently changed to 'sb!'
Starbot has had a few opensource versions namely V4, OpenStarbot, and LibreStarbot but the main project remains closed source.
Starbot used to feature a lock command however that has since been removed. Instead of a typical integer permission system Starbot now uses permission nodes such as general.help.


'''BotKit''' is a library for creating Minecraft bots developed by MadelynWith5Ns for use in Starbot. It is built on top of node-minecraft-protocol.


It features a minimalist design, leaving most specialization up to the bot author.


The developer of Starbot is TFTWPhoenix however Starbot has taken inspiration from many other bots such as [[HBot]] and [[RecycleBot]].
[[Category:Bots]]
[[Category:Bots]]
[[Category:Inactive]]

Latest revision as of 06:14, 12 August 2026

Starbot
NameStarbot
Main DevelopersMadelynWith5Ns
Date CreatedEarly summer 2020
Currently MaintainedNo
Project Details
LibraryBotKit (aka node-minecraft-protocol))
LanguageJavaScript

Starbot was a bot for the kaboom server written in JavaScript using BotKit, heavily inspired by HBot and RecycleBot.

It followed a rolling release cycle with frequent resets in the name of performance, security, or other changes TFTWPhoenix getting bored. The Starbot prefix used to be '\' before it became '$' and then was rather recently changed to 'sb!'

Starbot has had source-available releases, namely V6, OpenStarbot and LibreStarbot, however the main project remains proprietary.

Starbot used to feature a locking system, however that has since been removed.

Instead of a typical integer-based permission system Starbot uses permission nodes such as general.help.

BotKit[edit]

BotKit is a library for creating Minecraft bots developed by MadelynWith5Ns for use in Starbot. It is built on top of node-minecraft-protocol.

It features a minimalist design, leaving most specialization up to the bot author.