Archived
3
0
Fork 1
This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
docs/themepark/setup.md

2.2 KiB

title description published date tags editor dateCreated
Setup Setup of the ThemePark package. true 2023-07-22T18:04:03.923Z themepark markdown 2023-02-16T21:10:33.614Z

ThemePark

  1. Download the plugin from Spigot or Polymart.
  2. Put the plugin JAR into the /plugins folder of your server.
  3. Restart your server.

ThemeParkPlus

  1. Make sure you have ThemePark installed.
  2. Make sure you have WorldEdit and WorldGuard installed.
  3. Make sure you have Vault and an economy manager (like EssentialsX) installed.
  4. Download the plugin from Polymart.
  5. Put the plugin JAR into the /plugins folder of your server.
  6. Restart your server.

ThemeParkPanel

  1. Make sure you have ThemePark installed on your Minecraft server.
  2. To proceed, choose the type you want to install this panel on:

ThemeParkPanelPlus

Make sure to follow the ThemeParkPanel instructions first!

  1. Open the settings.yml from ThemeParkConnector. Then change the socket.id to something unique for your server. Make sure to save the ID somewhere, because you need it for Step 5.
  2. Change the socket.panel URL to your own panel domain. For example https://tppanel.mythemeparkserver.com/control/%ID%/%TOKEN%. (do NOT remove the %% variables)
  3. Extract the files from the ThemeParkPanelPlus ZIP into the root folder of your ThemeParkPanel installation.
  4. Open the routes/web.php and append the following at the end:
//ThemeParkPanelPlus
Route::get('/control/{attraction_id}/{pin}', 'ControlController@index');
  1. Open the .env file and append the following at the end:
CONTROL_ID=CHANGEME

Make sure to change CHANGEME into the ID you configured in Step 1.