Commit graph

497 commits

Author SHA1 Message Date
Intelli
484614f71e Improved performance of BlockPreDispenseEvent 2025-03-10 19:39:33 -06:00
Intelli
4803b1af23 Don't log drowning glow squids (fixes #646) 2025-03-10 18:38:23 -06:00
Intelli
5211374e14 Include HopperPullListener performance fixes 2025-03-10 18:37:16 -06:00
Intelli
38ba3abc9a Significantly improved performance of hopper logging (fixes #636) 2025-03-10 17:42:43 -06:00
Intelli
3038e96c6e Fixed broken entity rollbacks 2025-03-10 17:15:59 -06:00
Intelli
afb13e6677 Refactored Bukkit adapters 2025-03-10 16:46:55 -06:00
Intelli
83302f59f7 Refactor remaining API classes 2025-03-10 14:06:31 -06:00
Intelli
5c965b8a68 Refactored CoreProtectAPI 2025-03-10 13:41:42 -06:00
Quintin Dunn
d6c4755fba
Fix logging caused by wind charges (#701)
* Fixed blocks broken by wind charges not being logged

* Fixed wind charges still logging invalid block breaks when they're a 'breeze_wind_charge'
2025-03-09 18:39:51 -06:00
Intelli
67336168fb Minor cleanup 2025-03-09 14:55:05 -06:00
Intelli
5b93123ed1 Database and TabHandler refactoring 2025-03-07 20:18:23 -07:00
Intelli
a2076468ad Split up Lookup class 2025-03-07 20:05:06 -07:00
Intelli
1e32b20f86 Split up PlayerInteractListener class 2025-03-07 19:53:19 -07:00
Intelli
d060a6354f Split up LookupCommand class 2025-03-07 19:39:02 -07:00
Intelli
baf61099b8 Update Metrics 2025-03-07 19:09:13 -07:00
Intelli
778be07e51 Remove build.gradle (unsupported) 2025-03-07 17:14:54 -07:00
Intelli
56f5c04619 Fixed rollback item metadata handling 2025-03-07 15:06:13 -07:00
Intelli
bdbc465998 Fix anvil transaction logging (fixes #616) 2025-03-07 14:47:29 -07:00
Intelli
6d3df412a7 Updated gradle 2025-03-04 10:25:49 -07:00
Intelli
ecebbd11db Fixed build errors 2025-03-04 10:24:19 -07:00
DeadSilenceIV
170b520b58
Support for AdvancedChests was implemented. (#726) 2025-03-04 07:13:55 -07:00
Intelli
1d294c51c4 Refactor CoreProtect.java 2025-02-26 14:05:32 -07:00
Intelli
779b1acbff Split up CommandHandler class 2025-02-26 13:21:38 -07:00
Intelli
5bb0080ca3 Split up Rollback class 2025-02-26 11:10:05 -07:00
Intelli
e2c2505b2b Split up utility class 2025-02-25 19:30:28 -07:00
Intelli
828af8443f Update .gitignore 2025-02-25 16:54:40 -07:00
Intelli
b3db65d07d Fixed NotSerializableException when logging items containing attribute data 2024-12-09 16:37:29 -07:00
Intelli
f729c8a126 Fixed NullPointerException when breaking/placing certain skulls on Paper servers (fixes #643) 2024-12-05 17:01:57 -07:00
Intelli
e5ec7ede72 Disable processor information when running on Android 2024-11-28 19:41:52 -07:00
Intelli
65705508c5 Build against 1.21.1 to resolve IncompatibleClassChangeError (upstream issue) 2024-11-05 11:56:57 -07:00
Intelli
2654562585 Changed minimum supported MC version to 1.16 2024-11-05 11:06:33 -07:00
Intelli
011865de56 Fixed IncompatibleClassChangeError on entity kills for MC 1.21.1 and earlier 2024-11-05 10:34:13 -07:00
Intelli
9958d372e3 Fixed IncompatibleClassChangeError when breaking paintings in 1.21.1 and earlier 2024-11-05 10:17:55 -07:00
Intelli
2780a9af27 Fixed NotSerializableException when sacrificing entities (fixes #666) 2024-11-04 14:31:00 -07:00
Intelli
ad4b0ddf24 Fixed NoSuchMethodError when killing entities on Spigot servers 2024-11-04 13:59:18 -07:00
Shotadft(承太劇場)
25cef3e5c5
Change to Japanese (#660)
* Update ja.yml

* Update ja.yml

* Update ja.yml

---------

Co-authored-by: Intelli <6790859+Intelli@users.noreply.github.com>
2024-10-28 17:57:32 -06:00
Intelli
2327dbcf78 Fixed SQLiteException when performing purges on SQLite databases (fixes #654) 2024-10-07 19:59:46 -06:00
Intelli
eaa8c5c5c1 Fixed v23.1 patch script not triggering on v23.0 installs when using SQLite 2024-10-03 18:37:13 -06:00
Intelli
70ffeacbc0 Fixed NoClassDefFoundError when attempting to load plugin on 32-bit Windows 2024-10-03 15:56:29 -06:00
Intelli
385c11a3aa Finalized extension system 2024-10-03 15:51:18 -06:00
Intelli
88b19efc89 Improve Extension handling 2024-09-29 18:56:07 -06:00
Intelli
c7406a01a7 Fix compilation error 2024-09-29 18:47:30 -06:00
Intelli
0f0c89845c Added separate version check for CoreProtect Edge 2024-09-29 18:40:05 -06:00
Intelli
de978fce2c Added base changes for database migration command (unfinished) 2024-09-29 18:35:37 -06:00
DarkSnakeX
fc0c8ff9ac
Update es.yml (#633)
Added new lines that were not covered on the old translation file.
2024-09-03 12:55:47 -06:00
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
Wang Siu Kao
cff6be6d90
Update Traditional Chinese translation (#618) 2024-08-19 16:17:23 -06:00
Intelli
7ab0704002 Improved how CPU information is displayed under /co status 2024-08-15 20:48:42 -06:00