readme changelog build.yml
This commit is contained in:
parent
78c735db84
commit
566f9c6af8
3 changed files with 2 additions and 3 deletions
2
.github/CHANGELOG.md
vendored
2
.github/CHANGELOG.md
vendored
|
@ -25,6 +25,6 @@
|
||||||
- Image render on GUI of crabby
|
- Image render on GUI of crabby
|
||||||
- Renamed ProfitPercentage to MinimumProfitPercentage
|
- Renamed ProfitPercentage to MinimumProfitPercentage
|
||||||
- Added "Bed Spam Delay" and "Only Sniper" in config so you can set the delay between each bed spam and config sniper to not autosell
|
- Added "Bed Spam Delay" and "Only Sniper" in config so you can set the delay between each bed spam and config sniper to not autosell
|
||||||
- Added auto detect of cookie so you can start sniper at everywhere
|
- Cookie compatible, with auto detect of cookie so you can start sniper at everywhere
|
||||||
- Refactoring AuctionHouse class to Sniper
|
- Refactoring AuctionHouse class to Sniper
|
||||||
- Adding maxium profit check so it can prvent buying duped items
|
- Adding maxium profit check so it can prvent buying duped items
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-gradle-
|
${{ runner.os }}-gradle-
|
||||||
- name: Build
|
- name: Build
|
||||||
run: chmod +x gradlew; ./gradlew setupDevWorkspace && ./gradlew build --stacktrace
|
run: chmod +x gradlew; ./gradlew setupDecompWorkspace && ./gradlew build --stacktrace
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -51,7 +51,6 @@ ANY, WEAPON, ARMOR, ACCESSORIES, CONSUMABLES, BLOCKS, MISC
|
||||||
- Wither Impact in lore check
|
- Wither Impact in lore check
|
||||||
- Blue omelette in lore check
|
- Blue omelette in lore check
|
||||||
- pre api?
|
- pre api?
|
||||||
- upper bound and lower bound for sniping as upper bound is specified right now
|
|
||||||
|
|
||||||
# Example Config:
|
# Example Config:
|
||||||
```cfg
|
```cfg
|
||||||
|
|
Loading…
Reference in a new issue