No description
Find a file
2021-01-11 18:01:20 +02:00
gradle/wrapper initial commit 2021-01-11 17:53:37 +02:00
src/main unnecessary class 2021-01-11 18:01:20 +02:00
.gitignore initial commit 2021-01-11 17:53:37 +02:00
build.gradle initial commit 2021-01-11 17:53:37 +02:00
gradlew initial commit 2021-01-11 17:53:37 +02:00
gradlew.bat initial commit 2021-01-11 17:53:37 +02:00
LICENSE initial commit 2021-01-11 17:53:37 +02:00
README.md initial commit 2021-01-11 17:53:37 +02:00
settings.gradle initial commit 2021-01-11 17:53:37 +02:00

ChatBack

Simple Bukkit plugin which saves the last 50 sent messages, join messages, and quit messages - and plays the history back to a joining player. This is functionally similar to how ZNC replays IRC history.

Please note that as this plugin is written in Kotlin, you'll need KotlinPlugin installed to use it.

Building the project

This project makes use of Gradle. Open a terminal and run the following commands from the project directory:

  • Windows: gradlew jar
  • Linux/Mac: ./gradlew jar

You will require a JDK installed for this - version 8 or later.

Once this task has been run, you will find a JAR file in build/libs, named ChatBack-<version>.jar. This is the plugin - drop it in your plugins/ folder to get started.