
Add redstone logic for your detector rails. Compare minecart names, change them, and add to them.
A Minecraft Paper plugin that enables smart minecart management through configurable signs and detector rails. Control minecart flow based on their display names using powerful comparison modes and modification options.
/reload confirmConfigure your sign with:
Line 1: Compare
Line 2: equals/contains/regex
Line 3: [comparison value]
The ! sign inverts the output of the comparison. For example, !equals will activate the detector rail when the minecart's name does not match the comparison value.
Line 1: Compare
Line 2: equals
Line 3: Coal Cart
The detector rail will activate when a minecart named exactly "Coal Cart" passes over it.
Configure your sign with:
Line 1: Set
Line 2: New Name
Line 3: [empty]
Line 1: Set
Line 2: Iron Ore Cart
Line 3:
Any minecart passing over the detector rail while powered by redstone will have its display name changed to "Iron Ore Cart".
Configure your sign with:
Line 1: Append
Line 2: Text to append
Line 3: [empty]
Line 1: Append
Line 2: [Full]
Line 3:
Minecarts passing over the detector rail while powered by redstone will have "[Full]" added to their current display name.