Jump to content

!pop is not working

Pending 1.0.0

@HYPPERSWhile we wait could you delete the config file for this plugin then reload the plugin please?
I can confirm that the plugin does create a default configuration with !wipe, !wipee, and !nextwipe as preconfigured examples.

Share this comment


Link to comment

Seems to work fine here.
I suspect maybe you've had a syntax error when making your modifications?

I tested default config, to confirm it worked, then tested the following.

 

{
  "replyToEveryone": true,
  "commands": [
    {
      "command": [
        "!wipe",
        "!wipee"
      ],
      "commandResponse": "I am a test"
    },
    {
      "command": [
        "!nextwipe"
      ],
      "commandResponse": "I am a 2 test"
    },
    {
      "command": [
        "!pop"
      ],
      "commandResponse": "Test response for !pop"
    }
  ]
}

 

Screenshot 2023-06-08 at 18.50.23.jpg

Share this comment


Link to comment

Ok,
It looks like the developer has hardcoded {players} and {queue}, both of which you can use in your config,
so you could do

 

{
  "replyToEveryone": true,
  "commands": [
    {
      "command": [
        "!wipe",
        "!wipee"
      ],
      "commandResponse": "I am a test"
    },
    {
      "command": [
        "!pop"
      ],
      "commandResponse": "There are {players} players online."
    }
  ]
}

 

@LorenzoZGX- This stuff really should be made clear in the description, though.
@HYPPERS - Hopefully that gets you up and running. We will be following up with the author on this, though, and removing option to purchase if necessary.

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

82.1k

Files Sold

Total number of files sold.

1.6m

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.