Commit Graph
874 Commits
Author SHA1 Message Date
Brokkonaut 424ef3b02b Only log sign base color changes when we log SIGNTEXT for this world 2019-05-27 23:53:50 +02:00
Brokkonaut 4fda020dfc Log sign base color change 2019-05-27 22:46:32 +02:00
Brokkonaut f6522b73f4 create chat table without fulltext index if the database does not support it. 2019-05-16 01:35:46 +02:00
Brokkonaut ac233a3920 Spigot 1.14.1 2019-05-14 17:59:30 +02:00
Brokkonaut 7a946fc23d Merge branch 'master' into 1.14pre 2019-05-14 17:56:39 +02:00
Brokkonaut 1602fdb03a Configuration option to require SSL on the database connection 2019-05-14 17:54:33 +02:00
Brokkonaut 33c18a9e62 Improve compatibility when running 1.13 and 1.14 servers on the same logblock database
Old materials are no longer renamed, instead new materials are added and the old entries are modified
2019-05-05 05:55:47 +02:00
Brokkonaut e66b5a8f9d Merge branch 'master' into 1.14pre 2019-05-04 17:50:48 +02:00
Brokkonaut bd23c93071 Allow logblock to load when it encounters unknown material/entity types 2019-05-04 17:49:29 +02:00
Brokkonaut 503541ad4e Fix version parsing 2019-05-02 21:51:16 +02:00
Brokkonaut 82d61d5ee7 Spigot 1.14 instead of 1.14-pre5 2019-04-27 04:53:34 +02:00
Brokkonaut 254c856b2f Update to 1.14pre5 2019-04-24 17:49:52 +02:00
Brokkonaut d4b127244e Disable tool on drop: Only cancel dropping if there is space for that item 2019-03-21 01:44:33 +01:00
Brokkonaut 87c09766d3 Allow tool use when the interact event is cancelled 2019-03-06 04:23:19 +01:00
Brokkonaut 8b1ee254b4 Fix NPE when entities die without a damager
Fixes #745
2019-02-23 18:17:14 +01:00
Brokkonaut 34eeb52c8d Use EnumSet instead of boolean array 2019-02-22 04:13:36 +01:00
Brokkonaut 399cbc901f Null check 2019-02-18 21:50:01 +01:00
Brokkonaut 7dce1776e7 Log pumpkin carving
Fixes #743
2019-02-18 21:15:42 +01:00
Brokkonaut 92de737e4e Allow null weapons for kills
Fixes #742
2019-02-14 21:24:09 +01:00
Brokkonaut 025950a8c4 Fix armor stand logging on kill in survival mode 2019-01-14 03:29:07 +01:00
Brokkonaut dc62524d0d Fix logging fluids flowing down 2019-01-09 03:58:12 +01:00
Brokkonaut 947163477b Do not go over the maximum level for fluids 2019-01-08 16:38:26 +01:00
Brokkonaut 2e81e2be9d Catch failed ItemStack serialization
This will still not serialize the problematic ItemStacks, at that is not in the scope of logblock, but it will avoid problems with logging is this problem occurs.
Fixes #735
2019-01-05 17:16:18 +01:00
Brokkonaut 58223b7612 Fix startup exception when running without WorldEdit
Fixes #736
2019-01-04 18:10:11 +01:00
Brokkonaut 51f84251dc Adapt to latest WorldEdit changes 2019-01-04 18:09:12 +01:00
Brokkonaut 31ef2d942b Return idle connection from Consumer to avoid timeout
Fixes #732
2018-12-11 05:11:13 +01:00
Brokkonaut 9f8fd3e1ca Use constants for magic values 2018-12-08 18:04:36 +01:00
Brokkonaut 71527530f2 Reduce converter max batch size
Some popular hosters have quite low memory limits.. Fixes #730
2018-11-27 06:15:36 +01:00
Brokkonaut d5ee15ebba Improve stability for material table updates 2018-11-27 06:05:00 +01:00
Brokkonaut ab464e1dd5 Use long instead of int to avoid overflow in converter 2018-11-26 06:20:02 +01:00
Brokkonaut d847908d3c Skip duplicates for chest/sign conversion too 2018-11-24 03:39:05 +01:00
Brokkonaut 7e47a0c375 Skip duplicate rows instead of canceling the conversion 2018-11-24 03:34:09 +01:00
Brokkonaut ab7c8ffbb2 Fix key limit issues with some mysql versions
Fixes #728
2018-11-13 23:51:35 +01:00
Brokkonaut 0e8bb2599c WorldEdit changed the bstats artifact group again 2018-11-12 04:30:50 +01:00
Brokkonaut 7f3bb300ef Version 1.13.2 2018-11-10 04:26:27 +01:00
Brokkonaut 83157ad64f clearlog for entities 2018-11-10 04:22:52 +01:00
Brokkonaut cd798e86de Summarization for entities 2018-11-10 04:00:10 +01:00
Brokkonaut c3b0fda017 Improve worldeditor row ordering 2018-11-09 21:05:08 +01:00
Brokkonaut 27c72b43c1 Error message if entity logging is enabled, but no compatible WorldEdit is found 2018-11-09 17:31:39 +01:00
Brokkonaut 8a1897e102 Add entities to params command 2018-11-09 06:29:26 +01:00
Brokkonaut 9ea7a47b4e Animals should not contain ambient entities 2018-11-09 06:27:21 +01:00
Brokkonaut 76aeb5f602 Filter for entity types 2018-11-09 06:24:36 +01:00
Brokkonaut 1eace44cce Better messages 2018-11-09 05:04:37 +01:00
Brokkonaut a5ffa3b709 Log & rollback armor stand/item frame modifications 2018-11-09 05:00:32 +01:00
Brokkonaut 4e1a79ca0f Configurable entity logging 2018-11-09 04:04:31 +01:00
Brokkonaut ea16656fcb Log armor stands, item frames and paintings 2018-11-09 02:37:48 +01:00
Brokkonaut 9d1baee2e2 Improve entity logging/rollbacks
- Allow UUID changes on respawn
- Log Spawn
- Implement rollback and redo for entities
2018-11-09 00:41:05 +01:00
Brokkonaut 3a2c1d8d6f Rollback of killed entities works! 2018-11-08 19:13:13 +01:00
Brokkonaut 868c56ef6a Allow other edits than block edits 2018-11-08 15:54:59 +01:00
Brokkonaut f9d246dd63 Implement basic entity change lookup 2018-11-08 05:44:21 +01:00