ground items plugin: add lootbeams

This commit is contained in:
Trevor
2021-07-03 22:56:58 -04:00
committed by Adam
parent 8d73d50520
commit 48c6434e6d
8 changed files with 238 additions and 25 deletions

View File

@@ -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