Chairswing - TheClowner/ccRides-Support GitHub Wiki
Creates a ring of seats, suspended on 'chains', that swing out as the ride spins.
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.
Size and Seat Layout
Setting Name | Type | Default Value | Description |
---|---|---|---|
RADIUS |
Double, blocks | 5.0 |
The radius of the chain tops, in blocks. |
CHAIN_HEIGHT |
Double, blocks | 5.0 |
The length of the chains holding the seats. Note: Setting this above 10 will cause the leads not to show. |
MAX_SWING_ANGLE |
Double, degrees | 30.0 |
The maximum angle that the seats can reach, in degrees. |
Ride Motion
Setting Name | Type | Default Value | Description |
---|---|---|---|
ROTATE_SPEED |
Integer | 150 |
The number of server ticks per rotation when the ride is up to speed. 20 ticks = 1 second |
RIDE_LENGTH |
Integer | 6 |
The length of the ride, in number of rotations. |
ACCELERATE_LENGTH |
Double | 1.0 |
The number of rotations to take to get up to speed, or to slow down at the end. |
Decoration
Setting Name | Type | Default Value | Description |
---|---|---|---|
SHOW_LEAD_CHAINS |
Boolean | false |
Show/hide the leads that represent chains. |
SHOW_ITEM_CHAINS |
Boolean | true |
Show/hide armor stands that represent chains. |
CHAIN_MATERIAL |
Material | LEVER |
The item type to use on armor stand chains. |
CHAIN_MODEL_DATA |
Integer | 0 |
The custom model data to assign to the item. See the custom models wiki page for more info. |
CHAIN_ENTITIES |
Integer | 14 |
The number of armor stands to use for each chain. |