Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rospino74 authored Apr 2, 2020
1 parent 305fcfa commit 6a68ff0
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,26 @@ show:
"reason":"Sparisci dal mio server, Canaglia!"
}
],
"byIP":[]
"byIP":[
{
"name":"127.0.0.1",
"until":"forever",
"created":1585564034000,
"admin":"MemoryOfLife",
"reason":"Sparisci dal mio server, Canaglia!"
}
]
}
```
| Chiave | Tipo | Significato |
| :--- | :---: | --- |
| `name` | `String` | Nome del player bannato |
| `name` | `String` | Nome del player bannato o il suo indirizzo IP |
| `until` | `String` o `int` | Data del termine del ban. Può essere `forever` se il ban è permanente o una data formato Unix |
| `created` | `int` | Data di creazione del ban, È una data formato Unix |
| `admin` | `String` | Nome del admin che ha effetuato il ban. Può essere il nome di un player o `Server` se il ban è eseguito dalla console |
| `reason` | `String` | Motivo del ban |

## Errori comuni
* `java.net.BindException: Address already in use: bind`: La porta scelta è già in uso, cambiarla nel file di configurazione
* `java.net.BindException`: La porta scelta è già in uso, cambiarla nel file di configurazione
* `java.io.IOException`: Si è verificato un'errore nel comunicare con un'altro sistema
* `org.yaml.snakeyaml.error.YAMLException`: Si è verificato un'errore nel leggere il file di configurazione, verifica se è valido!

0 comments on commit 6a68ff0

Please sign in to comment.