Syling Tracker

Syling Tracker

28.6k Downloads

slash commands not working

sidain opened this issue ยท 9 comments

commented

The slash commands, mainly "/slt toggle", no longer works, and just seems to bring up the main addon interface.

commented

Hello
From the version 1.0.0, i have removed the slash commands as their features have been translated to the option panel you can open with /slt or clicking on the addon minimap icon.

commented

Bummer, ok, ty.

commented

This seems i haven't thought for people using that in macro, so i'll bring back them in a next update.

commented

It would be most appreciated.
Tyvm

commented

For what its worth, In the past, toggle was the main one for me, so I could have a single macro button for showing and hiding the tracker when I wanted screen space clear

commented

For the slash commands, i plan adding the following ones:

  • /slt show trackers show all trackers
  • /slt show itembar show the item bar
  • /slt show all show all trackers and the item bar
  • /slt show shortcut for /slt show all
  • /slt show tracker main show the tracker with for id main.

These behaviors will also be expanded for:

  • /slt hide
  • /slt lock
  • /slt unlock
commented

Ok, so i'll add also /slt toggle

commented

Here a complete list of slash commands have been implemented, and will be available in the next update.

/slt show

/slt show show all the trackers and the item bar
/slt show all the same as above
/slt show itembar show only the item bar
/slt show trackers show only all the trackers
/slt show tracker main show only the main tracker
/slt show tracker second show only the tracker with for id: second

/slt hide

/slt hide hide all the trackers and the item bar
/slt hide all the same as above
/slt hide itembar hide only the item bar
/slt hide trackers hide only all the trackers
/slt hide tracker main hide only the main tracker
/slt hide tracker second hide only the tracker with for id: second

/slt toggle

/slt toggle itembar toggle the visibility of item bar
/slt toggle tracker main toggle the visibility of main tracker
/slt toggle tracker third toggle the visibility of tracker with for id: third

/slt lock

/slt lock lock all the trackers and the item bar
/slt lock all the same as above
/slt lock itembar lock only the item bar
/slt lock trackers lock only all the trackers
/slt lock tracker main lock only the main tracker
/slt lock tracker second lock only the tracker with for id: second

/slt unlock

/slt unlock unlock all the trackers and the item bar
/slt unlock all the same as above
/slt unlock itembar unlock only the item bar
/slt unlock trackers unlock only all the trackers
/slt unlock tracker main unlock only the main tracker
/slt unlock tracker second unlock only the tracker with for id: second

/slt tlock

/slt tlock itembar toggle the lock setting of item bar
/slt tlock tracker main toggle the lock setting of main tracker
/slt tlock tracker third toggle the lock setting of tracker with for id: third

commented