Commit Graph
729 Commits
Author SHA1 Message Date
Brokkonaut cd2dbc0813 Integrate Questioner into Logblock
You do not need the extra plugin any more. If you want no questions asked, just disable it in the config.
2018-08-01 00:28:13 +02:00
Brokkonaut fd450aee80 Check if world is logged in LogBlock.getCount 2018-07-31 23:17:26 +02:00
Brokkonaut e5097a1577 Compare all aspects if ItemStacks, not only Material 2018-07-31 22:00:17 +02:00
Brokkonaut c541847225 Lets keywords have a min amount of arguments
So querys like */lb world world* (Find logs in the world named "world") or */lb player destroyed* (Find logs for a player named "destroyed") are possible
2018-07-31 21:00:50 +02:00
Brokkonaut 2fe886205b Calculate online time locally
Fixes #645
2018-07-31 18:58:48 +02:00
Brokkonaut 28aabd09c7 Rename RegionContainer to CuboidRegion 2018-07-31 18:00:28 +02:00
Brokkonaut b80777a9a0 Improve WorldEdit encapsulation 2018-07-31 17:58:31 +02:00
Brokkonaut c73b29e43b Fix cloning of QueryParams and using them async 2018-07-31 17:40:14 +02:00
Brokkonaut 354c9078b1 Case insensitive check for ignored chat commands
Fixes #651
2018-07-31 16:16:02 +02:00
Brokkonaut 759cd230a1 sanity checks for some command params
rollback/redo of chat or kills is not possible
2018-07-31 15:54:21 +02:00
Brokkonaut 19762691d0 Fix chest access logging (incorrect field name) 2018-07-31 15:35:11 +02:00
Brokkonaut 1e8779cb9a Add null check for inventory logging
Maybe fix #681
2018-07-31 15:18:06 +02:00
Brokkonaut a1d622ebbd Use the plugin logger instead of the global logger 2018-07-31 14:16:34 +02:00
Brokkonaut 76500f2e51 Always check collation when upgrading tables 2018-07-31 14:08:50 +02:00
Brokkonaut d403af42d9 Cancel early when trying to lookup chat while chat is not logged
Fixes #683
2018-07-31 13:33:33 +02:00
Brokkonaut f83fc7cee2 Typo 2018-07-31 13:23:45 +02:00
Brokkonaut 6680e9e3eb Allow querying for item types in chestaccess v1.13.1-SNAPSHOT-1 2018-07-31 03:01:26 +02:00
Brokkonaut 58e5cdf890 Serialize BlockStates
Banner, spawner and player heads can now be rolled back
2018-07-31 02:19:40 +02:00
Brokkonaut fca9c90032 Improve version parsing for update check 2018-07-30 16:48:09 +02:00
Brokkonaut f6e440c1df cleanup (de)serializing of ItemStacks 2018-07-30 16:41:55 +02:00
Brokkonaut afb81f850d The uncolored skulker box is also a block 2018-07-30 16:41:12 +02:00
Brokkonaut 166548da18 Upgrade config, chestaccess and kills too v1.13-SNAPSHOT-1 2018-07-29 15:37:28 +02:00
Brokkonaut dc5c8a82c3 Log stack traces for some more exceptions 2018-07-29 15:37:28 +02:00
Brokkonaut 9f1fc3fe7b Do not check for invalid materials in the config before upgrading them 2018-07-29 15:37:28 +02:00
Brokkonaut 0bdbce59b8 Legacy materials are not iterated, so don't have to check for that 2018-07-29 15:37:28 +02:00
Brokkonaut 88faff8230 Formating 2018-07-29 15:37:28 +02:00
Brokkonaut 71a950a48b Add the new airs to the config 2018-07-29 15:37:28 +02:00
Brokkonaut f41a2f0b45 Update repositorys/Remove dead repos 2018-07-29 15:37:28 +02:00
Brokkonaut 0a7ea8e747 Treat CAVE_AIR and VOID_AIR the same as AIR 2018-07-29 15:37:28 +02:00
Brokkonaut 905c25a943 Set the maximum size for the connection pool 2018-07-29 15:37:28 +02:00
Brokkonaut 6e2325d346 The weapon might be null 2018-07-29 15:37:28 +02:00
Brokkonaut 5cb9dfda50 Update dependencies & maven plugins, add relocations 2018-07-29 15:37:28 +02:00
Brokkonaut bdf18fac1e Fix MaterialConverter query 2018-07-29 15:37:28 +02:00
Brokkonaut 8f18af2252 Convert old blockchange logs 2018-07-29 15:37:28 +02:00
Brokkonaut d1d16a6246 Update from 1.13-pre7 to 1.13 2018-07-29 15:37:28 +02:00
Brokkonaut 84270c59c6 Update default config 2018-07-29 15:37:28 +02:00
Brokkonaut ea87835595 Update to WorldEdit for 1.13 2018-07-29 15:37:28 +02:00
Brokkonaut 6d35da12e3 Access MaterialConverter only from main thread, avoid sync 2018-07-29 15:37:28 +02:00
Brokkonaut 0792fbd32a Not every material has a BlockData 2018-07-29 15:37:28 +02:00
Brokkonaut 51505cf34a Better rollback of doors 2018-07-29 15:37:28 +02:00
Brokkonaut ce30d33824 Update to 1.13 / Logging/Rollbacks work but largely untested
Still missing: Import data from 1.12 and older
2018-07-29 15:37:28 +02:00
Yannick Schinko 1ce92e1d3f Updated HikariCP to latest version (#707) 2017-12-12 10:01:32 +11:00
md_5 0ed8728d01 #703: Chest rollback issues on 1.12.1 2017-08-18 17:57:09 +10:00
md_5 40c1cc1c22 #702: MySQL error in upgrader 2017-08-16 20:52:28 +10:00
md_5 a51651c306 repo.md-5.net -> https 2017-08-13 19:41:34 +10:00
md_5 72851ca52f #700: Change chat columns to 256 2017-08-11 18:31:55 +10:00
md_5 defcfeeb07 #698: Misc explosion logging 2017-07-08 18:04:45 +10:00
René Preuß ba8c1281e3 Change materials.yml location to relative (#697) 2017-06-30 09:01:30 +10:00
Niklas 80de6eb383 Update for 1.12 (#694) 2017-06-10 08:27:28 +10:00
Max Lee 207c66809f Add separate logging entry for ender crystal explosions and default all posible explosions to true (#669) 2017-02-10 08:19:26 +11:00