Skip to content

Commit

Permalink
Updated documentation for v2.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenga8533 committed Jun 9, 2024
1 parent 397e65f commit 7d245fa
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 12 deletions.
2 changes: 1 addition & 1 deletion changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"- Added `/va eggs`",
"- Added crosshair Y/P display",
"- Added bestiary counter world option",
"- Added gold toggle to stray alert",
"- Added more views in `/va gui`",
"- Added highlight colors in `/va gui`",
"- Changed right click to hide element in `/va gui`",
"- Changed stray alert to toggle gold",
"- Changed zone and npc list format",
"- Changed egg waypoints to show in chat",
"- Changed party commands to work in AC",
Expand Down
37 changes: 37 additions & 0 deletions docs/_posts/2024-06-09-v2_9_12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
layout: post
title: v2.9.12 Rev
gh-repo: zhenga8533/VolcAddons
gh-badge: [star, fork, follow]
tags: [release]
comments: true
author: Volcaronitee
---

## [Changelog](https://github.com/zhenga8533/VolcAddons/releases/tag/v2.9.12) (download by clicking [here](https://github.com/zhenga8533/VolcAddons/releases/download/v2.9.12/VolcAddons.zip))

{: .box-note}
#### New Features
- Added `/va eggs`
- Added crosshair Y/P display
- Added bestiary counter world option
- Added gold toggle to stray alert
- Added more views in `/va gui`
- Added highlight colors in `/va gui`

{: .box-warning}
#### Changes/Fixes
- Changed right click to hide element in `/va gui`
- Changed zone and npc list format
- Changed egg waypoints to show in chat
- Changed party commands to work in AC
- Changed rand IDs to be parsed out
- Changed span of pt alerts
- Fixed Hypixel ?w counter
- Fixed worker highlight bricking
- Fixed ?w upload failing
- Fixed title canceling

{: .box-error}
#### Deprecated
- None!
1 change: 1 addition & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ subtitle: List of every non-gui related commands.
- `/va rabbits`: Shows locked rabbits.
- **Waypoints**
- `/va cat`: Controls Montezuma Soul Piece waypoints.
- `/va eggs`: Controls chocolate egg waypoints.
- `/va enigma`: Controls Enigma Soul waypoints.
- `/va fairy`: Controls Fairy Soul waypoints.
- `/va npc`: Creates waypoints to user inputted NPCs.
Expand Down
21 changes: 11 additions & 10 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,17 @@ function getHelp() {
`\n${GOLD + BOLD + UNDERLINE}VolcAddons v${JSON.parse(FileLib.read("VolcAddons", "metadata.json")).version + RESET}
${DARK_AQUA + BOLD}GENERAL COMMANDS:${RESET}
${AQUA + BOLD}Settings: ${WHITE}/va ${GRAY}<${WHITE}gui, settings, Toggles, version, help${GRAY}>
${AQUA + BOLD}Waypoints: ${WHITE}/va ${GRAY}<${WHITE}waypoint, enigma, npc, zone, cat${GRAY}>
${AQUA + BOLD}Lists: ${WHITE}/va ${GRAY}<${WHITE}lists, cd, wl, bl, el, vl, dl, sl, il, pl, wgl${GRAY}>
${AQUA + BOLD}Economy: ${WHITE}/va ${GRAY}<${WHITE}calc, attribute, nw${GRAY}>
${AQUA + BOLD}Misc: ${WHITE}/va ${GRAY}<${WHITE}splits, be${GRAY}>
${AQUA + BOLD}Etc: ${WHITE}/<sk, pesttp>
${AQUA + BOLD}Settings: ${WHITE}/va ${GRAY}<${WHITE}gui, settings, toggles, version, help${GRAY}>
${AQUA + BOLD}Container: ${WHITE}/va ${GRAY}<${WHITE}button, preview, slot${GRAY}>
${AQUA + BOLD}Waypoints: ${WHITE}/va ${GRAY}<${WHITE}wp, fairy, enigma, egg, npc, zone, cat${GRAY}>
${AQUA + BOLD}Economy: ${WHITE}/va ${GRAY}<${WHITE}calc, attribute, nw${GRAY}>
${AQUA + BOLD}Misc: ${WHITE}/va ${GRAY}<${WHITE}dev, lists, splits${GRAY}>
${AQUA + BOLD}Etc: ${WHITE}/<sk, pesttp>
${DARK_AQUA + BOLD}GENERAL FEATURES:${RESET}
${AQUA + BOLD}Status Commands: ${WHITE}/va ${GRAY}<${WHITE}ping, fps, tps, yaw, pitch${GRAY}>
${AQUA + BOLD}Stats Commands: ${WHITE}/va ${GRAY}<${WHITE}pet, stats, pt, sf${GRAY}>
${AQUA + BOLD}Party Commands: ${WHITE}Refer to '/va Toggles'`);
${AQUA + BOLD}Status Commands: ${WHITE}/va ${GRAY}<${WHITE}ping, fps, tps, yaw, pitch, xyz${GRAY}>
${AQUA + BOLD}Stats Commands: ${WHITE}/va ${GRAY}<${WHITE}pet, stats, pt, sf${GRAY}>
${AQUA + BOLD}Party Commands: ${WHITE}Refer to '/va toggles'`);
}

// `viewrecipe` GUI Button
Expand Down Expand Up @@ -220,7 +220,8 @@ ${DARK_GRAY}- ${GOLD + BOLD}dl: ${YELLOW}diana-list
${DARK_GRAY}- ${GOLD + BOLD}sl: ${YELLOW}spam-list
${DARK_GRAY}- ${GOLD + BOLD}il: ${YELLOW}ignore-list
${DARK_GRAY}- ${GOLD + BOLD}wgl: ${YELLOW}widget-list
${DARK_GRAY}- ${GOLD + BOLD}pl: ${YELLOW}prefix-list`);
${DARK_GRAY}- ${GOLD + BOLD}pl: ${YELLOW}prefix-list
${DARK_GRAY}- ${GOLD + BOLD}rl: ${YELLOW}rabbit-list`);
break;
// Update
case "update":
Expand Down
2 changes: 1 addition & 1 deletion utils/toggles.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class Settings {
womenCommand = 0;
@PercentSliderProperty({
name: "W Scale",
description: `Set the scale of the rendered images or as 0 to turn ${RED}OFF${GRAY}. If this does not work, please try: https://github.com/ChatTriggers/ChatTriggers/wiki/Fixing-broken-imports.`,
description: `Set the scale of the rendered images or as 0 to turn ${RED}OFF${GRAY}.`,
category: "Party Commands",
subcategory: "Party Commands",
})
Expand Down

0 comments on commit 7d245fa

Please sign in to comment.