Create loot-lens
a simple plugin which adds a sound effect from the content creator lens when opening chests in the gauntlet
New plugin loot-lens: https://github.com/Zzeetaa/loot/tree/f050d97ef33e682abd533d25a46dfa9098eb7598
proof of permission
LootConfig#greeting is unused and you should not use example as the config group: https://github.com/Zzeetaa/loot/blob/f050d97ef33e682abd533d25a46dfa9098eb7598/src/main/java/com/loot/LootConfig.java#L7
perhaps the clip volume should be adjustable via config
to read the wav resource, you should use getResourceAsStream because new File("src/main/resources/sound/loot.wav") will not work as explained here: https://github.com/runelite/plugin-hub?tab=readme-ov-file#plugin-resources
Marking as draft for now. Please make the requested changes, then mark the plugin as ready for review.
Closed at author request.