Commit Graph

299 Commits

Author SHA1 Message Date
Intelli
edadebf8c2 Run v23.1 patch script on v23.0 builds 2024-08-20 14:16:27 -06:00
Intelli
ea1b86c034 Only start CoreProtect on supported Minecraft versions 2024-08-20 14:13:44 -06:00
Intelli
c493a0dece Added support for Community Edition builds 2024-08-19 20:55:43 -06:00
Intelli
7ab0704002 Improved how CPU information is displayed under /co status 2024-08-15 20:48:42 -06:00
Intelli
cae29f257d Fixed NullPointerException when attempting to roll back skulls with texture data 2024-08-15 20:48:21 -06:00
Intelli
c6f8be9043 Fixed NoClassDefFoundError if JNA is missing on system 2024-08-15 19:55:21 -06:00
Intelli
1cf940e201 Improved MySQL index handling on radius lookups (fixes #599) 2024-08-15 19:23:39 -06:00
Intelli
d2bffb2103 Fixed errors pertaining the CPU lib on startup on some systems (fixes #591) 2024-08-15 19:04:31 -06:00
Intelli
64eedb0aa3 Added "include" parameter to purge tab completion 2024-08-15 18:28:02 -06:00
Intelli
8ab582d6d1 Fixed old turtle scute item data displaying as air 2024-08-15 17:51:03 -06:00
Intelli
3194c35bb9 Fixed purge include parameter not functioning correctly for SQLite databases 2024-08-13 20:11:16 -06:00
Intelli
888df067f9 Fixed Villager type not being rolled back correctly in MC 1.21+ 2024-07-25 16:40:36 -06:00
Intelli
9aea18749d Fixed backwards compatibility with entity serialization 2024-07-24 14:04:46 -06:00
Intelli
06208a69b0 Added logging for skull skin textures on Paper servers 2024-07-23 20:09:05 -06:00
Intelli
a93bf2f047 Fixed NotSerializableException when killing certain entities (fixes #589) 2024-07-23 20:06:18 -06:00
Intelli
77a4a9476a Hide all errors regarding CPU info (fixes #591) 2024-07-23 13:21:46 -06:00
Intelli
da227afe33 Added primary thread error when running a rollback via API (implements #456) 2024-07-09 18:59:16 -06:00
Intelli
4bf4f4eb92 Prepped logging for skull skin textures on Paper servers 2024-07-09 18:51:46 -06:00
Intelli
dbd8723752 Added CPU & RAM information to /co status 2024-07-09 18:02:49 -06:00
Intelli
e093970992 Fixed inventory sorting mods generating unnecessary threads 2024-07-08 19:54:06 -06:00
Intelli
d4cc7ec729 Hide item serialization errors unless using development branch 2024-07-06 12:07:31 -06:00
Intelli
4af95632d5 Fix inventory drag event not properly checking if a player is dragging within their own inventory 2024-07-06 12:03:54 -06:00
Intelli
c67e69755d Fixed IllegalStateException error on some servers during server shutdowns. 2024-07-06 11:45:32 -06:00
Intelli
ce8c194e0d Fixed IncompatibleClassChangeError on inventory transactions (fixes #571) 2024-06-24 17:02:01 -06:00
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