ground items plugin: add lootbeams

This commit is contained in:
Trevor
2021-07-18 13:50:44 -04:00
committed by Adam
parent 8d73d50520
commit 48c6434e6d
8 changed files with 238 additions and 25 deletions
@@ -111,6 +111,8 @@ public class GroundItemsPluginTest
when(client.getLocalPlayer()).thenReturn(mock(Player.class));
when(config.getHiddenItems()).thenReturn("");
when(config.showLootbeamForHighlighted()).thenReturn(false);
when(config.showLootbeamTier()).thenReturn(HighlightTier.OFF);
}
@Test