Skip to content

Add Hide Minimap plugin#10658

Closed
malucoftw wants to merge 1 commit into
runelite:masterfrom
malucoftw:hideminimap
Closed

Add Hide Minimap plugin#10658
malucoftw wants to merge 1 commit into
runelite:masterfrom
malucoftw:hideminimap

Conversation

@malucoftw
Copy link
Copy Markdown

Adds a plugin that allows hiding the minimap, XP drops, and various orbs/buttons via configuration toggles.

All functionality is client-side UI widget hiding only.

@runelite-github-app
Copy link
Copy Markdown

@Mark7625
Copy link
Copy Markdown
Contributor

Mark7625 commented Feb 20, 2026

I have this pending on my existing hd minimap plugin already, if you want to keep this up then that's fine but normally they like it if its added to existing plugin if they can

https://github.com/malucoftw/hideminimap/blob/f931e290750c8c6eb3200f9959423097c1211905/src/main/java/net/runelite/client/plugins/hideminimap/HideMinimapPlugin.java#L37

don't use ids like this use InterfaceID constant class as they are generated from jagex as they can change between updates

// Don't do this
private static final int[] XP_DROPS = { 10485766 };

// Do this instead
private static final int[] XP_DROPS = { InterfaceID.Orbs.XP_DROPS };

@riktenx
Copy link
Copy Markdown
Member

riktenx commented Feb 25, 2026

doesn't build

@riktenx riktenx added the waiting for author waiting for the pr author to make changes or respond to questions label Feb 25, 2026
@riktenx
Copy link
Copy Markdown
Member

riktenx commented Mar 25, 2026

closing because still broken. if you fix it make a new pr

@riktenx riktenx closed this Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin added size-0 waiting for author waiting for the pr author to make changes or respond to questions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants