Minecraft Forge 1.8.9 QOL mod for auction sniping and flipping
Find a file
2023-02-22 09:51:14 +00:00
src/main All fixed, testing TextRenderer 2023-02-21 20:12:22 +00:00
.gitignore init 2023-02-10 21:42:46 +00:00
build.gradle using config for items, could not think of another solution for now 2023-02-21 15:57:36 +00:00
gradlew init 2023-02-10 21:42:46 +00:00
gradlew.bat init 2023-02-10 21:42:46 +00:00
README.md readme 2023-02-22 09:51:14 +00:00
settings.gradle init 2023-02-10 21:42:46 +00:00

Auction House Flipper - Lilase

Forge mod will automatiaclly buy item according to your configuration, and send you a webhook when it has been bought.

Features:

  • Autobuy any item you want, customised by yourself
  • Can customise fetch time (the faster, the higher chance to get the item you want)
  • Webhook system to send you that an item has been bought

Changelog:

  • v1.0.1-beta - Initial Release

Example Config:

item1 {
    S:Name= 
    I:Price=1000
    S:Tier=ANY
    S:Type=ANY
}

item2 {
    S:Name=Livid Dagger
    I:Price=5000000
    S:Tier=LEGENDARY
    S:Type=WEAPON
}

item3 {
    S:Name=
    I:Price=0
    S:Tier=
    S:Type=
}

main {
    S:APIKey=PASTE KEY HERE
    I:AuctionHouseDelay=10
    S:Webhook=PASTE WEBHOOK HERE
}