/JoinMessages

A simple Spigot Join/Leave Messages plugin that i'm making while learning Java/Spigot Plugins Developing :)

Primary LanguageJava

JoinMessages

A simple Bukkit, Spigot and it's forks plugin for join and leave messages that look like this:

1894fe70

Screenshot_20211124-083306_PojavLauncher_Minecraft_Java_Edition_for_Android2

About

Like everything says, it's a plugin that provides your server with better join messages. You can see the todo list lower. Don't except this plugin to have perfect code, I'm making this to learn Java :) I don't know if it supports new versions, since I only focused on 1.8.8. Stay tuned for updates!

Building

To build this plugin, install maven on your system, go to the cloned folder and simply run mvn install

Now the built plugin should be in the target folder! 😃

Todo List

  • Basic Join Messages (Like the images show)
  • Custom messages (config.yml)
  • Code optimisation?