Brokkonaut
d829005c7e
Apply new message formatting to entity changes
2019-06-23 21:57:21 +02:00
Brokkonaut
a6e4d79e0c
Merge remote-tracking branch 'remotes/DarkArk/feature/pretty-chat' into pretty-chat
2019-06-23 21:47:14 +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
Wyatt Childers
8f429afbeb
Made LogBlock's messages far more visual appealing
2019-05-20 23:29:29 -04: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