Skip to content

tile-overlay-indicators#11930

Merged
runelite-github-app[bot] merged 5 commits into
runelite:masterfrom
Resh404:tileindicatorss
May 16, 2026
Merged

tile-overlay-indicators#11930
runelite-github-app[bot] merged 5 commits into
runelite:masterfrom
Resh404:tileindicatorss

Conversation

@Resh404
Copy link
Copy Markdown
Contributor

@Resh404 Resh404 commented May 14, 2026

This PR updates the improved-tile-indicators plugin entry to point to a fork with new functionality. Since the original maintainer is unresponsive, these enhancements have been developed in a separate repository.

The new features are described in: Resh404/tileindicators#1

@runelite-github-app
Copy link
Copy Markdown

runelite-github-app Bot commented May 14, 2026

@tylerwgrass
Copy link
Copy Markdown
Member

Please read https://github.com/runelite/runelite/wiki/Plugin-takeover-policy

I'm also not sure how you can conclude the author is unresponsive when you opened your PR 7 hours ago

@tylerwgrass tylerwgrass added the waiting for author waiting for the pr author to make changes or respond to questions label May 14, 2026
@runelite-github-app runelite-github-app Bot removed the waiting for author waiting for the pr author to make changes or respond to questions label May 14, 2026
@runelite-github-app
Copy link
Copy Markdown

runelite-github-app Bot commented May 14, 2026

Internal use only: Reviewer details Maintainer details

@LlemonDuck LlemonDuck added the waiting for author waiting for the pr author to make changes or respond to questions label May 14, 2026
@Resh404
Copy link
Copy Markdown
Contributor Author

Resh404 commented May 14, 2026

Please read https://github.com/runelite/runelite/wiki/Plugin-takeover-policy

I'm also not sure how you can conclude the author is unresponsive when you opened your PR 7 hours ago

The last merge took him 6 weeks for pretty major fix. Doubt he will be very responsive. I just now read https://github.com/runelite/runelite/wiki/Plugin-takeover-policy and will wait unless I am supposed to do something else?

@runelite-github-app runelite-github-app Bot removed the waiting for author waiting for the pr author to make changes or respond to questions label May 14, 2026
@Felanbird
Copy link
Copy Markdown
Contributor

and will wait unless I am supposed to do something else?

image image

@Resh404 Resh404 changed the title updated repository URL and commit reference for improved-tile-indicators tile-overlay-indicators May 15, 2026
@pajlada
Copy link
Copy Markdown
Contributor

pajlada commented May 15, 2026

Please enable issues in your new repository

Please change your config key to a unique config key to match your new plugin https://github.com/Resh404/tileindicators/blob/e3a72ab165248910be6157471fadc73090e305a5/src/main/java/io/leikvolle/tileindicators/ImprovedTileIndicatorsConfig.java#L32

@pajlada pajlada added the waiting for author waiting for the pr author to make changes or respond to questions label May 15, 2026
@runelite-github-app runelite-github-app Bot removed the waiting for author waiting for the pr author to make changes or respond to questions label May 15, 2026
@Resh404
Copy link
Copy Markdown
Contributor Author

Resh404 commented May 15, 2026

Please enable issues in your new repository

Please change your config key to a unique config key to match your new plugin https://github.com/Resh404/tileindicators/blob/e3a72ab165248910be6157471fadc73090e305a5/src/main/java/io/leikvolle/tileindicators/ImprovedTileIndicatorsConfig.java#L32

Both comments are solved

@Resh404
Copy link
Copy Markdown
Contributor Author

Resh404 commented May 16, 2026

Any review for this? It is mostly reused code from existing plugin in the hub

@riktenx
Copy link
Copy Markdown
Member

riktenx commented May 16, 2026

The ID-based exclusion you have added is not allowed per https://github.com/runelite/runelite/wiki/Rejected-or-Rolled-Back-Features

ID based plugins: Plugins that use player provided IDs for the entirety of their functionality can cause moderation issues and outcomes that break Jagex's plugin rules. Due to this fact we will not be accepting any new ID based plugins. Plugins that use a specific set of IDs but do not allow user input will still be accepted. (e.g. plugins like Vardorvis Projectiles which only allows you to change a specific projectile to a set list of projectiles.)

@riktenx riktenx added the waiting for author waiting for the pr author to make changes or respond to questions label May 16, 2026
@Resh404
Copy link
Copy Markdown
Contributor Author

Resh404 commented May 16, 2026

The ID-based exclusion you have added is not allowed per https://github.com/runelite/runelite/wiki/Rejected-or-Rolled-Back-Features

ID based plugins: Plugins that use player provided IDs for the entirety of their functionality can cause moderation issues and outcomes that break Jagex's plugin rules. Due to this fact we will not be accepting any new ID based plugins. Plugins that use a specific set of IDs but do not allow user input will still be accepted. (e.g. plugins like Vardorvis Projectiles which only allows you to change a specific projectile to a set list of projectiles.)

If the player provides the NPC name and I use that name to look up the NPC ID and then use the exclusion, is that allowed? The earth shield object is a bit weird, because excluding it by name does not work; it has to be the NPC ID. A similar thing happens in Better NPC Highlights: if you use "Better NPC Highlights" to hide Earthen Shield by name, it does not work, but if you use the ID, it does.

@runelite-github-app runelite-github-app Bot removed the waiting for author waiting for the pr author to make changes or respond to questions label May 16, 2026
@riktenx
Copy link
Copy Markdown
Member

riktenx commented May 16, 2026

as long as you are not doing direct ID input it is fine. note that better npc highlight is grandfathered in general for the id thing (we reject this all the time and people always ask)

@riktenx riktenx added the waiting for author waiting for the pr author to make changes or respond to questions label May 16, 2026
@runelite-github-app runelite-github-app Bot removed the waiting for author waiting for the pr author to make changes or respond to questions label May 16, 2026
@Resh404
Copy link
Copy Markdown
Contributor Author

Resh404 commented May 16, 2026

The ID-based exclusion you have added is not allowed per https://github.com/runelite/runelite/wiki/Rejected-or-Rolled-Back-Features

ID based plugins: Plugins that use player provided IDs for the entirety of their functionality can cause moderation issues and outcomes that break Jagex's plugin rules. Due to this fact we will not be accepting any new ID based plugins. Plugins that use a specific set of IDs but do not allow user input will still be accepted. (e.g. plugins like Vardorvis Projectiles which only allows you to change a specific projectile to a set list of projectiles.)

Changed it to use player npc name (string) input

@runelite-github-app runelite-github-app Bot merged commit b1a5a0a into runelite:master May 16, 2026
3 checks passed
@Resh404 Resh404 deleted the tileindicatorss branch May 16, 2026 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants