Standalone

Server Installation

Before using Stylize in your plugin, you need to install it on your server:

  1. Download the latest version from GitHub Releases

  2. Place the JAR file in your server's plugins folder

  3. Restart your server


Development Integration

1

Plugin.yml

depend: [Stylize]
2

Add Repository

repositories {
    maven { url 'https://jitpack.io' }
}
3

Add Dependency

dependencies {
    compileOnly 'com.github.SytexMC:Stylize:2.0.0'
}

Last updated