Jump to content

Advertizing Bots


centralwtf

Recommended Posts

Hello!

I have seen many server lately, have this cool feature that counts have many times the advertized a server in MH lobby. I was wondering if those were just the mineflayer bots, or something else?
If mineflayer, do any of You know how to make something like this haha?

Thanks for help ;3

  • Confused 1
Hello!
IGN✦ centralwtf
Gender★ he/him
==========================================

Owner★ Boxable, NetherBox, FishHype

 ==========================================

Joined★ 22.07.2019

Member -> VIP ★ 29.04.2020

 ==========================================

obraz_2021-04-08_103028.png.8fa96840c599c6ff81febf732163163f.png

 

 

Link to comment
Share on other sites

I can let you know that Versa Realms (formerly known as Elestra) is using a custom built bot that, I believe, will be publicly available soon. not 100% sure tho

If I have helped you out in your post or you liked what I posted, please upvote and react to my post! It helps me a lot!

Some Minehut Links:

Server Rules • Staff Applications • News & Updates • Reports • Appeals


Minehut: VIP (07/04/2021 --> Current)
Elestra/Versa Realms: Manager (12/04/2021 --> Current)

If you have any questions contact me!
My Discord: BanditEagle#2481
My Spigot Profile: https://www.spigotmc.org/members/banditeagle.935281/
My IGN: BanditEagle

Link to comment
Share on other sites

7 hours ago, centralwtf said:

Hello!

I have seen many server lately, have this cool feature that counts have many times the advertized a server in MH lobby. I was wondering if those were just the mineflayer bots, or something else?
If mineflayer, do any of You know how to make something like this haha?

Thanks for help ;3

Yeah, those bots are just mineflayer. The bots are made to read chat and send to a discord server, so Vixio can read the names and give the player rewards or increment a counter. I made one open source a few days ago (its pretty bad cause it was my first time using js for anything).

https://github.com/SuperOrca/minehutad

  • Like 2

 

like.gif.653e1b24da93a6ca10eaf5b04e7f0242.gif

Likes are appreciated ❤️

 

Username: SuperOrca

Discord: Link to Profile

Rank: [VIP]

Joined Minehut: August 10, 2017

Joined Forums: June 10, 2019

 

Experienced in Python, Java (mainly spigot), Javascript (node.js, basics of react.js), and Web Development. DM on discord me if you want a custom discord bot for your server (i'm bored).

Link to comment
Share on other sites

2 hours ago, SuperOrca said:

Yeah, those bots are just mineflayer. The bots are made to read chat and send to a discord server, so Vixio can read the names and give the player rewards or increment a counter. I made one open source a few days ago (its pretty bad cause it was my first time using js for anything).

https://github.com/SuperOrca/minehutad

Would You like to tell me how to start this? I would be greatful ❤️

Hello!
IGN✦ centralwtf
Gender★ he/him
==========================================

Owner★ Boxable, NetherBox, FishHype

 ==========================================

Joined★ 22.07.2019

Member -> VIP ★ 29.04.2020

 ==========================================

obraz_2021-04-08_103028.png.8fa96840c599c6ff81febf732163163f.png

 

 

Link to comment
Share on other sites

1 hour ago, centralwtf said:

Would You like to tell me how to start this? I would be greatful ❤️

Make sure you have node downloaded on your computer or wherever you are going to host the mineflayer bot. Then fill out the variables in lines 6-11 in the index.js with your values. Then to start it, in the terminal, type node index.js. But that code SuperOrca provided just sends the username of someone who advertised into a certain discord channel. So you would also have to setup a vixio bot that reads the names from that channel to then give rewards to. 

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

34 minutes ago, _Tarna_ said:

Make sure you have node downloaded on your computer or wherever you are going to host the mineflayer bot. Then fill out the variables in lines 6-11 in the index.js with your values. Then to start it, in the terminal, type node index.js. But that code SuperOrca provided just sends the username of someone who advertised into a certain discord channel. So you would also have to setup a vixio bot that reads the names from that channel to then give rewards to. 

When I do that it says "Uncaught SyntaxError: Unexpected identifier", do I place that in Node.js application? Or i undestand something wrong sorry ;c

Hello!
IGN✦ centralwtf
Gender★ he/him
==========================================

Owner★ Boxable, NetherBox, FishHype

 ==========================================

Joined★ 22.07.2019

Member -> VIP ★ 29.04.2020

 ==========================================

obraz_2021-04-08_103028.png.8fa96840c599c6ff81febf732163163f.png

 

 

Link to comment
Share on other sites

2 hours ago, centralwtf said:

When I do that it says "Uncaught SyntaxError: Unexpected identifier", do I place that in Node.js application? Or i undestand something wrong sorry ;c

Can you show me the full error? I didn't make that code so I'm not sure if that 100% works. Also if you do have Discord, it would be better and easier to help with this through there cause we may be going back and forth for a while and its easier on Discord. 

  • Like 1

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

4 hours ago, centralwtf said:

When I do that it says "Uncaught SyntaxError: Unexpected identifier", do I place that in Node.js application? Or i undestand something wrong sorry ;c

If you downloaded the code directly from my GitHub all you have to run is npm i to install the packages required in your terminal in your directory. If you only downloaded the index.js, run the command npm i discord.js mineflayer (chunky modules might take a sec) in terminal in your directory.

  • Like 2

 

like.gif.653e1b24da93a6ca10eaf5b04e7f0242.gif

Likes are appreciated ❤️

 

Username: SuperOrca

Discord: Link to Profile

Rank: [VIP]

Joined Minehut: August 10, 2017

Joined Forums: June 10, 2019

 

Experienced in Python, Java (mainly spigot), Javascript (node.js, basics of react.js), and Web Development. DM on discord me if you want a custom discord bot for your server (i'm bored).

Link to comment
Share on other sites

On 4/28/2021 at 8:04 PM, Tarnerd said:

Make sure you have node downloaded on your computer or wherever you are going to host the mineflayer bot. Then fill out the variables in lines 6-11 in the index.js with your values. Then to start it, in the terminal, type node index.js. But that code SuperOrca provided just sends the username of someone who advertised into a certain discord channel. So you would also have to setup a vixio bot that reads the names from that channel to then give rewards to. 

Hey! I know that this tread is a little bit old, but could You link me a tutorial of how to set up the vixio bot, or something that might help me doing that? I already have a bot on server that sends info to discord channel.
Thank You!

Hello!
IGN✦ centralwtf
Gender★ he/him
==========================================

Owner★ Boxable, NetherBox, FishHype

 ==========================================

Joined★ 22.07.2019

Member -> VIP ★ 29.04.2020

 ==========================================

obraz_2021-04-08_103028.png.8fa96840c599c6ff81febf732163163f.png

 

 

Link to comment
Share on other sites

17 minutes ago, centralwtf said:

Hey! I know that this tread is a little bit old, but could You link me a tutorial of how to set up the vixio bot, or something that might help me doing that? I already have a bot on server that sends info to discord channel.
Thank You!

Here is a tutorial on SkriptHub that shows you how to set one up

https://skripthub.net/tutorials/16

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...