Jump to content

Plugin not working.

Can't Reproduce 1.0.4 1.0.4

IlIDestroyerIlI

Posted

I have tried every possible combination. and the plugin is just not responding when a player joins..... 

 

{

  "exists": true,

  "ccommand": "runcmd",

  "TheCommands": [

    {

      "commandName": "Command1",

      "enabled": true,

      "isNewPlayer": false,

      "singleCast": false,

      "theCommand": "say hi1 {player}",

      "endCommand": "say hi2 {player}",

      "theDelay": 5.0,

      "theDuration": 10.0

    },

    {

      "commandName": "Command2",

      "enabled": true,

      "isNewPlayer": true,

      "singleCast": true,

      "theCommand": "say hi2 {player}",

      "endCommand": "",

      "theDelay": 5.0,

      "theDuration": 10.0

    },

    {

      "commandName": "Command3",

      "enabled": true,

      "isNewPlayer": true,

      "singleCast": false,

      "theCommand": "say hi3 {player}",

      "endCommand": "",

      "theDelay": 5.0,

      "theDuration": 10.0

    },

    {

      "commandName": "Command4",

      "enabled": true,

      "isNewPlayer": false,

      "singleCast": true,

      "theCommand": "say hi4 {player}",

      "endCommand": "",

      "theDelay": 5.0,

      "theDuration": 10.0

    }

  ]

}

CupsOhJoe

Posted

You have to keep in mind that the delay is from the initial start, so if you start with delay 5 and duration 10 thats a 15 second total run time the second command you want to start say 5 seconds after the first Command you need to take into consideration the 15 seconds already used so you would start the second delay as 20 (15+5) and the duration for 10 seconds, etc

Below is what it should look like.
 

{

  "exists": true,

  "ccommand": "runcmd",

  "TheCommands": [

    {

      "commandName": "Command1",

      "enabled": true,

      "isNewPlayer": false,

      "singleCast": false,

      "theCommand": "say hi1 {player}",

      "endCommand": "say hi2 {player}",

      "theDelay": 5.0,

      "theDuration": 10.0

    },

    {

      "commandName": "Command2",

      "enabled": true,

      "isNewPlayer": true,

      "singleCast": true,

      "theCommand": "say hi2 {player}",

      "endCommand": "",

      "theDelay": 20.0,

      "theDuration": 10.0

    },

    {

      "commandName": "Command3",

      "enabled": true,

      "isNewPlayer": true,

      "singleCast": false,

      "theCommand": "say hi3 {player}",

      "endCommand": "",

      "theDelay": 35.0,

      "theDuration": 10.0

    },

    {

      "commandName": "Command4",

      "enabled": true,

      "isNewPlayer": false,

      "singleCast": true,

      "theCommand": "say hi4 {player}",

      "endCommand": "",

      "theDelay": 50.0,

      "theDuration": 10.0

    }

  ]

}

 

IlIDestroyerIlI

Posted

thank you for your respons, but the plugin is still not working / responding or doing anything. 
 

CupsOhJoe

Posted

Also please submit a ticket on the discord so I can assist better.

 

CupsOhJoe

Posted

Changed Status from Pending to Can't Reproduce

Changed Fixed In to 1.0.4

1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.3k

Files Sold

Total number of files sold.

2.5m

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.