Commit Graph
834 Commits
Author SHA1 Message Date
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
Brokkonaut 707e0a1eed Incomplete entity logging 2018-11-08 05:19:59 +01:00
Brokkonaut 5ad0f06d16 Don't use MyISAM tables 2018-11-08 02:44:04 +01:00
Brokkonaut 4ce7ad0f7d Tool lookups no longer require WorldEdit for double chests 2018-11-07 20:56:58 +01:00
Brokkonaut 4af5b3f1ea There can only one of selection/location be set 2018-11-07 20:55:44 +01:00
Brokkonaut 8c6ee4cf0c Improve CuboidRegion not to use WorldEdit vectors when not needed 2018-11-07 20:45:57 +01:00
Brokkonaut 737afcd1fa Simplify we adapter 2018-11-07 02:55:29 +01:00
Brokkonaut f2dc3daad0 Adapt to latest WorldEdit changes + Compile against Spigot 1.13.2 2018-11-06 01:56:25 +01:00
Brokkonaut 35e62e03e9 order results by id only (date is not needed there) 2018-11-02 23:57:12 +01:00
Brokkonaut 40531988b0 optimize log lookup 2018-11-02 03:33:38 +01:00
Brokkonaut fde6927aeb Improve recovering from broken connections 2018-10-21 04:21:59 +02:00
Brokkonaut 3e836c2f50 Remove LogBlockQuestioner soft dependency, as it is no longer a separate plugin 2018-10-19 16:40:17 +02:00
Brokkonaut 396b79ab68 Remove unused import 2018-10-19 15:50:04 +02:00
Brokkonaut be5ee9f792 Fix NPE in FluidFlowLogging
Fixes #724
2018-10-17 14:59:35 +02:00
Brokkonaut 497e844486 Split long chat lines (for example from command blocks) 2018-10-15 03:05:58 +02:00
Brokkonaut 90dbc8d8df Improve water flow logging 2018-10-15 02:49:46 +02:00
Brokkonaut 91a08e7ea0 Fix worldedit dependency (one more exclusion..) 2018-10-12 22:35:23 +02:00
Brokkonaut eec8c91a42 Fix worldedit dependency (again..) 2018-10-12 22:31:24 +02:00
Brokkonaut a4368ea77f Fix sign logging 2018-10-12 22:30:34 +02:00
Brokkonaut 7a8551d94f Get the session by entity, not by name 2018-09-22 14:21:25 +02:00
Brokkonaut 96c9b694b8 Fix: nocache parameter showed entries from the previous lookup 2018-09-22 14:20:13 +02:00
Brokkonaut b1e0f91bd7 exclude bStats from WorldEdit dependency as it breaks the build 2018-09-21 22:36:34 +02:00
Brokkonaut 91315b10c8 New param "nocache" to prevent replacing the lookup cache (useful for tools) 2018-09-21 22:22:52 +02:00
Brokkonaut 210d6cec37 Log turtle egg trampling 2018-09-21 00:42:28 +02:00
Brokkonaut eb99b6d278 Add players: Try a less odd query if the first one failed 2018-09-15 04:05:17 +02:00
Brokkonaut a55cbabbdd Add some debug output when adding players fails 2018-09-15 03:36:52 +02:00
Brokkonaut 421f16784f Don't try to process row if actors could not be inserted 2018-09-13 02:29:21 +02:00
Brokkonaut faaab7c4f6 Limit UUIDs to 36 chars + prevent null UUIDs 2018-09-13 02:25:34 +02:00
Brokkonaut 0bdeb7dc86 Escape UUID in database querys 2018-09-13 02:17:19 +02:00
Brokkonaut 2bb9e09959 Cleanup Actor.equals() and .hashCode() + some formatting 2018-09-13 02:04:33 +02:00
Brokkonaut d214b646db cleanup: getBlockSet/Replaced in class BlockChange 2018-09-12 21:18:43 +02:00
Brokkonaut 3ef6e48ca4 remove mcstats metrics
its dead for a long time now
2018-09-05 16:21:34 +02:00
Brokkonaut 1b316dc11f add alternative mvn repo for worldedit 2018-09-05 13:28:33 +02:00
Brokkonaut 3c64376dd1 improve log importer
- try importing line by line if the batch import did not work
- print more informative error messages
- fix writing failed imports to failed.txt
2018-09-05 12:59:06 +02:00
Brokkonaut c390504b70 Sort files before importing them 2018-09-05 03:05:41 +02:00
Brokkonaut df8c8bcdda Fix clearing containers on rollback 2018-09-02 04:58:18 +02:00
Brokkonaut 544385f2ad Log replaced fluids at the correct position 2018-08-29 22:54:35 +02:00
Brokkonaut 9c2a93dafb Param for force replace not matching blocks 2018-08-29 22:26:37 +02:00
Brokkonaut 404c9b91c0 Fix bucket empty with waterlogged blocks 2018-08-29 22:05:39 +02:00
Brokkonaut 1cbc192b31 Log BlockFormEvent by fluids 2018-08-29 19:38:19 +02:00
Brokkonaut 76fce15305 Log watering waterlogged 2018-08-29 18:33:31 +02:00