Star Flyer - TheClowner/ccRides-Support GitHub Wiki

StarFlyer Ride

A chairswing, bolted onto an observation tower.

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.

Seat Layout/Size

Setting Name Type Default Value Description
RADIUS Double, Blocks 4.5 The radius of the seats/chain tops in blocks.
CHAIN_HEIGHT Double, Blocks 6.0 How far the seats hang from the supports.
SEAT_WIDTH Integer 1 The number of seats next to eachother from a single support.

Ride Motion

Setting Name Type Default Value Description
ROTATE_SPEED Integer, Ticks 80 The time taken for a full rotation (once up to speed).
SPIN_ACCELERATE_LENGTH Double 0.6 How much of the height to travel while accelerating. (1.0 would be the whole tower, 0.0 would immediately be at the top speed)
SPIN_DECELERATE_LENGTH Double 0.8 How much of the height to travel while Decelerating. (1.0 would be the whole tower, 0.0 would immediately be at the top speed)
MAX_SWING_ANGLE Double, Degrees 45.0 The maximum angle the seats can swing out to.
LIFT_HEIGHT Double, Blocks 25.0 The height of the tower which the seats are lifted up.
LIFT_TIME Integer, Ticks 300 The time taken to lift from ground to LIFT_HEIGHT.
HOLD_TIME Integer, Ticks 400 The time the seats are held at the highest point.
FALL_TIME Integer, Ticks 500 The time taken to lower the seats back to ground level.

Decoration

Setting Name Type Default Value Description
SHOW_LEADS Boolean false Toggles using leads between the seat and support. Only works if CHAIN_HEIGHT is less than 10.
SHOW_ARMS Boolean true Toggles decorative support arms around the tower.
SHOW_CHAINS Boolean true Toggled decorative chains between seats and their support.
ARM_ENTITIES Integer 8 The number of entities to use to create each arm.
CHAIN_ENTITIES Integer 14 The number of entities to use to create each chain.
ARM_MATERIAL Material IRON_BLOCK The block/item to use for the support arms.
CHAIN_MATERIAL Material LEVER The block/item to use for the chains.
ARM_CUSTOM_MODEL_DATA CHAIN_CUSTOM_MODEL_DATA Integer 0 Sets the custom model data (1.14+) or durability value (1.13 only) for using a custom model as the arm or chain entities. See the custom models wiki page for details on creating a resource pack.