Added location to CoreProtectPreLogEvent (implements #709)

This commit is contained in:
Intelli 2025-09-02 18:05:30 -06:00
parent 6155d4e864
commit 8b3e37774a
13 changed files with 622 additions and 45 deletions

View file

@ -19,8 +19,9 @@ The `/co migrate-db` command allows you to seamlessly transfer all your CoreProt
| `/co migrate-db` | `<sqlite|mysql>` | Migrate to the specified database type |
**Examples:**
- `/co migrate-db mysql` - Migrate from SQLite to MySQL
- `/co migrate-db sqlite` - Migrate from MySQL to SQLite
* `/co migrate-db mysql` - Migrate from SQLite to MySQL
* `/co migrate-db sqlite` - Migrate from MySQL to SQLite
> **Console Only:** This command can only be executed from the server console, not from in-game.