Basic Ride Setup - TheClowner/ccRides-Support GitHub Wiki
This guide is outdated, please read the Getting Started Guide instead
After installing the plugin, most of the setup can be done through commands.
/rideadm create <rideName> <rideType>
Each ride needs a unique name to identify it, this is used in other commands. Spaces are not allowed.
RideType will tab-complete the available options: CAROUSEL
, CHAIRSWING
, FERRIS_WHEEL
, JETS
, DROP_TOWER
and TEACUPS
The ride's seats are all calculated from a single position, this is the base location for the ride.
- For CAROUSEL, JETS, DROP_TOWER and TEACUPS, this is the centre of the seats at ground level.
- For FERRIS_WHEEL, this is the centre of the wheel in the air.
- For CHAIRSWING, this is the centre of rotation at the top of the chains.
- For PENDULUM, this is the centre of rotation at the top of the arm.
Set this position with either /rideadm <rideName> setting BASE_LOCATION
which will use your current position
or /rideadm <rideName> setting BASE_LOCATION [x] [y] [z]
to set it to a specific block.
Note: To centre the position in the middle of the block, the coordinated will need to end in .5
When the ride ends, all riders are teleported to the exit location.
Set this position with either /rideadm <rideName> setting EXIT_LOCATION
which will use your current position
or /rideadm <rideName> setting EXIT_LOCATION [x] [y] [z]
to set it to a specific block.
(but still takes your position's yaw and pitch).
Each ride type has it's own settings, use /rideadm <rideName> info
to see the current settings. All these settings have default options, so you can continue without changing any settings. See the ride wiki pages for more detailed info about all ride settings.
Use /rideadm <rideName> enable
to try and enable the ride.
If this fails, there may be some settings you've missed.
Place down any signs you want to be used to join the ride. You can write them in whatever format you like, with whatever information.
Use /rideadm linksign <rideName>
then right click the sign.
When a player clicks the sign, if they can afford the ride price (when vault is enabled) they will now join the ride!