Jump to content

6 Screenshots

  • 40.5k
  • 1.1k
  • 185.52 kB

Recommended Comments



beee

Posted

6 hours ago, snapple said:

For AutoReply, would it be possible to have a per message autoreply cooldown rather than an overall cooldown?

For example, if there was an automated response with a target for "wipe" and one for "admin"... One group could talk about wipe and get the automated response, then go on cooldown for a couple minutes because it doesnt need to spam. But during that minute someone else asks for admin. They don't get the response due to automated response being on cooldown because of "wipe". 

I could just make it a short cooldown and let it sing, but thought that this would be a nice QOL feature. 

It's currently setup as cooldown per message and not overall autoreplies, if you're sure that's how it is behaving now let me know I will check if it's not working as intended.

snapple

Posted

3 hours ago, beee said:

It's currently setup as cooldown per message and not overall autoreplies, if you're sure that's how it is behaving now let me know I will check if it's not working as intended.

Oh ok thanks for letting me know! I was just setting up the config and hadn't tested it. Seeing just the single option for cooldown made me wrongly assume it was overall rather than per trigger msssage.

 

 

  • Like 1
SlayersRust

Posted (edited)

My config isn't working do you know why? It keeps saying Indexed 0 auto reply messages but I clearly have one setup in my configuration? I want to add a few dozen auto replies and thats all I want the plugin config to do and have default group see them and also be able to do /tips to turn them off if they like.

I keep getting this message "[AutomatedMessages] Config updated
[AutomatedMessages] Started 0 chat timers.
[AutomatedMessages] Indexed 0 auto reply messages."

{
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 17
  },
  "Chat Icon (SteamId)": 76561198059348841,
  "Sample Types for Reference (Do Not Edit)": "Timed | ChatCommand | AutoReply | NewPlayerJoined | PlayerConnected | PlayerDisconnected | CrateHacked | PermissionGranted | PermissionRevoked | AddedToGroup | RemovedFromGroup | PlayerDead | EnteredZone | LeftZone",
  "Toggle Chat Command": "tips",
  "AutoReply Cooldown (in seconds)": 30,
  "Messages (Random if more than one)": [
    "<color=#04F404>[Auto Respond]</color> Server Map, Blueprints, XP, Backpacks and all progress wipes MONTHLY first Thursday of every month at 2PM EST for Forced Wipe."
    ],
    "Enabled": true,
    "Type (Check Sample Types above for Reference)": "AutoReply",
    "Broadcast to all?": false,
    "Interval between messages in minutes (if Type = Timed)": 0,
    "Target": "when,wipe,map,blueprint",
    "Permissions": [],
    "Groups": [ "default" ],
    "Blacklisted Permissions": [],
    "Blacklisted Groups": [],
    "Player Can Disable?": true
}

Edited by SlayersRust
beee

Posted (edited)

3 hours ago, SlayersRust said:

My config isn't working do you know why? It keeps saying Indexed 0 auto reply messages but I clearly have one setup in my configuration? I want to add a few dozen auto replies and thats all I want the plugin config to do and have default group see them and also be able to do /tips to turn them off if they like.

I keep getting this message "[AutomatedMessages] Config updated
[AutomatedMessages] Started 0 chat timers.
[AutomatedMessages] Indexed 0 auto reply messages."

{
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 17
  },
  "Chat Icon (SteamId)": 76561198059348841,
  "Sample Types for Reference (Do Not Edit)": "Timed | ChatCommand | AutoReply | NewPlayerJoined | PlayerConnected | PlayerDisconnected | CrateHacked | PermissionGranted | PermissionRevoked | AddedToGroup | RemovedFromGroup | PlayerDead | EnteredZone | LeftZone",
  "Toggle Chat Command": "tips",
  "AutoReply Cooldown (in seconds)": 30,
  "Messages (Random if more than one)": [
    "<color=#04F404>[Auto Respond]</color> Server Map, Blueprints, XP, Backpacks and all progress wipes MONTHLY first Thursday of every month at 2PM EST for Forced Wipe."
    ],
    "Enabled": true,
    "Type (Check Sample Types above for Reference)": "AutoReply",
    "Broadcast to all?": false,
    "Interval between messages in minutes (if Type = Timed)": 0,
    "Target": "when,wipe,map,blueprint",
    "Permissions": [],
    "Groups": [ "default" ],
    "Blacklisted Permissions": [],
    "Blacklisted Groups": [],
    "Player Can Disable?": true
}

Wrong format, try the following:

