Commit Graph
891 Commits
Author SHA1 Message Date
Brokkonaut cd38ac9866 Remove unused methods 2019-08-27 22:30:37 +02:00
Brokkonaut a7967e9b1e Do not require WorldEdit for CuboidRegion 2019-08-27 20:10:12 +02:00
Paul-Maxime 2f92fd3426 Fix beacon logging, they are not a container 2019-08-11 04:56:13 +02:00
Brokkonaut 091bdca142 Merge pull request #763 from paul-maxime/public-chestaccess
Add public to the ChestAccess variables
2019-08-10 04:25:48 +02:00
Brokkonaut 07bf9421dd Switch to openjdk8 in travis builds 2019-08-10 04:24:03 +02:00
Paul-Maxime 06f24bf632 Add public to the ChestAccess variables 2019-08-10 00:24:27 +02:00
Brokkonaut 6f4ce7e6d0 Fix lectern logging
Fixes #761
2019-07-09 03:42:33 +02:00
Brokkonaut e8aaadf37b Code style 2019-06-23 17:14:17 +02:00
Brokkonaut 1525d7682f Reformat 2019-06-23 16:45:14 +02:00
Brokkonaut 76f7f8701d Improve logging of 1.14 blocks 2019-06-23 05:23:31 +02:00
Brokkonaut 9b5e0c9025 WorldEdit logging should only log modified blocks
Fixes #757
2019-06-23 05:22:18 +02:00
Brokkonaut e6b0108bc5 Chunk.load is just as World.loadChunk 2019-06-20 06:08:59 +02:00
Brokkonaut 3efd92d9df loadChunk will keep chunks loaded forever, so do not use that 2019-06-20 05:37:55 +02:00
Brokkonaut 05d7652bcc Improve log messages when the block/entity type is unknown 2019-05-31 18:00:55 +02:00
Brokkonaut 72fc78b3c0 Add missing break 2019-05-28 07:30:56 +02:00
Brokkonaut 9eef03aa90 Fix lectern logging 2019-05-28 06:07:57 +02:00
Brokkonaut da692ed01a Log lectern book change 2019-05-28 05:25:25 +02:00
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