2.1 KiB
2.1 KiB
sidebar_label | sidebar_position |
---|---|
Setup | 2 |
ThemePark
- Download the plugin from Spigot or Polymart.
- Put the plugin JAR into the
/plugins
folder of your server. - Restart your server.
ThemeParkPlus
- Make sure you have ThemePark installed.
- Make sure you have WorldEdit and WorldGuard installed.
- Make sure you have Vault and an economy manager ( like EssentialsX) installed.
- Download the plugin from Polymart.
- Put the plugin JAR into the
/plugins
folder of your server. - Restart your server.
ThemeParkPanel
- Make sure you have ThemePark installed on your Minecraft server.
- To proceed, choose the type you want to install this panel on:
- Shared webhosting - If you own webhosting (you share with others)
- VPS running Linux - If you own an VPS running Linux
ThemeParkPanelPlus
Make sure to follow the ThemeParkPanel instructions first!
- Open the
settings.yml
from ThemeParkConnector. Then change thesocket.id
to something unique for your server. Make sure to save the ID somewhere, because you need it for Step 5. - Change the
socket.panel
URL to your own panel domain. For examplehttps://tppanel.mythemeparkserver.com/control/%ID%/%TOKEN%
. (do NOT remove the%%
variables) - Extract the files from the ThemeParkPanelPlus ZIP into the root folder of your ThemeParkPanel installation.
- Open the
routes/web.php
and append the following at the end:
//ThemeParkPanelPlus
Route::get('/control/{attraction_id}/{pin}', 'ControlController@index');
- 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.