{
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 17
  },
  "Chat Icon (SteamId)": 76561198059348841,
  "Sample Types for Reference (Do Not Edit)": "Timed | ChatCommand | AutoReply | NewPlayerJoined | PlayerConnected | PlayerDisconnected | CrateHacked | PermissionGranted | PermissionRevoked | AddedToGroup | RemovedFromGroup | PlayerDead | EnteredZone | LeftZone",
  "Toggle Chat Command": "tips",
  "AutoReply Cooldown (in seconds)": 30,
  "Messages": [
    {
      "Messages (Random if more than one)": [
        "<color=#04F404>[Auto Respond]</color> Server Map, Blueprints, XP, Backpacks and all progress wipes MONTHLY first Thursday of every month at 2PM EST for Forced Wipe."
      ],
      "Enabled": true,
      "Type (Check Sample Types above for Reference)": "AutoReply",
      "Broadcast to all?": false,
      "Interval between messages in minutes (if Type = Timed)": 0,
      "Target": "when,wipe",
      "Permissions": [],
      "Groups": [ "default" ],
      "Blacklisted Permissions": [],
      "Blacklisted Groups": [],
      "Player Can Disable?": true
    },
    {
      "Messages (Random if more than one)": [
        "<color=#04F404>[Auto Respond]</color> Server Map, Blueprints, XP, Backpacks and all progress wipes MONTHLY first Thursday of every month at 2PM EST for Forced Wipe."
      ],
      "Enabled": true,
      "Type (Check Sample Types above for Reference)": "AutoReply",
      "Broadcast to all?": false,
      "Interval between messages in minutes (if Type = Timed)": 0,
      "Target": "map",
      "Permissions": [],
      "Groups": [ "default" ],
      "Blacklisted Permissions": [],
      "Blacklisted Groups": [],
      "Player Can Disable?": true
    },
    {
      "Messages (Random if more than one)": [
        "<color=#04F404>[Auto Respond]</color> Server Map, Blueprints, XP, Backpacks and all progress wipes MONTHLY first Thursday of every month at 2PM EST for Forced Wipe."
      ],
      "Enabled": true,
      "Type (Check Sample Types above for Reference)": "AutoReply",
      "Broadcast to all?": false,
      "Interval between messages in minutes (if Type = Timed)": 0,
      "Target": "blueprint",
      "Permissions": [],
      "Groups": [ "default" ],
      "Blacklisted Permissions": [],
      "Blacklisted Groups": [],
      "Player Can Disable?": true
    }
  ]
}

 

Edited by beee
SlayersRust

Posted

Quick question for something I'm a little bit confused by. What if I want any of these 3 words in the target to trigger the auto reply seperately from each other and not only together. Do I need to put this message in the config 3 separate times for every single trigger word?

For example someone types "blueprint" they get the below auto reply, also if someone types wipe they would also get the same auto reply. Even if they weren't said in the same sentence is this possible without duplicating this in the config 3 times for every single word? Because I have 100s of responses created from many words and it could take a very long time.

    {
      "Messages (Random if more than one)": [
        "<color=#04F404>[Auto Reply]</color> Server Map, Blueprints, XP, Backpacks and all progress wipes MONTHLY First Thursday of every month at 2PM EST for Forced Wipe."
      ],
      "Enabled": true,
      "Type (Check Sample Types above for Reference)": "AutoReply",
      "Broadcast to all?": false,
      "Interval between messages in minutes (if Type = Timed)": 0,
      "Target": "when,wipe,blueprint",
      "Permissions": [],
      "Groups": [ "default" ],
      "Blacklisted Permissions": [],
      "Blacklisted Groups": [],
      "Player Can Disable?": true
    },

beee

Posted

3 minutes ago, SlayersRust said:

Quick question for something I'm a little bit confused by. What if I want any of these 3 words in the target to trigger the auto reply seperately from each other and not only together. Do I need to put this message in the config 3 separate times for every single trigger word?

For example someone types "blueprint" they get the below auto reply, also if someone types wipe they would also get the same auto reply. Even if they weren't said in the same sentence is this possible without duplicating this in the config 3 times for every single word? Because I have 100s of responses created from many words and it could take a very long time.

    {
      "Messages (Random if more than one)": [
        "<color=#04F404>[Auto Reply]</color> Server Map, Blueprints, XP, Backpacks and all progress wipes MONTHLY First Thursday of every month at 2PM EST for Forced Wipe."
      ],
      "Enabled": true,
      "Type (Check Sample Types above for Reference)": "AutoReply",
      "Broadcast to all?": false,
      "Interval between messages in minutes (if Type = Timed)": 0,
      "Target": "when,wipe,blueprint",
      "Permissions": [],
      "Groups": [ "default" ],
      "Blacklisted Permissions": [],
      "Blacklisted Groups": [],
      "Player Can Disable?": true
    },

will look into it, maybe I can have them separated by different character, something like "when,wipe|map|blueprint" so that it would combine when wipe but separate the rest.

  • Like 1
SlayersRust

Posted

1 minute ago, beee said:

will look into it, maybe I can have them separated by different character, something like "when,wipe|map|blueprint" so that it would combine when wipe but separate the rest.

