Jump to content
Message added by Mercury,

Help is needed? Do you have a question or suggestion?

Join my Discord to get in touch: https://discord.gg/YeFtJnnFeW

8 Screenshots

  • 60k
  • 650
  • 180.42 kB

Recommended Comments



Mercury

Posted

6 hours ago, DeltaEremita said:

aaaaa.png

In the configuration of each of my IQ plugins there is a link with IQ Chat and its support, you just need to enable it and configure it for you, in addition - if you want to use IQCHAT support in other plugins - you can ask the developer to add it, my plugin has all the necessary APIs 🙂

Dave

Posted

Can you add a feature/permission to change the size of names and text in chat? On a sliding scale. Config for min and max. That would allow VIPs to be a bit more unique and stand out (as annoying as bigger text is). I don't like the idea of setting a set size per permission, not everyone would want that.

Mercury

Posted

48 minutes ago, Dave said:

Can you add a feature/permission to change the size of names and text in chat? On a sliding scale. Config for min and max. That would allow VIPs to be a bit more unique and stand out (as annoying as bigger text is). I don't like the idea of setting a set size per permission, not everyone would want that.

You can create nickname sizes and messages by privilege, this is already in the configuration

COSMO

Posted

What is the permission iqchat.bigboy for?

Mercury

Posted

34 minutes ago, COSMO said:

What is the permission iqchat.bigboy for?

According to the standard, it is used for an enlarged nickname/message of the player, you can change it, delete it or add your own

  • Like 1
COSMO

Posted

So im trying to get the translation to work. I've got a yandex key. instead of translating the message when a client is on another language the message does not not show at all for that person in chat. Not even the original text. Is this a problem with yandex? What service are you guys using with translationapi? 

Dave

Posted

On 5/30/2024 at 8:17 PM, Mercury said:

You can create nickname sizes and messages by privilege, this is already in the configuration

Can a player then select a size? Or is it that whatever permission is set for that size and assigned to that group, they are stuck with that size?

COSMO

Posted

40 minutes ago, Dave said:

Can a player then select a size? Or is it that whatever permission is set for that size and assigned to that group, they are stuck with that size?

You set the size for the permission bigboy in the config. Grant that permission for size difference

Mercury

Posted

14 hours ago, Dave said:

Can a player then select a size? Or is it that whatever permission is set for that size and assigned to that group, they are stuck with that size?

They can't choose the size, it's set automatically.

Mercury

Posted

15 hours ago, COSMO said:

So im trying to get the translation to work. I've got a yandex key. instead of translating the message when a client is on another language the message does not not show at all for that person in chat. Not even the original text. Is this a problem with yandex? What service are you guys using with translationapi? 

I think this is a problem with Yandex keys or with its api, you can design without keys at all, the translation will also be performed

Dave

Posted

6 hours ago, Mercury said:

They can't choose the size, it's set automatically.

That's a shame. Players like to be unique, setting it for them wouldn't be great. Feature request? Seems there in an empty space in /chat that would look good with a size option menu

COSMO

Posted

7 hours ago, Mercury said:

I think this is a problem with Yandex keys or with its api, you can design without keys at all, the translation will also be performed

to be clear you are saying that I can leave the api key empty in translationapi turn on translation in iqchat config and it will work?

COSMO

Posted

8 hours ago, Mercury said:

I think this is a problem with Yandex keys or with its api, you can design without keys at all, the translation will also be performed

I did with the key empty in translation api still had the same effect. I signed up for microsoft account got a translator api key tried translationapi with it the chat is not blocked anymore but it still isint translating. My client is set to a different language no translate in global or team or pm from other players chat in english. 

"Settings TranslationAPI": {
      "To use automatic message translation using the TranslationAPI": true,
      "Translate team chat": true,
      "Translate chat in private messages.": true,
      "The code for the preferred language (leave it empty, and then the translation will be done in each player's language)": ""

{
  "API key (if required)": "666*********************************",
  "Translation service": "microsoft"
}

Mercury

Posted

15 hours ago, COSMO said:

I did with the key empty in translation api still had the same effect. I signed up for microsoft account got a translator api key tried translationapi with it the chat is not blocked anymore but it still isint translating. My client is set to a different language no translate in global or team or pm from other players chat in english. 

"Settings TranslationAPI": {
      "To use automatic message translation using the TranslationAPI": true,
      "Translate team chat": true,
      "Translate chat in private messages.": true,
      "The code for the preferred language (leave it empty, and then the translation will be done in each player's language)": ""

{
  "API key (if required)": "666*********************************",
  "Translation service": "microsoft"
}

I can't give you an answer for sure, because the translation is performed by another plugin, my chat only takes a request from it. I checked on my server, everything is fine with me (I use Oxide), in my case I just installed the Translation API and did not enter any keys, my messages are translated for players and player messages too (if our languages differ, keep in mind that the languages of the players' clients must also differ in order to be executed translation from one language to another)

COSMO

Posted

11 hours ago, Mercury said:

I can't give you an answer for sure, because the translation is performed by another plugin, my chat only takes a request from it. I checked on my server, everything is fine with me (I use Oxide), in my case I just installed the Translation API and did not enter any keys, my messages are translated for players and player messages too (if our languages differ, keep in mind that the languages of the players' clients must also differ in order to be executed translation from one language to another)

