From a6c7b55ff77dad0429d009d29b29d8bbde51cf5b Mon Sep 17 00:00:00 2001 From: Yasin Date: Fri, 28 Jul 2023 19:06:53 +0200 Subject: update to 1.11.0 --- README.md | 47 +++++++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 20 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9b5e323c..b3403c4f 100644 --- a/README.md +++ b/README.md @@ -21,19 +21,22 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in * Hide Messages: Ability Cooldown, Heal, AOTE, Implosion, Molten Wave, Teleport Pad Messages * Dungeon Minimap * Dungeon Puzzle Solver: - * Three Weirdos - * Blaze - * Croesus - * Terminal: - * Order - * Coloured Items - * Item Name + * Three Weirdos + * Blaze + * Croesus + * Terminal: + * Order + * Coloured Items + * Item Name * Dwarven Mines Solver: Fetchur, Puzzler * Barn Solver: Treasure Hunter, Hungry Hiker +* Experiments Solvers +* Slayer helper: + * Vampire : Effigy Waypoints, Healing Melon Indicator, Twinclaws Ice Indicator, Steak Stake Indicator * Drill Fuel in Item Durability Bar * Hotbar Slot Lock Keybind (Select the hotbar slot you want to lock/unlock and press the lockbutton) -* Price tooltip: npc, bazaar (avg, lbin), ah, museum -* reparty: write /rp to reparty +* Price tooltip: npc, motes, bazaar (avg, lbin), ah, museum +* reparty: write /rp to reparty + auto rejoin * Wiki Lookup: press f4 to open the wiki page about the held item * Discord Rich Presence: Allows user to show either their Piggy, Bits, or location. Along with a custom message * Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon, @@ -46,20 +49,24 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in * 1.8 hitbox for lever and farmland * Custom Tab HUD * Roughly enough items (REI) Support -* Fishing Helper +* Fishing Helper + sound notification +* Mirrorverse Waypoints ___ + ## Commands -| command | option | comment | -|:----------------------------:|:--------------------:|:--------------------------------------| -| /skyblocker config | | open config menu (modMenu not needed) | -| /skyblocker options | | open config menu (modMenu not needed) | -| /skyblocker hud | dwarven / dungeonmap | move dwarven or dungeonmap | +| command | option | comment | +|:---------------------:|:--------------------:|:--------------------------------------| +| /skyblocker config | | open config menu (modMenu not needed) | +| /skyblocker options | | open config menu (modMenu not needed) | +| /skyblocker hud | dwarven / dungeonmap | move dwarven or dungeonmap | +| /skyblocker shortcuts | | add/edit shortcuts | --- + ## Images
@@ -103,16 +110,16 @@ information. |:--------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:| | [catandA](https://github.com/catandA) | [kevinthegreat1](https://github.com/kevinthegreat1) | [AzureAaron](https://github.com/AzureAaron) | [msg-programs](https://github.com/msg-programs) | -| [lantice3720](https://github.com/lantice3720) | -|:-----------------------------------------------------------------------------------------------------| -| [lantice3720](https://github.com/lantice3720) | +| [lantice3720](https://github.com/lantice3720) | [lantice3720](https://github.com/koloiyolo) | [lantice3720](https://github.com/Futuremappermydud) | +|:--------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------:| +| [lantice3720](https://github.com/lantice3720) | [koloiyolo](https://github.com/koloiyolo) | [Futuremappermydud](https://github.com/Futuremappermydud) | ### Translators German ([LifeIsAParadox](https://github.com/LifeIsAParadox) & [msg-programs](https://github.com/msg-programs)) \ Indonesian ([null2264](https://github.com/null2264)) \ -Russian ([HyperSoop](https://github.com/HyperSoop) & [Azuremane](https://github.com/Azuremane)) \ -French ([edgarogh](https://github.com/edgarogh) & [Julienraptor01](https://github.com/Julienraptor01)) \ +Russian ([HyperSoop](https://github.com/HyperSoop) & [Azuremane](https://github.com/Azuremane) & [CrimsonIsle](https://github.com/CrimsonIsle))\ +French ([edgarogh](https://github.com/edgarogh) & [Julienraptor01](https://github.com/Julienraptor01) & [viciscat](https://github.com/viciscat)) \ Japanese ([hirochisan](https://github.com/hirochisan)) \ Chinese ([catandA](https://github.com/catandA)) \ Korean ([lantice3720](https://github.com/lantice3720)) \ -- cgit From 24dcad636befd4d5854fd1f7a826a23fb520b631 Mon Sep 17 00:00:00 2001 From: Yasin Date: Fri, 28 Jul 2023 22:06:45 +0200 Subject: fix --- .github/workflows/buildrelease.yml | 13 +++++++------ README.md | 12 ++++++------ 2 files changed, 13 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/.github/workflows/buildrelease.yml b/.github/workflows/buildrelease.yml index d7d4edf6..34807542 100644 --- a/.github/workflows/buildrelease.yml +++ b/.github/workflows/buildrelease.yml @@ -81,11 +81,12 @@ jobs: CHANGELOG=$(echo -n "$modified_changelog") fi - CHANGELOG="${CHANGELOG//'%'/'%25'}" - CHANGELOG="${CHANGELOG//$'\n'/'%0A'}" - CHANGELOG="${CHANGELOG//$'\r'/'%0D'}" + CHANGELOG-discord="${CHANGELOG//'%'/'%25'}" + CHANGELOG-discord="${CHANGELOG//$'\n'/'%0A'}" + CHANGELOG-discord="${CHANGELOG//$'\r'/'%0D'}" - echo "::set-output name=changelog::$CHANGELOG" + echo "::set-output name=changelog::$changelog" + echo "::set-output name=changelog-discord::$CHANGELOG-discord" - uses: actions/github-script@v2 id: fname @@ -122,12 +123,12 @@ jobs: uses: Ilshidur/action-discord@master with: args: | - "@here" + "@Update-Notification" "Skyblocker ${{ steps.version_tag.outputs.value }}" "" "Changelog" "```md" - "${{ steps.read_changelog.outputs.changelog }}" + "${{ steps.read_changelog.outputs.changelog-discord }}" "```" ":inbox_tray: Download latest version on Modrinth or Github:" "<:modrinth:900697862206287882> <${{ steps.modrinth.outputs.url }}>" diff --git a/README.md b/README.md index b3403c4f..bf792cbe 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,12 @@ ___ ## Commands -| command | option | comment | -|:---------------------:|:--------------------:|:--------------------------------------| -| /skyblocker config | | open config menu (modMenu not needed) | -| /skyblocker options | | open config menu (modMenu not needed) | -| /skyblocker hud | dwarven / dungeonmap | move dwarven or dungeonmap | -| /skyblocker shortcuts | | add/edit shortcuts | +| command | option | comment | +|:---------------------:|:-----------------------:|:-------------------------------------------| +| /skyblocker config | | open config menu (modMenu not needed) | +| /skyblocker options | | open config menu (modMenu not needed) | +| /skyblocker hud | dwarven / dungeonmap / titleContainer | move dwarven, dungeonmap or titleContainer | +| /skyblocker shortcuts | | add/edit shortcuts | --- -- cgit