DapperMickie / Forestry-Plugin

0 stars 0 forks source link

Feature Request: Sidebar with recent calls #1

Open evilgenious448 opened 3 months ago

evilgenious448 commented 3 months ago

The primary focus for populating that ideal sort of sidebar setup talked about in the Forestry Discord should be from ingame callouts (ideally making use of the more flexible chat regex structure to catch the calls).

Being able to customize which events and/or which locations you see in the bar or get pings for, would be super helpful.

Also a great addition would be the ability to click on a call in the sidebar and it would add an icon on world map showing where the spawn is.

Everything described above are features that are exhibited in the Impling Finder plugin. It could be a good reference point: https://github.com/Hablapatabla/ImplingFinder/

DapperMickie commented 3 months ago

For showing the world map location I found this: https://github.com/zodaz/star-calling-assist/blob/master/src/main/java/com/starcallingassist/modules/sidepanel/panels/StarListGroupEntryPanel.java#L302

https://github.com/zodaz/star-calling-assist/blob/df5303f8b23bdec72d760db4c4ca15495d2902ee/src/main/java/com/starcallingassist/modules/worldmap/WorldMapModule.java#L80

(I'll add more resources to this comment)