Commit graph

78 commits

Author SHA1 Message Date
Intelli
06f63459ac Build against Paper 1.21.4 2025-03-12 14:29:45 -06:00
Intelli
3038e96c6e Fixed broken entity rollbacks 2025-03-10 17:15:59 -06:00
Intelli
5c965b8a68 Refactored CoreProtectAPI 2025-03-10 13:41:42 -06:00
Intelli
67336168fb Minor cleanup 2025-03-09 14:55:05 -06:00
Intelli
baf61099b8 Update Metrics 2025-03-07 19:09:13 -07:00
Intelli
e2c2505b2b Split up utility class 2025-02-25 19:30:28 -07:00
Intelli
b3db65d07d Fixed NotSerializableException when logging items containing attribute data 2024-12-09 16:37:29 -07:00
Intelli
e5ec7ede72 Disable processor information when running on Android 2024-11-28 19:41:52 -07:00
Intelli
2654562585 Changed minimum supported MC version to 1.16 2024-11-05 11:06:33 -07:00
Intelli
2780a9af27 Fixed NotSerializableException when sacrificing entities (fixes #666) 2024-11-04 14:31:00 -07:00
Intelli
70ffeacbc0 Fixed NoClassDefFoundError when attempting to load plugin on 32-bit Windows 2024-10-03 15:56:29 -06:00
Intelli
c493a0dece Added support for Community Edition builds 2024-08-19 20:55:43 -06:00
Intelli
c6f8be9043 Fixed NoClassDefFoundError if JNA is missing on system 2024-08-15 19:55:21 -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
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
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
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
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
3d32320a33 Added support for MC 1.21 block/entity types 2024-06-17 18:31:33 -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
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
lukyn76
e7c5078035
Fix typo (#543) 2024-05-15 10:15:18 -06:00
Intelli
b41e40acc0 Minor refactoring on Rollback class 2024-05-12 12:16:48 -06:00
Intelli
4daaf6cc02 Fixed lookups on legacy data not matching against legacy materials 2024-05-07 14:18:43 -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
7424037795 Fixed teleport shortcut not properly handling extremely large numbers 2024-01-04 20:09:38 -07:00
Intelli
66b77ee75a Improved safety block handling during rollback teleports (#328) 2023-10-12 11:28:53 -06:00
Intelli
e49913bc09 Fixed item names containing vertical bars displaying incorrectly (fixes #450) 2023-09-25 14:27:02 -06:00
Intelli
d7910262be Added support for displaying lore in item tooltips (#420) 2023-08-08 15:46:45 -06:00
Intelli
9e1d5af97d Fixed NullPointerException while logging container transactions 2023-07-19 17:12:00 -06:00
Intelli
f32a3e7c5e Fixed Folia teleportation not using adapter 2023-07-13 19:27:53 -06:00
Intelli
cde18dc529 Update formatting 2023-07-12 16:33:50 -06:00
asdanjer
d200616fe1
Improved performance of ItemStack merging (fix #385) 2023-07-12 16:29:22 -06:00
Intelli
d414db1c0b Added item mapping for torchflower seeds 2023-07-12 15:58:47 -06:00
Intelli
4e43a42662 Added logging and rollback support for double sided signs 2023-07-12 15:17:14 -06:00
Intelli
7e97e12969 Added inventory transaction logging for chiseled bookshelves 2023-07-08 14:55:24 -06:00
Intelli
410eba5559 Fixed Folia detection 2023-06-19 18:59:58 -06:00
ByteExceptionM
814ae4d9d5
Fixed NullPointerException when breaking/placing a spawner (#380)
* fix: Make Util#getEntityId parameter nullable

* Removed JetBrains Nullable

* Updated to follow contribution guidelines

---------

Co-authored-by: Intelli <6790859+Intelli@users.noreply.github.com>
2023-06-13 17:14:09 -06:00
Intelli
7825f61e45 Fixed NullPointerException when processing transactions for dyed armor 2023-04-09 13:19:02 -06:00
Sofiane H. Djerbi
f2934fd876
Fix Folia Teleportation (#349) 2023-04-03 18:15:16 -06:00
Intelli
7170e29452 Added support for Folia 2023-03-23 19:45:44 -06:00
Intelli
5d6fd60d40 Added tooltips to lookups that display item names and enchantments (#67) 2022-12-21 19:11:34 -07:00
Intelli
61847f2f8d Changed minimum required version to Spigot 1.15 2022-12-15 16:45:24 -07:00