First installation - Streamline-Essentials/StreamlineWiki GitHub Wiki
Below is some much-needed information on things such as file locations and some Streamline terminology.
| When we say... | We mean... | 
|---|---|
| your plugins folder | The pluginsfolder in your server's main folder. | 
| streamline main folder | The StreamlineAPIfolder in your plugin's folder.NOTE: if you use Velocity, the folder will actually be called streamlineapi(lowercase)! | 
| modules folder | The modulesfolder in your streamline main folder. | 
| module resources folder | The module-resourcesfolder in your streamline main folder. | 
| <specified>module folderNOTE: <specified>will be replaced with a module's name | The <specified>folder in your module resources folder | 
| commands folder | The commandsfolder in your streamline main folder | 
| module commands folder | The commandsfolder in your<specified>module folder.NOTE: <specified>will be replaced with a module's name | 
- Download the plugin file.
- Plugin download can be found here: click here
 
- Drop it into your plugins folder.
- Start and stop your server.
- Fill out the configurations where necessary.
- Configurations for the streamline plugin can be found in your pluginsfolder, underStreamlineAPI(orstreamlineapiif using Velocity).
 
- Configurations for the streamline plugin can be found in your 
- Add desired modules.
- Modules can be downloaded from here: click here
 
- Start and stop your server again.
- Fill out module configs where necessary.
- Module files can be found in your module resources folder.
 
- Start your server again.
More information can be found under the Modules installation: click here

