Ferris Wheel - TheClowner/ccRides-Support GitHub Wiki
Creates a simple ferris wheel.
Seats can be rows of minecarts to allow players to be sat next to each other.
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 |
---|---|---|---|
RADIUS |
Double | 5.0 |
The radius of the wheel, in blocks. |
ROTATE_SPEED |
Integer | 400 |
The number of server ticks per rotation when the ride is up to speed. 20 ticks = 1 second. |
RIDE_LENGTH |
Integer | 2 |
The length of the ride, in number of rotations. |
AXIS |
Boolean | false |
Define which direction the ride runs on, true for Z/Y, false for X/Y. |
CART_WIDTH |
Integer | 2 |
The number of carts to place next to each other to form a single position. Effectively makes the ferris wheel wider. NOTE: Ensure CAPACITY is divisible by CART_WIDTH to ensure every position has the same number of seats |
INVERT_ROTATION |
Boolean | false |
Reverses the rotation direction of the ride. |
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 ! |