Yeah I was using another auto respond plugin but I wanted to switch because yours has a /tips option for players to switch it off and the other plugin does not. But I have 8 servers with crazy amounts of responses added over the years. So doing the configs in multiple would be pretty rough and redundant.

I don't mind single words triggering often off single words now because players can just get a chat responder saying to type /tips to turn off lol for the veteran players.

beee

Posted

1 hour ago, SlayersRust said:

Yeah I was using another auto respond plugin but I wanted to switch because yours has a /tips option for players to switch it off and the other plugin does not. But I have 8 servers with crazy amounts of responses added over the years. So doing the configs in multiple would be pretty rough and redundant.

I don't mind single words triggering often off single words now because players can just get a chat responder saying to type /tips to turn off lol for the veteran players.

Try the update, you can separate as I mentioned keyword sets by |.

snapple

Posted

So there is a way to prevent a group from receiving a message... But is it possible to have a way to prevent a group from trigger a message?
For example if I wanted admin/mod to be able to log on/log off without triggering join/leave messages. 

SlayersRust

Posted

On 11/1/2023 at 11:23 PM, beee said:

Try the update, you can separate as I mentioned keyword sets by |.

Amazing update, it works flawlessly. Thank you!

  • Like 1
beee

Posted

18 hours ago, snapple said:

So there is a way to prevent a group from receiving a message... But is it possible to have a way to prevent a group from trigger a message?
For example if I wanted admin/mod to be able to log on/log off without triggering join/leave messages. 

Will consider adding that in a future update.

  • Like 1
HighOnTek

Posted

Maybe I'm missing the option, but is there a way to replace and or use the default logo used next just left of the messages?

beee

Posted

6 hours ago, HighOnTek said:

Maybe I'm missing the option, but is there a way to replace and or use the default logo used next just left of the messages?

Have you tried setting "Chat Icon (SteamId)" in config?

  • Like 1
HighOnTek

Posted

34 minutes ago, beee said:

Have you tried setting "Chat Icon (SteamId)" in config?

No I have not... if I understand this correctly, I would need to change the profile picture for a Steam Account in order to use this option ... correct?

beee

Posted

25 minutes ago, HighOnTek said:

No I have not... if I understand this correctly, I would need to change the profile picture for a Steam Account in order to use this option ... correct?

Yes that's correct, it's the only way to change the game chat image.

Azmo

Posted

Hello beee!

Love the plugin! Have been away for a while so not sure if this has been discussed before so thought id ask.
Would it be possible to send player death messages on actual death moment, instead of when the player "wakes up"?

Not a big deal, just a suggestion!

Keep up the good work! 😄

beee

Posted

14 hours ago, Azmo said:

Hello beee!

Love the plugin! Have been away for a while so not sure if this has been discussed before so thought id ask.
Would it be possible to send player death messages on actual death moment, instead of when the player "wakes up"?

Not a big deal, just a suggestion!

Keep up the good work! 😄

Hey Azmo, when i originally made it that way was the intention for me to send the player some tips about how to recover, which they might miss if they stayed a bit on death screen if i sent it right away. Maybe i can just send it on death if it was to get sent to global chat.

Azmo

Posted

Ah! I get your idea, thats not bad actually when sending to player only.
I use it to announce player deaths to server, so if what you are suggesting with the global chat is possible, that would be awesome 🙂

  • Like 1
Diablo

Posted

How can I add the reason for death to the (playerdeath) ?

beee

Posted

2 hours ago, Diablo said:

How can I add the reason for death to the (playerdeath) ?

That's not an option at this time, will try to add that soon.

  • Like 2
Diablo

Posted

ok thanks, it would be cool to also have the possibility to be notified when someone raid 

Garlandar

Posted

Can this utilize your other plugin for Chat to Notifcations?  We are currently using Auto Broadcast and I am trying to figure out how to move the auto tips that display every so often from the chat to notification window in the top right.

beee

Posted

5 minutes ago, Garlandar said:

Can this utilize your other plugin for Chat to Notifcations?  We are currently using Auto Broadcast and I am trying to figure out how to move the auto tips that display every so often from the chat to notification window in the top right.

Might need more info about your situation, dm me on discord -> .b.e.e.e.

hid333

Posted

Everything else is fine, such as the player name and ID, but
{playercountry} is not displayed and is blank.
Do you know of any settings that might be causing this?
We are using v2.2.4 of the Placeholder API.

beee

Posted

8 minutes ago, hid333 said:

Everything else is fine, such as the player name and ID, but
{playercountry} is not displayed and is blank.
Do you know of any settings that might be causing this?
We are using v2.2.4 of the Placeholder API.

playercountry does not require Placeholder API, but it's possible the service I'm grabbing country info from is down.

Will check later today and get back to you.

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 1
  • 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.