ParkPlusMC
Search…
ParkPlusMC
Getting Started
API Endpoints
Q&A
Status
Ridecount
Status
Regions
Attractions
Waypoints
General
Custom
Powered By
GitBook
Attractions
How to create, edit and remove attractions
Create
The command for creating an attraction is:
1
/parkplus attraction create <id> <region_id> <name>
Copied!
Wrap a name in between
""
like so
"name with spaces"
to use spaces in a name
Edit
The command for changing the region is:
1
/parkplus attraction region <id> <region_id>
Copied!
The command for changing the name is:
1
/parkplus attraction name <id> <name>
Copied!
The command for changing the cover is:
1
/parkplus attraction cover <id> <url>
Copied!
The command for changing the name is:
1
/parkplus attraction description <id> <message>
Copied!
Wrap a message in between
""
like so
"message with spaces"
to use spaces in a message
The command for changing the status is:
1
/parkplus attraction status <id> <status>
Copied!
Remove
The command for removing an attraction is:
1
/parkplus attraction remove <id>
Copied!
Status - Previous
Regions
Next - Waypoints
General
Last modified
11mo ago
Copy link
Contents
Create
Edit
Remove