From ebe98ada20e5de258f5c4eee6bfa7f8ae79489b9 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 15 Feb 2024 21:13:29 +0100 Subject: README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6758be5 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Local Transaction Ledger for Hypixel SkyBlock + +- This is a mod for Hypixel SkyBlock +- This is for 1.8.9 +- This mod will save a list of the following transactions + - Bazaar instant sell/buy + - Bazaar orders (when executed and claimed, not when offered) + - Auction house purchases + - Auction house (BIN) auctions. + - Bank transfers. + - and maybe more if you request them in the issues. +- This mod will save the list in a very obvious JSON format in `.minecraft/money-ledger`. -- cgit