ATTENTION !

Avant d'utiliser cette API, il est nécessaire d'ouvrir un port supplémentaire dédié à cette dernière. Si vous n'avez pas d'accès total à votre machine, demandez à
votre hébergeur de vous rajouter un port.

Installation :
Placer le fichier config dans : Plugins/ServerWorld_API/

Config.json :

{
  "ApiKey": "VOTRE CLE API",
  "WebhookListenPort": PORT OUVERT POUR L API,
  "WebhookPublicUrl": "http://IP DU SERVEUR:PORT DE L API/api/vote-webhook",
  "ServerWorldRegisterUrl": "https://serverworld.fr/api/webhook/register",
  "Rewards": {
    "bankMoneyGiven": 200.0,
    "itemsGiven": {
	ID ITEM : QUANTITE	
    }
  }
}