Does this look correct for how you are telling me to do it?

IQCHAT CONFIG

"Settings TranslationAPI": {
      "To use automatic message translation using the TranslationAPI": true,
      "Translate team chat": true,
      "Translate chat in private messages.": true,
      "The code for the preferred language (leave it empty, and then the translation will be done in each player's language)": ""

TRANSLATION API CONFIG

{
  "API key (if required)": "",
  "Translation service": ""
}

Mercury

Posted

4 hours ago, COSMO said:

Does this look correct for how you are telling me to do it?

IQCHAT CONFIG

"Settings TranslationAPI": {
      "To use automatic message translation using the TranslationAPI": true,
      "Translate team chat": true,
      "Translate chat in private messages.": true,
      "The code for the preferred language (leave it empty, and then the translation will be done in each player's language)": ""

TRANSLATION API CONFIG

{
  "API key (if required)": "",
  "Translation service": ""
}

Yes, correct

COSMO

Posted (edited)

23 minutes ago, Mercury said:

Yes, correct

With the setting like this when a messages is supposed to be translated for a player with a client in a different language it displays nothing for that person and Translation api tells me Invalid API key. This is super frustrating. I asked the developer of the Translation plugin i previously used AITranslationPro to consider supporting IQChat. Its easy you can use openai API and hasnt been 3 years since its last update. 

Edited by COSMO
COSMO

Posted (edited)

If anyone can help me make the translation work please chime in.  Ive got a little progress i think with the microsoft key. Its not blocking the messages anymore but It is making this error. 

Translation API Invalid language code, please check that it is vaild and try again (to: it, from: auto) this is with the language blank as specified in the config to use each players preferred language. 

Edited by COSMO
COSMO

Posted

If translation works for any person at all please reply. 

Mercury

Posted

1 minute ago, COSMO said:

If translation works for any person at all please reply. 

Perhaps you should contact the developer of the Translation API, perhaps he knows more information

COSMO

Posted

4 minutes ago, Mercury said:

Perhaps you should contact the developer of the Translation API, perhaps he knows more information

Thanks I will. Sorry this is frustrating. The entire reason I bought and switched to this plugin is so i could have colored chat and translation at the same time. Now I am stuck in the same boat with colored chat and no translation.......

Mercury

Posted

2 minutes ago, COSMO said:

Thanks I will. Sorry this is frustrating. The entire reason I bought and switched to this plugin is so i could have colored chat and translation at the same time. Now I am stuck in the same boat with colored chat and no translation.......

It looks strange, because I am currently on the server and my translation is working, just turn on the translation functions in IQ Chat and that's it

COSMO

Posted (edited)

are you by chance doing this without translationapi on the server at all? Because when I try this with translationapi on the server but with the blank settings like you suggested it just does not work. Instead of translating the message nothing shows up. As soon as I disable translation from the IQChat config the message is not blocked just not translated. I dont understand what the difference is here between ours. TranslationAPI is not a translator in itself is it? It relies on the api from a service to do the job right?  I cant wrap my head around how yours does the job without the instructions.  I tried it and it only produces failing results

Edited by COSMO
Mercury

Posted

1 hour ago, COSMO said:

are you by chance doing this without translationapi on the server at all? Because when I try this with translationapi on the server but with the blank settings like you suggested it just does not work. Instead of translating the message nothing shows up. As soon as I disable translation from the IQChat config the message is not blocked just not translated. I dont understand what the difference is here between ours. TranslationAPI is not a translator in itself is it? It relies on the api from a service to do the job right?  I cant wrap my head around how yours does the job without the instructions.  I tried it and it only produces failing results

That's why it's strange, maybe your server can't send requests to the web services that the Translation API uses? It looks more understandable.

COSMO

Posted

16 minutes ago, Mercury said:

That's why it's strange, maybe your server can't send requests to the web services that the Translation API uses? It looks more understandable.

If you have a blank config for translationapi what service is it pulling from do you know?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 4
  • Love 2

User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.5k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.