Senither / hypixel-discord-chat-bridge

A two-way chat bridge between Hypixel guild chat and Discord.
MIT License
29 stars 118 forks source link

Ingame Commands #30

Open Ozymandog opened 3 years ago

Ozymandog commented 3 years ago

I'm new to github so sorry if I'm not formatting this correctly but, I downloaded and am using this program as a discord to hypixel guild chat bridge for my guild and its all working how its supposed to except for the in-game commands. I can do the !ping thing but when I try to do the !skills or !weight they don't work where just nothing shows up. If you need screenshots I can send some just let me know how I can help you help me. Thanks.

Ozymandog commented 3 years ago

the guild lobby command isnt working either

itsneyoa commented 3 years ago

As stated in #29 there are only the ping and guildlobby commands implemented at the moment. Ping will whisper whoever used the command Pong! and guildlobby will whisper the lobbyHolder user set in the config ?tw <username>.

Ozymandog commented 3 years ago

oh okay thank you!

Ozymandog commented 3 years ago

?tw (put username here) didn't work for guildlobby command

itsneyoa commented 3 years ago

!guildlobby will get the lobbyHolder account from the config.json file (It's missing from the Docker configuration at the moment, I'll fix soon) and run /w <lobbyHolder> ?tw <username> on Hypixel, with lobbyHolder being replaced with the value from the config and username replaced with the user who typed !guildlobby into guild chat. If the user defined in config isn't getting the DM from the bot I would guess it's due to Hypixel's DM privacy setting being on strict mode so the bot would receive a message saying You cannot message that player.. That being said the guildLobby command is useless unless you have a second bot account setup to receive and act upon messages following the ?tw format, so chances are you don't need to worry about it doing nothing.

32 if you're using docker 👍

Ozymandog commented 3 years ago

oh okay. Thank you for your help!

Ozymandog commented 3 years ago

one more question, what does tw mean?

itsneyoa commented 3 years ago

There's a bot that responds to whispers in the format of ?tw <username>, which then makes the bot invite the user with the given username, and warp them into a private lobby for solo mining/splashes instances. I'm assuming it's try warp or something similar.

Ozymandog commented 3 years ago

:o thank you!