Commit Graph

304 Commits

Author SHA1 Message Date
Szum123321
111fe12ae7 Moved close to finally 2021-08-03 21:26:11 +02:00
szymon
8fe0cae73a Added dependency info to fabric.mod.json 2021-07-09 22:43:47 +02:00
szymon
d6430c9bef version bump 2021-07-08 21:46:22 +02:00
szymon
121d6269cd Added missing copyright headers 2021-07-08 21:45:58 +02:00
szymon
585dd01c02 Moved one perWorldBackup to the top so that General category appears on the top. I might rearrange other settings in more logical way 2021-07-07 14:28:51 +02:00
szymon
47f8c5cbc3 Style correction, removed unnecessary constructors from records 2021-07-07 14:23:54 +02:00
szymon
8858bd498b Use stream instead of for loop 2021-07-07 14:21:49 +02:00
szymon
a0c7b478cb Added missing save command 2021-07-07 14:21:22 +02:00
szymon
cdd2b78c43 getMinecraftServer was renamed to getServer
Also updated to mc 1.17.1
2021-07-06 22:33:00 +02:00
szymon
e9f6a29eb2 Yes! Zero changes to config file look! 2021-07-06 22:15:30 +02:00
Szum123321
d991dc0339
Merge pull request #68 from Szum123321/2.1.0
2.1.0
2021-06-26 13:25:02 +02:00
Szum123321
0d093d75c4
Merge branch '2.x' into 2.1.0 2021-06-26 13:24:42 +02:00
szymon
a8f98c460e Many, many changes:
- I migrated from cotton config to Cloth config + Auto config, that way it's easy to provide modmenu integration while keeping backward-compatibility. Because settings might change at runtime it's now necessary to keep the config reference up-to-date. I done this by using wrapper class around ConfigHolder<> and having a reference to main instance in each class accessing the config.

 - Switched form using one global logger to creating new instance in every class.

 - Removed BackupScheduler from Statics. Why did I put it there in the first place?
2021-06-26 13:10:35 +02:00
szymon
cc912d322e added copyright notice into output jar 2021-06-19 19:03:13 +02:00
szymon
fee04a9943 small correction 2021-06-19 18:48:46 +02:00
szymon
fcc1dca958 BackupHelper cleanup 2021-06-19 15:39:00 +02:00
szymon
725d4098be Replaced File with Optional<File> in Statics to make sure I won't forget to check if it exists 2021-06-19 14:44:06 +02:00
szymon
af8e14f092 Repaired #42 2021-06-19 14:42:22 +02:00
szymon
d0772b44eb i think it's time 2021-06-17 22:24:58 +02:00
szymon
0a5b5e5c54 Forgot to remove LZMACompressor.java 2021-06-17 22:20:37 +02:00
szymon
78128bc63b Slightly beeter logs 2021-06-17 22:17:55 +02:00
szymon
adc14273d0 Java 16 update 2021-06-16 22:42:11 +02:00
szymon
24455d2e5c Last version didn't work with different system languages. This now works but basically depends on a regex 2021-06-14 23:08:56 +02:00
szymon
d322f6dc26 Mc version bump 2021-06-13 22:26:17 +02:00
szymon
2ba6ba444c Changed chat message prefix color to match mod's theme. Slightly improved functions notifyPlayer in BackupHelper and RestoreHelper 2021-06-13 22:26:05 +02:00
szymon
95653d066d Added slightly more graceful error handling for THE ISSUE 2021-06-13 21:44:38 +02:00
szymon
5cfb5c393a Version bump 2021-06-13 21:27:08 +02:00
szymon
ab32bd6ead Make it compile and a bit of cleanup 2021-06-13 21:26:57 +02:00
szymon
18e8860f42 1.17 update 2021-06-13 21:25:52 +02:00
szymon
f8f1b4a1f6 Message saying the server is going to shut down is now set using MinecraftServer.getPlayerManager().broadcastChatMessage() 2021-06-13 19:17:48 +02:00
szymon
b172df6c0f 1.17 update 2021-06-13 19:12:26 +02:00
szymon
f3982d78c0 . 2021-01-02 17:20:56 +01:00
szymon
3c5976f198 Added uncompressed option 2021-01-02 17:20:12 +01:00
szymon
acba0d0cb8 File names now end with minecraft minor version and should not contain patch id. 2020-12-25 19:34:36 +01:00
szymon
c344e01c26 Better CRC32 2020-12-14 13:18:16 +01:00
szymon
927638e0b6 consistency 2020-12-14 12:56:36 +01:00
szymon
09b809de8f Fixed #52 2020-12-13 12:30:58 +01:00
Szum123321
75eec3e040
Update README.md 2020-12-07 00:05:53 +01:00
szymon
e92ef1fb28 Version bump 2020-12-07 00:02:54 +01:00
Szum123321
c80ddfc5b3
Update README.md
Server, not channel
2020-12-06 22:46:23 +01:00
szymon
1b321b7a64 Changed default dateTimeFormat to ISO standard 2020-12-06 22:09:19 +01:00
szymon
7e7280bb82 v 2020-12-06 21:56:23 +01:00
szymon
39d3c3dacd Improved error catching 2020-12-06 21:26:11 +01:00
szymon
8506bef30b Added error catching 2020-12-06 19:19:16 +01:00
szymon
445f7a5613 Some improvements to logging, Player data now gets saved. Few other things... 2020-12-05 23:14:35 +01:00
szymon
7f82664ae7 Added Delete command.
Rearranged command package
2020-12-05 22:17:22 +01:00
szymon
d29b9049a4 Typos + missing import 2020-12-02 21:12:58 +01:00
szymon
7e2e399829 Improved RestoreBackupCommand 2020-12-02 21:10:48 +01:00
szymon
b68640b37f Added CRC32 calculation to Stored entries in Zip (caused exceptions) 2020-12-02 21:06:46 +01:00
szymon
eba22e8464 Added newBackupContextBuilder function to BackupContext.Builder and simplified StartBackupCommand 2020-12-02 21:05:16 +01:00