|
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 |
17 | 2 |
|
18 | 3 | ## About The Project
|
19 | 4 |
|
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 |
21 | 6 | and one config file.
|
22 | 7 |
|
23 |
| -This Project also Need to be ops in minecraft server\. |
| 8 | +This Project also Need to be ops in minecraft server. |
24 | 9 |
|
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. |
29 | 15 |
|
30 | 16 | ## 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). |
41 | 27 |
|
42 | 28 |
|
43 | 29 |
|
@@ -75,36 +61,32 @@ Do all thing step by step
|
75 | 61 | mineboty();
|
76 | 62 | //This much only now make file with name config.json
|
77 | 63 | ```
|
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` |
79 | 67 | ```JSON
|
80 | 68 | {
|
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", |
87 | 70 | }
|
88 | 71 | ```
|
89 | 72 |
|
90 | 73 | ## 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. |
98 | 80 |
|
99 | 81 | ## Usage
|
100 | 82 | 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
|
101 | 83 |
|
102 | 84 | ## This project is here by Team IC
|
103 | 85 | A small group of people who want to put their best in all sort of coding related stuff!
|
104 | 86 |
|
105 |
| -- Team IC - [Join Discord](https://discord.teamic.xyz) |
| 87 | +- Team IC - [Join Discord](https://discord.gg/GkEbWFVyWm) |
106 | 88 |
|
107 |
| -- Team Ic - [website](https://team-ic.xyz/) |
| 89 | +- Mineboty Dashboard - [website](https://mineboty.teamic.tech/) |
108 | 90 |
|
109 | 91 | - YouTube - [CodingIndia](https://www.youtube.com/@codingindia)
|
110 | 92 |
|
0 commit comments