Redstone Signal Display
Redstone Signal Display is a small and lightweight PaperMC plugin that allows players to see the current Redstone signal strength in real time.
It is especially useful for Bedrock players playing through GeyserMC.
🚀 Features
- Displays Redstone signal strength in real time
- Designed for PaperMC servers (aim was Bedrock players but Java players can use it too)
- Lightweight and performance-friendly
- Simple and intuitive usage
- As Bedrock player through Geyser you can use emotes fo toggling it
Demonstration
https://github.com/user-attachments/assets/026ee5da-eb59-4f5e-8cd3-c48466742982
📦 Installation
- Download the latest
.jarfile from the Releases page or from Hangar. - Place it into your server's
plugins/folder. - Restart the server.
- The plugin will be enabled automatically.
⚙️ Configuration
Now plugin has command for enabling and disabling plugin .
- /rsdtoggle on - enable plugin. If it's enabled it sends message in chat
- /rsdtoggle off - disable plugin. If it's enabled it sends message in chat
For bedrock players who play in Java servers through Geyser you can use emotes for two command above. You can define this emotes in config.yml. Now available 4 type of emotes(because its free ond common):
- "waving"
- "asking everyone to follow"
- "pointing overthere"
- "clapping"
If emote is used it triggers above commands. Plugin provides a configuration file, it will be generated on first launch.
Configuration:
display-radius: 10.0 #length fo visible
display-height: 0.35 #height of text above redstone
vertical-range: 5 #range of searching redstone
text-color: "#FFFFFF" #color of text in hex
refresh-interval-ticks: 10 #interval for update redstone signal values
emote_toggle: "waving"
It does not work now with emotes added through 'Emotecraft' and other plugins for Java players.
Additional information
If you would like to see any features added or the ability to integrate with plugins like 'Emotecraft', you can create an issue on GitHub.