aivruu / XStream

Simple way to announce your streams/lives globally!

Home Page:https://www.spigotmc.org/resources/global-live-xstream-%E2%9C%A8custom-announcements%E2%9C%A8-%E2%9C%85-1-8-8-1-19.106095/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codacy Badge

XStream is a plugin that allows to your Streamers announce their streams/lives globally to all the server, constantly from time to time of asynchronous way to avoid loss performance. Very customizable with multiple functions and checks to avoid all bypass type or errors.

🛠️ | Import

If you're using a dependency manager such as Maven or Gradle. Or just import the library to BuildPath of your project.

To get the jar, either download it from GitHub or Spigot. Or just Build it locally

Gradle (Kotlin DSL)

repositories {
  maven("https://jitpack.io")
  mavenCentral()
}

dependencies {
  compileOnly("com.github.InitSync:XStream:1.0.1")
}

Maven

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io/</url>
  </repository>
</repositories>

<dependencies>
  <dependency>
    <groupId>com.github.InitSync</groupId>
    <artifactId>XStream</artifactId>
    <version>1.0.1</version>
  </dependency>
</dependencies>

➕ | Contribute

Do you want contribute with the library?

✅ | Build

If you want build the project locally, download it, you must be had Gradle and Java 8+ for this.

Now for build the project

git clone https://github.com/InitSync/XStream
cd XStream
./gradlew clean shadowJar

The file will be at bin/XStream-[release].jar.

🎫 | License

This project is licensed under the GNU General Public License v3.0 license, for more details see the file License

About

Simple way to announce your streams/lives globally!

https://www.spigotmc.org/resources/global-live-xstream-%E2%9C%A8custom-announcements%E2%9C%A8-%E2%9C%85-1-8-8-1-19.106095/

License:GNU General Public License v3.0


Languages

Language:Java 96.3%Language:Kotlin 3.7%