Skip to content

Zitrone30/.22-reborn-temp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


.22 Reborn — Anarchy Utility Bot for Minecraft

Node.js Mineflayer License

Server Status (for play.6b6t.org - last 24h):

Uptime Response Time Health

Credits to ryk_cbaool for part of the code.

.22 is a feature-rich Mineflayer bot designed for chaotic Minecraft servers like 6b6t.org. It offers server stats, utilities, fun commands, and admin tools — all while avoiding coordinate leaks.


Quick Links


Features

  • Real-time server stats: TPS, player joins/quits, uptime, ping
  • Utilities: polls, love meter, 8-ball, roll, flip
  • Event tracking: chat cooldowns, kill/death stats
  • Admin commands: whitelist management, remote execution
  • Zero coordinate usage for safe base operation

Installation

git clone https://github.com/Damix-hash/.22.git
cd .22
npm install

Usage

  1. Setup your .env file:
  • Create a file named ".env" in the same folder as the bot

  • Put following into the file and replace placeholders

WHITELIST=user1,user2,user3,etc
SUPERUSER=user1,user2,user3,etc
MC_PASSWORD=mc_yourpasswordhere
STORAGE_REPO_TOKEN=ghp_yourtokenhere
MAIN_REPO_PAT=ghp_yourtokenhere

WARNING, Never share your .env file and always make sure it is inside of .gitignore

More about P.A.T (Personal Access Token) on github read here. You also need to initiate your own project path for archiving data, or just code your own

For STORAGE_REPO_TOKEN pick REPO only, for MAIN_REPO_PAT pick REPO and WORKFLOW

  1. Create an private repo for your storage system.

  2. Start the bot:

node index.js
  1. The bot connects by default to eu.6b6t.org (changeable in index.js).

Commands

Public Commands

Prefix: -

Command Description
help Show paginated commands list
topkills Display top kill counts
uptime Show bot uptime
deaths Show death count
health Show bot health status
restart Shows when server will restart in seconds
love Love compatibility meter
rate Random rating of player/item
stfu Send playful “shut up” message
screen Capture bot’s screen (if supported)
8ball Magic 8-ball answers
roll Roll a random number
flip Coin flip
choose Pick randomly from choices
playerlist List online players
tps Show server TPS
kd Kill/death ratio
quote Show random saved quote
paranoia Paranoia rating
stats Show server/player stats
weather Minecraft weather status
time Minecraft world time
count Counting game
ping Show players ping
playerjoins Show join count
playerquits Show quit count
avgping Show average ping
longestcd Longest chat cooldown recorded
discord Share Discord invite

Admin Commands

Whitelisted users only

Command Description
debug Output various debug info
run Execute a command remotely
say Make bot say a message (non-command)
welcomer Toggle join/quit greetings
tempwl Temporarily whitelist a player
remwl Remove a player from temp whitelist
timeout DEBUGGING, Removes keep_alive packet, restarting the bot

Contributing

  1. Fork the repository
  2. Create a branch: git checkout -b feature-name
  3. Commit changes: git commit -m "Add feature"
  4. Push: git push origin feature-name
  5. Open a Pull Request

License

MIT License — see LICENSE file.


Star & Support

GitHub stars GitHub forks GitHub issues

About

Reborn project of .22 Anarchy bot!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%