Error Codes
GemManager v1.7 has introduced a new way to track down those errors. Whenever a error occurs that the plugin notices, it will give an error code. You can take the error code to this page and see what is wrong.
| Error ID | Description |
|---|---|
| 1 | Failed to fetch UUID from name, are Mojang servers down? |
| 2 | Failed to fetch name from UUID, are Mojang servers down? |
| 3 | Failed to create SQL Statement |
| 4 | Failed to query SQL Database |
| 5 | Failed to update SQL Database |
| 6 | Failed SQL testing for existing players |
| 7 | Failed to get gems of player from SQL Database |
| 8 | Failed to set gems of player to SQL Database |
| 9 | Failed to add new player to SQL Database |