Jump to content

!pop is not working

Pending 1.0.0

HYPPERS
HYPPERS

Posted

!pop is not working

I am trying to install it and config is empty.

When trying to modify it as with !pop, it does nothing.

  • Administrator
Steenamaroo

Posted

@LorenzoZGX- Could you take a look at this, please?
Looks like the example configuration in documentation is blank. 

  • Administrator
Steenamaroo

Posted

@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.

HYPPERS

Posted

Well, it does create but it is not working on the server

  • Administrator
Steenamaroo

Posted

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

HYPPERS

Posted

but it doesn't display how many players are playing, it just says test

 

  • Administrator
Steenamaroo

Posted

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.

HYPPERS

Posted

Thanks! Really appreciate it!

 

  • Like 1
1.4m

Downloads

Total number of downloads.

7k

Customers

Total customers served.

104.6k

Files Sold

Total number of files sold.

2.1m

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.