Teacups - TheClowner/ccRides-Support GitHub Wiki

Teacups Ride

Creates several rings of seats, all rotating individually as well as around a centre point.

Setting types:
Integer = a whole number
Double = a decimal Number
Boolean = true/false
Location = In-game coordinates

Ride Settings

Also see Global Ride Settings for other settings.

Setting Name Type Default Value Description
CAPACITY Integer 16 This differs to the global default The number of seats on the ride.
MAIN_RADIUS Double 4.0 The radius for the centres of each sub-ring of seats, in blocks.
SUB_RADIUS Double 1.75 The radius of each sub-ring of seats, in blocks.
MAIN_ROTATE_SPEED Integer 300 The time to do one full rotation, in ticks.
SUB_ROTATE_SPEED Integer 100 The time to do one rotation of a sub-ring, in ticks.
ACCELERATE_LENGTH Double 0.3 The number of rotations to take to get up to speed, or to slow down at the end.
SUB_SEATS Integer 4 The number of seats in each sub-ring. CAPACITY should be a multiple of this.
RIDE_LENGTH Integer 3 The length of the ride, in number of rotations.
ENDLESS_MODE Boolean false Forces the ride to run continuously, so players can ride as long as they want. Make sure you have LOCK_IN_CART set to false, as well as JOIN_AFTER_START set to true!