Skip to content

Add rune-messages plugin#9952

Merged
riktenx merged 6 commits intorunelite:masterfrom
NorbsCode:rune-messages
Dec 27, 2025
Merged

Add rune-messages plugin#9952
riktenx merged 6 commits intorunelite:masterfrom
NorbsCode:rune-messages

Conversation

@NorbsCode
Copy link
Copy Markdown
Contributor

@NorbsCode NorbsCode commented Dec 24, 2025

A RuneLite plugin that allows players to leave messages for other players around the world, inspired by Dark Souls.

Features

  • Write messages at your current location using the side panel
  • Choose from different marker types (Note, Wooden Signpost, Stone Signpost)
  • Use Dark Souls-style word builder with templates and conjunctions
  • View messages from other players in the world
  • Vote up/down on messages to boost visibility
  • Report inappropriate messages
  • Delete your own messages
  • Messages sync across all players via server
RuneMessage.Showcase.1.mp4

Security

  • Secure API with server-generated UUID keys (not guessable)
  • Players can only modify/delete their own messages
  • Author names are set server-side from registered username (no spoofing)
  • Rate limiting enforced server-side to prevent spam

Moderation

  • Players can report inappropriate messages
  • Server-side validation prevents manipulation of other players' data

Configuration

  • Show/hide own messages
  • Show/hide other players' messages
  • Adjustable display radius (1-20 tiles)
  • Toggle message sync on/off

Rate Limits

Limit Amount
Messages per region (chunk) 1
Messages per world 5
Max characters per message 100

These are per account, per world. Each world has it's own messages, as well as each chunk.

Message Display Algorithm

  • Your own messages always display first
  • Top 10 highest-voted messages always appear per region
  • Additional random messages selected from remaining pool (up to 50 per region)

For issues or support: https://discord.gg/aHndtqWEzF

Plugin repository: https://github.com/NorbsCode/RuneMessage

@runelite-github-app
Copy link
Copy Markdown

runelite-github-app Bot commented Dec 24, 2025

@runelite-github-app
Copy link
Copy Markdown

runelite-github-app Bot commented Dec 24, 2025

This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed.


Internal use only: Reviewer details Maintainer details

@marat569
Copy link
Copy Markdown

cant wait for amazing chest ahead

@NorbsCode
Copy link
Copy Markdown
Contributor Author

cant wait for amazing chest ahead

Haha, I am adding very meme-able but still friendly enough words that fit OSRS, not soft stuff like in Dark Souls :P so there will be plenty of funny things.

Comment thread plugins/rune-messages Outdated
@riktenx riktenx merged commit 8817e64 into runelite:master Dec 27, 2025
2 of 3 checks passed
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.

3 participants