night0721 / Lilase

Minecraft Forge 1.8.9 QOL mod for auction sniping and flipping
https://git.night0721.xyz/lilase
GNU General Public License v3.0
12 stars 3 forks source link
forge minecraft qol

Auction House Flipper - Lilase

icon

Introduction:

A simple QOL Forge mod runs on 1.8.9, automatiaclly buy item and sell items according to flips in COFL for profit, and send you a webhook when it has been bought. With the support of remote control allows you to control the mod through Discord. If you have any questions please join Discord Server for support For how to use, see here

Features:

Download:

  1. Download the latest version of Lilase from here
  2. Download the latest version of COFL from here
  3. Put them into %APPDATA%/.minecraft/mods
  4. Start forge 1.8.9
  5. Press N key to change any config you want including webhooks
  6. Press M key to start cofl macro(or change it in control settings)
  7. For example configuration, see here

Remote Control:

  1. Go to Discord Developer Portal and create a new application
  2. Go to Bot tab and create a new bot
  3. Copy the token and paste it into the config where it says "BotToken"
  4. Go to OAuth2 tab and select bot and administrator, then copy the link and paste it into your browser
  5. Select the server you want to add the bot to and click authorize
  6. Copy the channel ID and paste it into the config where it says "LogChannel"
  7. Restart the mod
  8. Now you can use the remote control commands by typing /
  9. For example, /stats will show you current session statistics

How to get logs:

  1. First go to the game folder, %APPDATA%/Roaming/.minecraft (default) or depends on whatever client you using ExampleDir
  2. Go to logs folder
  3. Select latest.log and send it to Discord for developer to help you

Changelog:

ChangeLog

Example Config:

{
  "RemoteControl": true,
  "BotToken": "OTE1NDk3NDQ1OTMwODY2MjA=.QREQw3.ASDU238qw9adsfdWEfsgsdfg",
  "LogChannel": "91549744593086620",
  "Webhook": "https://discord.com/api/webhooks/81963527359311890/MIIDBjCCAe4CCQDqzJZzANBgkqhkiG9w0BAQsFADBFMQswCQYDVQQGEwJjbjELMAkGA1"
}