Parts
SignRails parts
NoDrop
When NoDrop is active, when minecart is destroyed, it will not drop anything. Activate NoDrop by setting nodrop: true in config,yml (default: false)
CleanTracks
When CleanTracks is active, minecarts will try to push entities (players, mobs, items) from track (to prevent stuck). Activate CleanTracks by seting cleantracks: true in config,yml (default: false)
Signs
This is the rest of plugin, defaultly true. Deactivate it by setting signs: false in config,yml
config.yml example
load: signs: true nodrop: false cleantracks: false
Comments