Improvement: When using Paper all ride armor stands will not tick.
Added config options to make all ride armor stands have the marker tag.
Code (YAML):
# Ride Entities Settings Entities: # Toggle whether decoration and seat armor stands are given the Marker Tag # This reduces the stand hit-box to almost nothing, which can improve lag, # but the stands may not render when looking in certain directions. decorationStandIsMarker: false
seatStandIsMarker: false
Added/rideadm enableall and /rideadm disableall commands. They enable/disable all configured rides.
AddedAUTO_START_EMPTY and AUTO_START_EMPTY_TIME options for all rides. These allow your ride to automatically start after the specified time, regardless of whether anyone actually joined or not.
AddedINVERT_ROTATION option to Ferris Wheel rides.