Changes in 1.9.4
- Added INVERT_ROTATION setting to Carousel, Chairswing, Jets, Pendulum, Star Flyer - which reverses the main direction of rotation for the ride.
- Added new sequence element for Drop Tower - which enables reversed rotation
- Added support for MC 1.21.5
- Fixed players not being teleported to the exit location when logging out
- Fixed 'pasteSchematic' command not functioning
Changes in 1.9.3:
- Added SEAT_HEIGHT_ADJUST setting to all rides, allowing tweaking of the rider position when not using minecarts/custom models. eg. set to -0.25 to lower the rider by a quarter of a block.
- Fixed ride settings tab completion would not filter the list as you start typing
Changes in 1.9.2:
- Added forceCustomModelDurability config setting to use Durability values instead of CustomModelData for 1.14+
- Fixed non-player entities being able to mount the rides with some seat types
- Fixed being able to push boats when used as ride seats
Version Support
As of this update, ccRides will no longer support 1.8.x or 1.9.x
Support is only offered for Spigot or Paper, 1.10.2 through 1.21.1.
The next major release (i.e. 2.0.0) will only support 1.12+.
Changes in 1.9.0:
- Added FLYING_CARPET Ride type - See wiki for more details
- Added pasteSchematic command for all rides
This will paste the default schematic for a ride and automatically align the ride to it. *Requires Worldedit 7+ and will not adjust for changes to the ride size etc*- Improved ride settings now tab complete
- Improved ride creation - ride's now take your location as their base/exit location, and enable immediately
- Improved setting locations will now centre on the block when using your current location
- Improved CHAIRSWING, PENDULUM and SWING_SHIP base locations are now on the ground, automatically adjusting for their height
- Improved CAROUSEL, CHAIRSWING, DROP_TOWER, FERRIS_WHEEL, JETS, PENDULUM, TEACUPS will not reset their rotation when stopping, and continue from where they were when next starting.
- Fixed support being removed (accidentally) for java 8 through 16
- Fixed issues with some protection plugins preventing joining rides
Changes in 1.8.2
- Added %ccRides_[rideID]_countdownTime% placeholder
- Changed %ccRides_[rideID]_status% now shows the remaining countdown time
- Added ENDLESS_MODE setting (true/false) to Carousel, Jets, FerrisWheel and Teacups rides.
- Fixed an error on server shutdown (caused if you have any rides with end commands)
- Fixed a number of ride settings being excluded from some API methods.
- Removed forceLoadChunks config setting - this is now always enabled.
Changes in 1.7.10
- Added support for MC 1.20 / 1.20.1
- Fixed rides no longer automatically start if all riders exit after the countdown starts. (If AUTO_START_EMPTY is enabled this change is ignored)
Attention Paper Users!
The latest builds of Paper 1.19.2 (past #173) contain a new chunk system that does have a bug which affects ccRides. This can cause severe lag, or duplicated ride entities - If this affects you, you can reduce the impact by enabling this setting in ccRides config.yml:
Rides:
Operation:
forceLoadChunks: true
Changes in 1.7.9
- Fixed a bug causing SmoothCoaster support to stop working after a plugin...