Commit Graph
993 Commits
Author SHA1 Message Date
Brokkonaut 142bcae2ca Add feature to disable logging in WorldGuard regions
resolves #826
2021-08-27 03:22:29 +02:00
Brokkonaut 5dfee1f906 Load config in onLoad 2021-08-27 02:43:18 +02:00
Brokkonaut e430ee073f Move all classes to the logblock package 2021-08-27 02:25:11 +02:00
Brokkonaut c940dfc05a Store the acting entity object in the actor class 2021-08-26 21:16:40 +02:00
Brokkonaut 610f3edcab Add EntityChangePreLogEvent 2021-08-26 20:54:55 +02:00
Brokkonaut 597b1831f1 Normalize actor for crop trampling mobs 2021-08-26 20:53:42 +02:00
Brokkonaut d084372876 Simplify Actor.actorFromString 2021-08-26 08:07:28 +02:00
Brokkonaut 4b7b5b984d Remove fireCustomEvents config option / fire event when any listener is registered 2021-08-26 07:58:44 +02:00
Brokkonaut 522def8b2e Add a warning that the table conversion for 1.17 might take a long time 2021-08-23 19:41:23 +02:00
Brokkonaut b3f268cd04 Avoid deprecated methods when creating the item hover and some cleanup 2021-08-21 00:01:15 +02:00
EpicPlayerA10 f2f988b15b Added more pleasant HoverEvent (#835)
* Added more pleasant hoverevent

* Remove synchronized

* Changed item amount

* Requested changes
2021-08-20 23:49:58 +02:00
Brokkonaut 3730aa92c4 Log breaking dripstone
Fixes #831
2021-08-17 05:54:13 +02:00
Brokkonaut 5aac2d712b Fix logging blocks below 0
Fixes #834
2021-08-17 05:47:37 +02:00
Brokkonaut 701f434fae cancel auto clearlog when plugin is disabled 2021-07-12 05:08:03 +02:00
Brokkonaut 07924138ea Add cauldron interact logging 2021-07-12 04:28:16 +02:00
Brokkonaut 9c2caa6af8 Better display sign changes in log messages 2021-07-12 03:57:36 +02:00
Brokkonaut 1e1243449f Log make signs glowing/unglowing 2021-07-12 03:32:09 +02:00
Brokkonaut 7f3837f1fe Fix logging bonemealing moss 2021-07-09 06:27:21 +02:00
Brokkonaut 9399b7062e Update to 1.17 2021-06-29 05:23:17 +02:00
Brokkonaut a58206b21d Add End Crystal logging
Fixes #830
2021-06-23 05:50:32 +02:00
Brokkonaut aca0127781 Update spigot dependency to 1.16.5 2021-06-23 05:48:06 +02:00
Brokkonaut 1a9827cc32 Explosion logging: Move WitherSkull up, because it is a Fireball too 2021-06-11 04:03:37 +02:00
Brokkonaut cf8da11cca Fix setting actor when a creeper causes an explosion 2021-04-30 04:05:30 +02:00
Brokkonaut 8e3f5aca56 Improve entity killer logging
Fixes #622
2021-04-29 20:37:38 +02:00
Brokkonaut 2d9456409c Remove accidentally committed debug logging 2021-04-29 16:27:14 +02:00
Brokkonaut f0e3353fc9 Prettier help formating
Fixes #592
2021-04-28 05:21:13 +02:00
Brokkonaut 721b51383c Merge branch 'master' into inventory-logging
Fixes #817, #774, #770, #676, #565
2021-04-28 04:51:46 +02:00
Brokkonaut cb1231eab5 Snapshots 2021-04-15 03:23:55 +02:00
Brokkonaut 1df380741b Release 1.16.5.1 2021-04-15 03:19:14 +02:00
Brokkonaut 2049a7a7a4 Use a different way to check for existing tables 2021-04-14 18:52:06 +02:00
Brokkonaut 8148386e3e Back to snapshots 2021-04-13 21:01:37 +02:00
Brokkonaut 87074da8a1 Release Logblock 1.16.5 2021-04-13 20:53:56 +02:00
Brokkonaut 0fd3266c7b Load the new mysql driver class if available 2021-04-13 18:32:16 +02:00
Brokkonaut c20b677507 Improve table creation logic 2021-04-13 18:24:54 +02:00
Brokkonaut fe7e244898 Do not scroll in a result set when we don't have to 2021-03-18 21:25:10 +01:00
Brokkonaut 4f7c02b285 Flush other viewers of the same inventory; add some documentation 2021-02-22 07:42:50 +01:00
Brokkonaut 8a8471c3e6 Initial work for improved inventory logging 2021-02-22 00:18:02 +01:00
Brokkonaut fe98370acd Avoid syncronous query in /lb me
and improve changes count display in sumarized changes

Fixes #819
2021-02-20 06:32:53 +01:00
Brokkonaut 76df1a4913 Use GSON in UUIDFetcher 2021-02-17 07:31:50 +01:00
Brokkonaut 841ce89f21 UUIDs are stored differently since 1.16 2021-02-17 07:10:51 +01:00
Brokkonaut 033a53e338 Improve database upgrade logic 2021-01-30 17:34:24 +01:00
Brokkonaut f42649adc3 Do not forget to close connection when upgrading a table fails 2021-01-29 20:10:43 +01:00
Brokkonaut 81e0135046 Remove tool from offhand if it is not found in the main inventory 2021-01-16 07:37:56 +01:00
Brokkonaut e181c85647 Fix table update and to not break on update issues 2021-01-16 07:16:01 +01:00
Brokkonaut dde8dc8289 Do not log bees leaving beehives 2021-01-16 06:21:53 +01:00
Brokkonaut ac462261dc Add missing entityid index for entities tables 2021-01-16 06:20:36 +01:00
Brokkonaut 42715de265 getExistingEntityTypeId should return Integer instead of int
Fixes #804
2020-08-31 00:28:12 +02:00
Brokkonaut d548206c3a Workaround for SPIGOT-6025 (catch the exception and log it) 2020-08-28 05:34:48 +02:00
Brokkonaut 24b5455f08 Use Spigots new HoverEvent api 2020-08-23 07:10:11 +02:00
Brokkonaut 35f921a9a0 Fix loading old walls 2020-08-23 05:40:15 +02:00