Skip to content

Commit decf1f9

Browse files
authored
Update README.md
1 parent 6026ee0 commit decf1f9

File tree

1 file changed

+30
-48
lines changed

1 file changed

+30
-48
lines changed

README.md

+30-48
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,29 @@
1-
<p align="center">
2-
<a href="https://mineboty.teamic.xyz">
3-
<img src="https://media.discordapp.net/attachments/1134455968156106762/1174245808326058066/bc206fbd-1b47-4056-aeee-080523b3c90d.png?ex=6566e4a1&is=65546fa1&hm=34a0426a2f46876e30db7e1544ec92731624460291007e269f47f804a3b7e345&=&width=375&height=210" alt="mineboty" width="100" height="100">
4-
</a>
5-
6-
<h3 align="center">Mineboty</h3>
7-
8-
9-
<a href="https://discord.gg/59gKR4zbtF">
10-
<img align="center" src="https://media.discordapp.net/attachments/1152257911033168042/1171351266149015592/standard_1.gif" alt="mineboty" width="585" height="75">
11-
</a>
12-
13-
14-
15-
16-
1+
# Mineboty
172

183
## About The Project
194

20-
This is a project That helps you to make minecraft bot in 2 lines
5+
This is a project that helps you to make minecraft bot in 2 lines
216
and one config file.
227

23-
This Project also Need to be ops in minecraft server\.
8+
This Project also Need to be ops in minecraft server.
249

25-
* It is easy to use
26-
* Easy to make
27-
* Easy to run
28-
* and coming some more cmds soon
10+
* It is easy to use.
11+
* Easy to make.
12+
* Easy to run.
13+
* Custom Cmds.
14+
* and coming some more cmds soon.
2915

3016
## Minecraft Bot Cmds
31-
1. fight me (To do pvp with cmd given person)
32-
2. guard (to guard the place)
33-
3. sleep (if it have bed in his neary it will sleep)
34-
4. wakeup (to make it wakeup from sleep)
35-
5. stop (to stop guard and pvp)
36-
6. about (info about mineboty)
37-
7. come (bot will find you in radius of 5 and come to you or to you last loaction)
38-
8. addcmd (Create the custom commands)
39-
9. delcmd (Delete your custom commands)
40-
10. listcmd (List all the custom commands)
17+
1. fight me (To do pvp with cmd given person).
18+
2. guard (to guard the place).
19+
3. sleep (if it have bed in his neary it will sleep).
20+
4. wakeup (to make it wakeup from sleep).
21+
5. stop (to stop guard and pvp).
22+
6. about (info about mineboty).
23+
7. come (bot will find you in radius of 5 and come to you or to you last loaction).
24+
8. addcmd (Create the custom commands).
25+
9. delcmd (Delete your custom commands).
26+
10. listcmd (List all the custom commands).
4127

4228

4329

@@ -75,36 +61,32 @@ Do all thing step by step
7561
mineboty();
7662
//This much only now make file with name config.json
7763
```
78-
4. Make file naming `config.json` (should be correct name)
64+
4. Now go to Dashboard and configure the things at https://mineboty.teamic.tech/
65+
66+
5. Make file naming `config.json`
7967
```JSON
8068
{
81-
"username": "mineboty",
82-
"ip": "in-1.rudracloud.com",
83-
"port": "1510",
84-
"password": "",
85-
"loginmsg": "kartik",
86-
"_comment": "Loginmsg is used to make login the bot"
69+
"token" : "your_token",
8770
}
8871
```
8972

9073
## What's New
91-
1. Added 1.20 support.
92-
2. Fixed some Bug's
93-
3. Working more Fast
94-
4. Added Some New commands
95-
5. Removed Random Username
96-
6. Can work with cracked/non-Cracked both
97-
7. Added Custom Commands
74+
1. Added 1.21 support.
75+
2. Fixed Bug's.
76+
3. Added Dashboard support.
77+
4. Now config.json only need token to fetch the data.
78+
5. All the config.json things are moved on dashboard to make it easier to use.
79+
6. New code of integration and structure.
9880

9981
## Usage
10082
This package will help you to make your minecraft bot. And it will Helps you to practice pvp, it will protect your place by using guard cmd
10183

10284
## This project is here by Team IC
10385
A small group of people who want to put their best in all sort of coding related stuff!
10486

105-
- Team IC - [Join Discord](https://discord.teamic.xyz)
87+
- Team IC - [Join Discord](https://discord.gg/GkEbWFVyWm)
10688

107-
- Team Ic - [website](https://team-ic.xyz/)
89+
- Mineboty Dashboard - [website](https://mineboty.teamic.tech/)
10890

10991
- YouTube - [CodingIndia](https://www.youtube.com/@codingindia)
11092

0 commit comments

Comments
 (0)