Commit Graph
1028 Commits
Author SHA1 Message Date
Brokkonaut e4fb0f38d1 No more enums 2023-03-17 05:30:40 +01:00
Brokkonaut 154de294a4 use a better method 2023-02-07 04:41:58 +01:00
Brokkonaut d347a25a02 Updates for 1.19.3: Log hanging signs and add some missing materials 2023-02-07 04:30:24 +01:00
Brokkonaut b3e829d1be add bamboo blocks (requires 1.19.3) 2023-01-18 06:09:55 +01:00
Brokkonaut c3ae8358dd better log rollback exceptions 2023-01-03 04:59:42 +01:00
Brokkonaut 5d91d5abb7 "/lb sum entities" should list entities, not blocks 2022-11-03 06:04:11 +01:00
Brokkonaut 7c690c707a port to exact height when player is in specator mode 2022-11-03 06:01:57 +01:00
Brokkonaut 0bd211083b do not log golems by default 2022-11-03 05:56:41 +01:00
Brokkonaut a395f206bd Log respawn anchor explosions 2022-11-03 05:56:30 +01:00
Brokkonaut 4faced94d4 separate logging option for wateranimals 2022-11-03 05:41:41 +01:00
Brokkonaut 0f459440be New entity logging option logAllNamedEntityKills 2022-11-03 05:36:55 +01:00
Brokkonaut 43864ad002 Remove unused config option 2022-09-30 05:26:14 +02:00
Brokkonaut c34ad1ca0f Allow minecraft names instead of bukkit names for entities 2022-09-09 07:47:12 +02:00
Brokkonaut 0e601aa174 add config option if natural entity spawns should be logged 2022-08-03 05:44:57 +02:00
Brokkonaut 9bfe5d09cd use long when accessing id columns 2022-08-03 05:05:44 +02:00
Brokkonaut c6e8105c0e add newline before log output to improve readability 2022-08-03 04:36:09 +02:00
Brokkonaut b658d3799b add missing 1.19 materials 2022-07-14 05:31:24 +02:00
Brokkonaut 86100c1830 version 1.19.0.0-SNAPSHOT 2022-07-03 07:36:40 +02:00
Brokkonaut 7791c4e960 fix player names with underscore 2022-06-16 21:32:51 +02:00
Brokkonaut 62a5be6c6b log sculk 2022-06-11 20:39:23 +02:00
Brokkonaut 0ed501493e Update for Minecraft 19
* Update build plugins
* Update dependencies
* Require Java 17
2022-06-11 20:20:09 +02:00
Brokkonaut 81457ced65 improve player name parsing 2022-06-11 20:14:48 +02:00
Brokkonaut c3394fa8c5 Save full skull profile instead of just the uuid if available 2022-02-16 08:38:50 +01:00
fantahund e61f9b058d Fix world height during safe teleport 2022-02-01 20:42:48 +01:00
Brokkonaut 1b2948c912 use https for xml schema location 2022-01-08 21:49:07 +01:00
Brokkonaut 8def317c62 Revert "exclude worldedit dependencies (#850)"
This reverts commit 676f862d2d.
2022-01-07 21:34:19 +01:00
qwertyuioplkjhgfdandqwertyuioplkjhgfd 676f862d2d exclude worldedit dependencies (#850)
Co-authored-by: qwertyuioplkjhgfd <qwertyuioplkjhgfd@users.noreply.github.com>
2022-01-07 01:46:51 +01:00
qwertyuioplkjhgfd 6d0ac7169c update enginehub repository location (#849) 2022-01-05 01:37:45 +01:00
Brokkonaut 5e9be562cd fix candle logging 2021-12-19 09:25:20 +01:00
Brokkonaut 4e4b5de15d fix some y column types on startup if required 2021-12-19 07:27:37 +01:00
Brokkonaut eac1008525 ItemStack.getTagClone is private so we have to use setAccessible 2021-12-19 06:41:10 +01:00
Brokkonaut e87e9e2939 Fix itemstack reflection 2021-12-06 03:58:39 +01:00
Brokkonaut 31589ceec7 Build against spigot-api 1.18 2021-12-06 03:58:16 +01:00
Brokkonaut 749d114acd Fix issues with minecraft 1.18 2021-12-01 07:48:03 +01:00
Brokkonaut 964e60b2e5 update distribution repository 2021-11-08 05:49:33 +01:00
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