Recommended Core, Report, and Style plugins?

Hi everyone,

I recently started to develop small plugins for fun again. I must say I’m very pleased with Sponge, and I’m glad I choose this over Spigot/Bukkit.

As I’m building a very small server with friends, I needed a plugin to manage the core of the server. The plugin should:

  • Have core functions, like afk, nicknaming, tpa, etc.
  • Have a nice, structured, user friendly report system (for hackers, not for issues)
  • Standarize all colors (e.g. the default color of every plugin is gray, with blue for accentuated text). This way the commands don’t become a rainbow mess.
  • Support and manage timers, for mini games and such

I already looked into some plugins like Essentials (Bukkit), and found Nexus, which seems pretty good, but does not cover everything.
I don’t mind making my own plugin(s) and posting it on Github :slight_smile: .

What plugins do you recommend I should use?

Core - Nucleus
Report System - Tattle
Timers - Easy Scoreboards

Standarize all colors - probably needs some manual work, all plugins mentioned are open source so you should be able to do this, for Nucleus you can achieve this with its messages.conf

2 Likes