Commit Graph

275 Commits

Author SHA1 Message Date
Intelli
40e7f04774 Added support for logging Crafter transactions (#565) 2024-06-18 16:10:09 -06:00
Intelli
fa1de08c0d Use proper adapter for EntityType.END_CRYSTAL 2024-06-18 16:04:35 -06:00
Intelli
49eb176ee6 Fixed invalid method name from previous commit 2024-06-17 18:52:25 -06:00
Intelli
aaa7a3536a Hide item deserialization errors unless using development branch (fixes #550) 2024-06-17 18:49:43 -06:00
Intelli
957bf70c26 Hide entity deserialization errors unless using development branch (fixes #552) 2024-06-17 18:44:46 -06:00
Intelli
3d32320a33 Added support for MC 1.21 block/entity types 2024-06-17 18:31:33 -06:00
Intelli
3e8083becf Fixed wind charges incorrectly logging false #explosion data (fixes #555) 2024-06-17 18:06:04 -06:00
Intelli
057a635030 Added logging for dispensers removing blocks from the world 2024-06-17 17:51:01 -06:00
Intelli
aa2ee7225c Added logging for droppers adding items to other containers 2024-06-17 17:34:18 -06:00
Intelli
37fc9af300 Added MC 1.21 support 2024-06-17 17:30:18 -06:00
Intelli
371e496351 Changed "#endercrystal" to now log as "#end_crystal" 2024-06-17 15:56:58 -06:00
Preva1l
d2edaceae7
Change Folia check to be compatible with ShreddedPaper (#551)
ShreddedPaper is fully compatible with all folia plugins if don't check if its folia, BUT we have an empty class for RegionizedServer as MOST plugins will check for this, please be like everyone else!
2024-06-08 11:16:06 -06:00
Intelli
ca59ff25df Changed "#endercrystal" to now log as "#ender_crystal" 2024-05-27 13:46:59 -06:00
Intelli
cfb53f766e Fixed NullPointerException on Mohist servers when processing inventory transactions 2024-05-19 12:36:38 -06:00
lukyn76
e7c5078035
Fix typo (#543) 2024-05-15 10:15:18 -06:00
Intelli
5242973fe8 Fixed NullPointerException when hopper destination block is missing 2024-05-14 16:26:34 -06:00
Intelli
e6557ab5f3 Added #button, #container, #door, and #pressure_plate tags 2024-05-13 17:21:14 -06:00
Intelli
5859958ec2 Simplified tag handling 2024-05-13 17:16:17 -06:00
Intelli
5bc28b3e05 Added ability to specify specific block types in the purge command 2024-05-13 16:13:55 -06:00
Intelli
b41e40acc0 Minor refactoring on Rollback class 2024-05-12 12:16:48 -06:00
Intelli
5a49ef8447 Cleanup 2024-05-12 11:47:25 -06:00
Telesphoreo
42af5dc7a1
Fix FAWE logging on newer builds (#528)
* Fix FAWE logging on newer builds

* fix regular WE logging

* Fix registering of FAWE for event bus

* Remove jcenter

* Add missing `replaceBlocks` method

* Remove FAWE toggle entirely

* oops, i can't do it that way

---------

Co-authored-by: Intelli <6790859+Intelli@users.noreply.github.com>
2024-05-12 11:43:36 -06:00
Intelli
dbb44ab5b9 Only validate skull owner name length if using MySQL 2024-05-11 15:09:50 -06:00
Intelli
d18a023e73 Fixed MysqlDataTruncation error when logging custom skull data 2024-05-11 15:08:16 -06:00
Intelli
377a6f55b9 Added #shulker_box tag to target all shulker box types (#493) 2024-05-11 13:16:58 -06:00
Intelli
e61b8a4d9b Fixed unnecessary database transactions when consumer is empty (fixes #511) 2024-05-11 13:06:29 -06:00
Intelli
3b9d8726d9 Fixed obfuscation in item names making tooltips unreadable (fixes #487) 2024-05-09 22:44:29 -06:00
Intelli
48d2030766 Fixed NoSuchMethodError for arrows on MC 1.20/1.20.1 2024-05-09 12:25:57 -06:00
Intelli
346b4b8b20 Fixed occasional NullPointerException while processing hopper transactions (fixes #539) 2024-05-08 13:18:42 -06:00
Intelli
4daaf6cc02 Fixed lookups on legacy data not matching against legacy materials 2024-05-07 14:18:43 -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
Intelli
6023c21ba9 Fixed hopper pulls performing container validation on source block 2024-05-06 19:19:48 -06:00
Intelli
f3c631bbf5 Added thread-safe logPlacement and logRemoval API methods 2024-05-03 12:57:27 -06:00
Intelli
d8ad48beb8 Fixed entity deaths not always being logged in MC 1.19 and earlier (fixes #515) 2024-05-02 13:03:53 -06:00
Intelli
053f7d5c7d Fixed NoSuchMethodError when shooting or dropping arrows (fixes #535) 2024-05-02 12:52:51 -06:00
Nahuel Dolores
a4c37da8ee
Ditch weak map world references and use names instead (#533) 2024-04-25 14:05:48 -06:00
Intelli
b1598a022a Fixed broken commit 32688c5 2024-04-21 14:08:37 -06:00
Intelli
32688c55cf Fixed block spread cache not always being properly utilized 2024-04-19 19:17:35 -06:00
Intelli
a239b51ed1 Fixed teleports not working on some systems (fixes #491) 2024-02-07 12:49:36 -07:00
Intelli
af1d4402eb Fixed hopper transactions not always being logged (fixes #490) 2024-01-24 17:44:18 -07:00
Intelli
f7fea2b298 Added more detailed entity death reasons (such as suffocation). 2024-01-04 20:57:35 -07:00
Intelli
15e8cd5b88 Fixed zombies killed by wither roses not being logged when skip-generic-data is enabled (fixes #309) 2024-01-04 20:56:21 -07:00
Intelli
c91f460e42 Fixed ConcurrentModificationException while using queueLookup API method (fixes #481) 2024-01-04 20:23:05 -07:00
Intelli
7424037795 Fixed teleport shortcut not properly handling extremely large numbers 2024-01-04 20:09:38 -07:00
Intelli
ba6a55fff6 Fixed NullPointerException when rolling back player heads (fixes #473) 2024-01-04 19:48:31 -07:00
Intelli
1c57ba52aa Fixed item frames logging incorrect item amounts (fixes #477) 2024-01-04 18:23:53 -07:00
Intelli
7c61a33571 Added ability to exclude specific block types in blacklist (implements #444) 2024-01-04 17:56:30 -07:00
Intelli
172c6440db Added container transaction logging for decorated pots 2024-01-04 17:44:46 -07:00
Intelli
d8a669ed6c Fixed legacy short grass data rolling back as air in MC 1.20.3+ 2024-01-04 16:45:36 -07:00
Intelli
66b77ee75a Improved safety block handling during rollback teleports (#328) 2023-10-12 11:28:53 -06:00