Ask/Answer plugin

Status
This thread has been locked.

YoniThePanda21

Feedback score
0
Posts
4
Reactions
0
Resources
0
Soo, i run a modded server, and it gets a little bit out of hand when trying to answer 250 player's questions lol.

Basically, i would like a plugin where i can input a question a player may ask, and it would be answered for them the second they send the question to the chat.

So for Ex something like:

Question: Who do you think will win between the Owner and the Mod?
Words it recognizes in the sentence for the answer:
- Owner
- win
- think
- Moderator/Mod
Answer: Well, the owner does have a huge advantage, but he should most likely be able to take the W over the Moderator!

I want to be able to add simple questions and answers :) Add me on Discord

Yoni#3937
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ally

gσ∂∂єѕѕ σƒ мαтнѕ αη∂ мєℓσηѕ χσ
Supreme
Feedback score
37
Posts
2,043
Reactions
2,194
Resources
0
At the very minimum, you'd need a basic neural network (an AI) to parse a combination of keywords, spellings and phrases. Given that not everyone asks the same thing, it'd be a time consuming project even if for a small concept such as this.

That is, of course, if you want a plugin like this to be actually decent.
 

FraGioco9

Feedback score
1
Posts
37
Reactions
8
Resources
0
I can do this, send me a request FraGioco9#7698[DOUBLEPOST=1518950416][/DOUBLEPOST]Why is it funny? If the question contains some words, you send a message configurable in config, I think I can do it.....
 
Last edited:

Ally

gσ∂∂єѕѕ σƒ мαтнѕ αη∂ мєℓσηѕ χσ
Supreme
Feedback score
37
Posts
2,043
Reactions
2,194
Resources
0
I can do this, send me a request FraGioco9#7698[DOUBLEPOST=1518950416][/DOUBLEPOST]Why is it funny? If the question contains some words, you send a message configurable in config, I think I can do it.....
At the very minimum, you'd need a basic neural network (an AI) to parse a combination of keywords, spellings and phrases. Given that not everyone asks the same thing, it'd be a time consuming project even if for a small concept such as this.

That is, of course, if you want a plugin like this to be actually decent.
 

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0
I can do this, send me a request FraGioco9#7698[DOUBLEPOST=1518950416][/DOUBLEPOST]Why is it funny? If the question contains some words, you send a message configurable in config, I think I can do it.....
yeah, but what if someone says "owneer" instead of "owner", you would need to make the plugin learn those misspelt words and add them to the list of recognisable words. Or if you want spend ages adding every single word combination there could be.
 

FraGioco9

Feedback score
1
Posts
37
Reactions
8
Resources
0
yeah, but what if someone says "owneer" instead of "owner", you would need to make the plugin learn those misspelt words and add them to the list of recognisable words. Or if you want spend ages adding every single word combination there could be.
Didn’t think about that
 
Status
This thread has been locked.
Top