Movecraft
Movecraft copied to clipboard
BUG - forbiddenSignStrings don't work.
Describe the bug Using forbiddenSignStrings on craft don't prohibit the piloting of the craft when a sign with that string is detected on the craft.
To Reproduce Steps to reproduce the behavior:
- Have a craft with forbiddenSignStrings Example
forbiddenSignStrings:
- "Dinghy"
- "Cog"
- "Corvette"
- Restart the server
- Place a sign with one of the forbidden strings on the craft
- Pilot the craft
Results: The craft is piloted even though a forbidden sign string is present on the craft.
Expected behavior Piloting the craft should fail due to the forbidden sign string being part of the craft.
Screenshots If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
- Movecraft: 7.0.0 beta 37
- Java 8
- Minecraft: PaperMC-387 for Minecraft 1.15.2
Additional context Add any other context about the problem here.