Intelli
e2c2505b2b
Split up utility class
2025-02-25 19:30:28 -07:00
Intelli
de978fce2c
Added base changes for database migration command (unfinished)
2024-09-29 18:35:37 -06:00
Intelli
06208a69b0
Added logging for skull skin textures on Paper servers
2024-07-23 20:09:05 -06:00
Intelli
4bf4f4eb92
Prepped logging for skull skin textures on Paper servers
2024-07-09 18:51:46 -06:00
Intelli
e61b8a4d9b
Fixed unnecessary database transactions when consumer is empty ( fixes #511 )
2024-05-11 13:06:29 -06:00
Intelli
346b4b8b20
Fixed occasional NullPointerException while processing hopper transactions ( fixes #539 )
2024-05-08 13:18:42 -06:00
Intelli
5426e69fb8
Improved hopper logging to prevent infinite attempts on failed pushes
...
E.g. when a hopper is repeatedly trying to push into a smoker, but no items are actually being transferred
2024-05-07 14:08:59 -06:00
violetc
2476aa2ea8
Utilize internal cache in StructureGrowthProcess ( #371 )
...
* Use whoPlacedCache
* Still perform database lookup if cache is empty
---------
Co-authored-by: Intelli <6790859+Intelli@users.noreply.github.com>
2023-07-17 16:55:16 -06:00
Intelli
4e43a42662
Added logging and rollback support for double sided signs
2023-07-12 15:17:14 -06:00
Intelli
7170e29452
Added support for Folia
2023-03-23 19:45:44 -06:00
Intelli
92e030f3e8
Fixed WAL checkpointing not running on some systems
2022-03-20 16:29:51 -06:00
Intelli
83fc221bf2
Added logging for items traded with villagers (MC 1.18+)
2022-03-03 15:22:37 -07:00
Intelli
5494bce0fc
Added logging and rollback support for players crafting items
2022-02-24 19:52:19 -07:00
Intelli
262f27da3e
Changed doors and beds to no longer log data as two separate blocks
2022-02-23 18:56:00 -07:00
Intelli
b96f47cbac
Added logging and inventory rollback support for thrown/shot items
2022-02-22 19:26:17 -07:00
Intelli
585d8b275a
Fixed inventory lookups/rollbacks missing block placement actions
2022-02-18 20:29:45 -07:00
Intelli
c652ce852f
Added interaction logging for players clicking item frames
2022-02-17 21:10:49 -07:00
Intelli
fb79071ee7
Added container transaction support for item frames (...)
...
Fixed ClassCastException when targeting an armor stand with #container
2022-02-17 20:56:20 -07:00
Intelli
e462e68806
Fixed item frames and paintings not logging directional data
2022-02-16 19:16:56 -07:00
Intelli
7398f7dfe6
Added "/co consumer <pause|resume>" console command
2022-02-16 16:09:43 -07:00
Intelli
abfecda8d0
Added queueLookup method to API
2022-02-15 21:29:33 -07:00
Intelli
a2353afd0a
Added inventory rollback support for online players
2022-02-11 21:45:33 -07:00
Intelli
55fec1d092
Moved entity & teleport methods out of Util class
2022-01-04 15:20:01 -07:00
Intelli
d7ee5257dd
Changed additional timestamp values to long types
2021-12-16 18:08:56 -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
69184302c9
Fixed ClassCastException when logging chat and command messages
2021-11-04 13:59:48 -06:00
Intelli
554e17df02
Use isAlive for monitoring consumer thread
2021-10-04 15:55:54 -06:00
Intelli
490b5eb0ee
Removed unnecessary array length check
2021-07-26 18:09:17 -06:00
Intelli
40b52fa321
Changed all timestamp values utilized by the API to long types
2021-07-26 18:00:21 -06:00
Intelli
48ef18e2c8
CoreProtect v20.0 release
2021-07-16 12:13:54 -06:00