Installation
Installation
Requirements
- Minecraft Java Edition server using Bukkit, Spigot, Paper, or a compatible fork
- Bukkit API
1.13+
Install From a Release
- Download the latest RedStoneMe JAR from a project distribution page.
- Stop the server.
- Place the JAR in the server
plugins/directory. - Start the server.
- Confirm that RedStoneMe generated
plugins/RedStoneMe/config.yml.
Expected startup behavior:
- The plugin enables normally.
- A SQLite database file is created at
plugins/RedStoneMe/redstoneme.dbunless overridden in config.
First Trigger
- Stand near the block you want to use as a trigger source.
- Aim at that block with your cursor.
- Run
/rsm new BaseDoor 5. - Walk into the trigger radius.
- Confirm that the configured action is applied to the target block.
Updating
Replace the old JAR with the new one and restart the server.
If you are updating from a legacy configuration-based storage setup, RedStoneMe migrates redStoneTriggers from config.yml into SQLite when the database is empty.