NitoriBot: Difference between revisions

From Kaboom Wiki
No edit summary
m Add source code url
 
(9 intermediate revisions by 2 users not shown)
Line 14: Line 14:
currently_maintained=yes
currently_maintained=yes
|
|
library=[[node-minecraft-protocol]]
library=[[node-minecraft-protocol]] ([[MCProtocolLib]] for v9.x)
|
language=[[Node.js]] ([[Java]] for v9.x)
|
source_code=[https://code.chipmunk.land/Parker2991/NitoriBot code.chipmunk.land]
|
|
language=[[Node.js]]


}}
}}
Line 26: Line 29:
==History==
==History==


Versions before v7 featured numerous contributions from other people, but in the beginning of v7's development cycle Parker2991 decided to attempt to write it with as little outside help as possible, and he succeeded.
Versions before v7 featured numerous contributions from other people, but in the beginning of v7's development cycle Parker2991 decided to attempt to write it with as little outside help as possible, and he was successful in his efforts.


===Naming===
===Naming===
Line 37: Line 40:
# BoyfriendBot
# BoyfriendBot


Eventually, Parker2991 would settle on using FNFBoyfriendBot until v9.0.0, where it was renamed to NitoriBot in light of his newfound enjoyment of the[https://en.wikipedia.org/wiki/Touhou%20Project Touhou Project]. Additionally, the Touhou character it is named after enjoys tinkering with technology, and is one of Parker2991's favorite Touhou characters).
Eventually, Parker2991 would settle on using FNFBoyfriendBot until v9.0.0, where it was renamed to NitoriBot in light of his newfound enjoyment of the [https://en.wikipedia.org/wiki/Touhou%20Project Touhou Project]. Additionally, the Touhou character it is named after enjoys tinkering with technology, and is one of Parker2991's favorite Touhou characters).
 
===Development===
 
====v9====
 
v9's development cycle stood out, as Parker2991 attempted to rewrite it in 2 separate programming language. He attempted to rewrite it in TypeScript 5 to 6 times, however decided to throw his work out and instead is now focusing on rewriting it in Java.
 
====v4====
 
During the development of the v4.x series, several revisions of the source code were lost due to _yfd doxxing an admin of [[AMCForum]] who provided the hosting for the bot.
 
Parker2991 attempted to warn the administrators of AMCForum that adding an IRC bridge to the Discord server could lead to doxxing, however his warnings fell on deaf ears.
 
He was blamed for the doxxing, and as such he lost access to AMCForum's hosting, along with revisions v4.0.1-v4.1.9.
 
[[cxvqo]] is apparently attempting to rekindle this drama as he apparently has created an account on AMCForum, but their alias is unknown at this time.
 
===Versioning===
 
Parker2991 creates a major release of the bot whenever he feels it's ready, which is usually every few months during active development.


v9.0.0's development cycle is kinda weird, because Parker2991 tried rewriting it several times in 2 programming languages. during the development he tried rewriting it in TypeScript 5 to 6 times and it didnt feel right, and now its being rewrote in Java.
The minor version is incremented every time an additional feature is added, and the patch version is incremented every time a bug is fixed.


during the development of v4.x series, several versions were lost due to _yfd doxing one of the admins of amcforum in irc where the bot was being hosted at the time. Parker2991 tried to warn them that it making a irc bot for NitoriBot's discord would lead to doxing but the people of the forum kept asking to add irc and didnt listen which caused Parker to get the blame as such the following versions were lost because the repo was deleted: v4.0.1 all the way to v4.1.9.
====Codenames====


==Development Cycle==
Codenames remain for all versions of a major release. The codename for the current stable release, v8.x, is Reignite. The codename for the upcoming v9.x will be "Night of Nights".
the bot has a development every few months for major releases though v8 took almost a year, the version system goes with the following


v1.2.3-<codename>
==Known bugs==
increment the 1 for every major release
The current bugs within the bot is mainly memory leaks causing memory to skyrocket to 2 gigs, due to the current codebase being 2 to almost 3 years old.
increment the 2 for everytime a feature is added
increment the 3 for every bug fix


for the codename though that stays with the major version even if there is bug fixes or features added. the current codename is Reignite which is v8.x while the next major release "Night of Nights" is v9.x. though v9.x is a complete rewrite of the bot in Java/MCProtocolLib
[[Category:Bots]]
[[Category:Bots]]

Latest revision as of 08:04, 3 August 2026

NitoriBot
NameNitoriBot
Main DevelopersParker2991
Other Contributors_ChipMC_ (v3.0.9 - v4.0.0), chayapak (v4.0.0-alpha - 4.0.0), _yfd (v4.2.3), aaa/ImFloriz (v6.0.3), PloatnO (v6.0.x), TurtleKid (v6.0.x)
Date CreatedNovember 22, 2022
Currently Maintainedyes
Program Details
Librarynode-minecraft-protocol (MCProtocolLib for v9.x)
LanguageNode.js (Java for v9.x)
Source Codecode.chipmunk.land

NitoriBot is a Kaboom/Savage Friends bot made by Parker2991. It might be the oldest still maintained node-minecraft-protocol bot.

It was originally written for fun but it was gradually maintained more and more, it was originally designed for Ayunboom before Creayun but development paused, until the developer recalled Chipmunk telling him about Kaboom.

History

Versions before v7 featured numerous contributions from other people, but in the beginning of v7's development cycle Parker2991 decided to attempt to write it with as little outside help as possible, and he was successful in his efforts.

Naming

A lot of names were considered in pre-release versions:

  1. ParkerBot
  2. DemonBot
  3. WoomyBot
  4. BoyfriendBot

Eventually, Parker2991 would settle on using FNFBoyfriendBot until v9.0.0, where it was renamed to NitoriBot in light of his newfound enjoyment of the Touhou Project. Additionally, the Touhou character it is named after enjoys tinkering with technology, and is one of Parker2991's favorite Touhou characters).

Development

v9

v9's development cycle stood out, as Parker2991 attempted to rewrite it in 2 separate programming language. He attempted to rewrite it in TypeScript 5 to 6 times, however decided to throw his work out and instead is now focusing on rewriting it in Java.

v4

During the development of the v4.x series, several revisions of the source code were lost due to _yfd doxxing an admin of AMCForum who provided the hosting for the bot.

Parker2991 attempted to warn the administrators of AMCForum that adding an IRC bridge to the Discord server could lead to doxxing, however his warnings fell on deaf ears.

He was blamed for the doxxing, and as such he lost access to AMCForum's hosting, along with revisions v4.0.1-v4.1.9.

cxvqo is apparently attempting to rekindle this drama as he apparently has created an account on AMCForum, but their alias is unknown at this time.

Versioning

Parker2991 creates a major release of the bot whenever he feels it's ready, which is usually every few months during active development.

The minor version is incremented every time an additional feature is added, and the patch version is incremented every time a bug is fixed.

Codenames

Codenames remain for all versions of a major release. The codename for the current stable release, v8.x, is Reignite. The codename for the upcoming v9.x will be "Night of Nights".

Known bugs

The current bugs within the bot is mainly memory leaks causing memory to skyrocket to 2 gigs, due to the current codebase being 2 to almost 3 years old.