next_check
, failure to do so would result in your secret key being revoked or IP address being banned from accessing the API.
NOTE: The `player.id` field is an internal ID, sometimes referred to as the 'plugin username ID'. This is the value to use to retrieve online commands for a player (see below). the `player.uuid` field is the actual username ID value, depending on the username type (a Steam64ID for steam games, an XUID for Xbox Live etc), and is the value that should be used to replace the `{id}` placeholder in commands.
{"meta": {"execute_offline": false,"next_check": 90,"more": false},"players": [{"id": 1,"name": "Notch","uuid": "365bfa21803249ee9b634fe890c9d43f"},{"id": 2,"name": "7n","uuid": "ef01f2da1b284ad6ba8ba2aaf4432e22"},{"id": 3,"name": "hfmx","uuid": "897a2737777a4776909a0148919c376a"}]}
{"meta": {"limited": false},"commands": [{"id": 1,"command": "say Thank you for purchasing, {name}.","payment": 123,"package": 123,"conditions": {"delay": 60},"player": {"id": 1,"name": "Notch","uuid": "365bfa21803249ee9b634fe890c9d43f"}},{"id": 2,"command": "say Thank you for purchasing, {name}.","payment": 123,"package": 123,"conditions": {"delay": 0},"player": {"id": 2,"name": "7n","uuid": "ef01f2da1b284ad6ba8ba2aaf4432e22"}},{"id": 3,"command": "say Thank you for purchasing, {name}.","payment": 123,"package": 123,"conditions": {"delay": 0},"player": {"id": 3,"name": "hfmx","uuid": "897a2737777a4776909a0148919c376a"}}]}
{"commands": [{"id": 1,"command": "give {name} TNT","payment": 123,"package": 123,"conditions": {"delay": 0,"slots": 0}},{"id": 2,"command": "give {name} DIRT","payment": 123,"package": 123,"conditions": {"delay": 0,"slots": 0}},{"id": 3,"command": "give {name} STONE","payment": 123,"package": 123,"conditions": {"delay": 0,"slots": 0}}]}
204 No Content
will be returned on completion.