NBot (Yaode owo): Difference between revisions
add date, and liitle info |
random code comment found in file. |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
| title1=NBot | | title1=NBot | ||
| name=NBot | | name=NBot | ||
| main_developers=Yaode_owo | | main_developers=[[Yaode_owo]] | ||
| other_contributors=Not Remember | | other_contributors=Not Remember | ||
| date_created=September 11th 2023 | | date_created=September 11th 2023 | ||
| currently_maintained=No | | currently_maintained=No | ||
| library= | | library=[[Mineflayer]] && [[node-minecraft-protocol]] | ||
| language=JavaScript | | language=[[JavaScript]] | ||
| prefixes=? | | prefixes=? | ||
}} | }} | ||
| Line 19: | Line 19: | ||
== Variant == | == Variant == | ||
=== NothingBot === | === NothingBot === | ||
Version: NBot v1 && 1.19.2. | |||
9/11/2023 (Date might be incorrect.) | 9/11/2023 (Date might be incorrect.) | ||
library was [[Mineflayer]]. | |||
Its the first bot I made, which means it was the first time I learned JavaScript. | Its the first bot I made, which means it was the first time I learned JavaScript. | ||
The bot structure was influenced by | The bot structure was influenced by [[Parker2991]]'s bot and [[Chipmunkbot]]. | ||
''Random code comment: "It so cool, so i wanna make one too."'' | |||
=== NopeCloopBot === | === NopeCloopBot === | ||
Version: NBot v2 && 1.19.2 | |||
4/26/2024 (Date might be incorrect.) | 4/26/2024 (Date might be incorrect.) | ||
The first bot was a mess for me at that time, so I decided to make a new one. | The first bot was a mess for me at that time, so I decided to make a new one. | ||
It has "cloop" in its name because it had a cloop core. | It has "cloop" in its name because it had a cloop core. | ||
Tried to make command output, but failed. | |||
Added a Campfire command. | Added a Campfire command. | ||
The bot structure was affected by ABot. | The bot structure was affected by [[ABot]]. | ||
''Random code comment: "HAha, i have the bestest cloop core."'' | |||
=== NullBot === | === NullBot === | ||
Version: NBot v3 && 1.19.2 | |||
6/6/2024 (Date might be incorrect.) | 6/6/2024 (Date might be incorrect.) | ||
library change to [[node-minecraft-protocol]]. | |||
Command output made at this time. it changes almost every bot, dont you think so? | |||
The bot structure was finalized. | The bot structure was finalized. | ||
''Random code comment: "When i look nothingBot code, it looks ugly."'' | |||
=== NoneBot === | === NoneBot === | ||
Version: NBot v3.5 && 1.20.4 | |||
7/26/2024 | 7/26/2024 | ||
Its basically just NullBot. I can only guess I changed it just because I was bored. | Its basically just NullBot. I can only guess I changed it just because I was bored. | ||
Also, it was the first time I made a chat parser, which was very bad. | Also, it was the first time I made a chat parser, which was very bad. | ||
''Random code comment: "Im soo boooooorreeeeeed"'' | |||
=== NBot === | === NBot === | ||
Version: NBot v4 && 1.21.3 | |||
9/27/2024 | 9/27/2024 | ||
Wow, every part changed a lot. And core has auto-refill ''(It make me want to make chunk parser)''. | |||
I guess this one combines 4 NBots: it has a lot of commands like NothingBot, a better core than NopeCloopBot, almost the same file structure as NullBot, and a NoneBot chat parser, but much better. | I guess this one combines 4 NBots: it has a lot of commands like NothingBot, a better core than NopeCloopBot, almost the same file structure as NullBot, and a NoneBot chat parser, but much better. | ||
''Random code comment: "I must rewrite and make a big bot... wow this took me alot times."'' | |||
=== NilBot === | === NilBot === | ||
Version: NBot v4.1 && 1.21.8 | |||
2/16/2025 | 2/16/2025 | ||
It ends on 1/1/2026, but sometimes I still use it before OBot was created. | It ends on 1/1/2026, but sometimes I still use it before OBot was created. | ||
A better version of NBot. | A better version of NBot. | ||
''Random code comment: "What if i hadnt joined Kaboom? What would my life have been like?"'' | |||
[[Category:Bots]] | [[Category:Bots]] | ||
Latest revision as of 20:17, 4 August 2026
- Not to be confused with the NBot made by Neumatic that has been discontinued.
| Name | NBot |
|---|---|
| Main Developers | Yaode_owo |
| Other Contributors | Not Remember |
| Date Created | September 11th 2023 |
| Currently Maintained | No |
| Prefix | ? |
| Project Details | |
| Library | Mineflayer && node-minecraft-protocol |
| Language | JavaScript |
NBot is a bot made by Yaode_owo.
It has different variations. Unfortunately, I cant remember most of them.
Variant[edit]
NothingBot[edit]
Version: NBot v1 && 1.19.2.
9/11/2023 (Date might be incorrect.)
library was Mineflayer.
Its the first bot I made, which means it was the first time I learned JavaScript.
The bot structure was influenced by Parker2991's bot and Chipmunkbot.
Random code comment: "It so cool, so i wanna make one too."
NopeCloopBot[edit]
Version: NBot v2 && 1.19.2
4/26/2024 (Date might be incorrect.)
The first bot was a mess for me at that time, so I decided to make a new one.
It has "cloop" in its name because it had a cloop core.
Tried to make command output, but failed.
Added a Campfire command.
The bot structure was affected by ABot.
Random code comment: "HAha, i have the bestest cloop core."
NullBot[edit]
Version: NBot v3 && 1.19.2
6/6/2024 (Date might be incorrect.)
library change to node-minecraft-protocol.
Command output made at this time. it changes almost every bot, dont you think so?
The bot structure was finalized.
Random code comment: "When i look nothingBot code, it looks ugly."
NoneBot[edit]
Version: NBot v3.5 && 1.20.4
7/26/2024
Its basically just NullBot. I can only guess I changed it just because I was bored.
Also, it was the first time I made a chat parser, which was very bad.
Random code comment: "Im soo boooooorreeeeeed"
NBot[edit]
Version: NBot v4 && 1.21.3
9/27/2024
Wow, every part changed a lot. And core has auto-refill (It make me want to make chunk parser).
I guess this one combines 4 NBots: it has a lot of commands like NothingBot, a better core than NopeCloopBot, almost the same file structure as NullBot, and a NoneBot chat parser, but much better.
Random code comment: "I must rewrite and make a big bot... wow this took me alot times."
NilBot[edit]
Version: NBot v4.1 && 1.21.8
2/16/2025
It ends on 1/1/2026, but sometimes I still use it before OBot was created.
A better version of NBot.
Random code comment: "What if i hadnt joined Kaboom? What would my life have been like?"