Commit Graph

12 Commits

Author SHA1 Message Date
Ryan Huston
3b349c9d07
Add support for 1.19 specific features. (#239)
* Added support for 1.19 specific features.

* Removed leftover import from testing

* Added missing sculk materials for the catalyst and changed user field to #sculk

* Reverted version to v21.2

Co-authored-by: Intelli <6790859+Intelli@users.noreply.github.com>
2022-12-07 18:26:45 -07:00
Intelli
8fd41ac231 CoreProtect v21.2 release 2022-03-21 16:45:42 -06:00
Intelli
75f66bf212 CoreProtect v21.1 release 2022-03-10 16:41:54 -07:00
Intelli
40ee11f644 CoreProtect v21.0 release 2022-03-08 08:39:38 -07:00
Intelli
83fc221bf2 Added logging for items traded with villagers (MC 1.18+) 2022-03-03 15:22:37 -07:00
Intelli
2fa5af64ca Updated Gradle build file to match Maven 2022-03-02 13:14:30 -07:00
Intelli
d9f5411e87 CoreProtect v20.4 release 2022-01-04 19:26:11 -07:00
Intelli
fffe75f1f4 CoreProtect v20.3 release 2021-12-18 11:35:55 -07:00
Intelli
a5d063dced CoreProtect v20.2 release 2021-12-16 14:01:43 -07:00
Jan Erik Petersen
fc99c24a0a
Add HikariCP connection pool for MySQL (#86)
* Add HikariCP connection pool for MySQL

* Make code more compatible with connection pooling

- Remove connection caching in Process/Consumer
- Use try-with-resources to make sure Connections always get closed, even in
  when an Exception occurs.

* Disable SSL for MySQL
2021-11-15 17:57:33 -07:00
Intelli
adef057590 CoreProtect v20.1 release 2021-07-27 14:16:20 -06:00
Intelli
48ef18e2c8 CoreProtect v20.0 release 2021-07-16 12:13:54 -06:00