Spigot plugin featuring stuff that every server should have.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Adrian Kiezik 7537ec3db1
How to build jar in README
Since we are using maven now, the build process has changed.
2021-12-28 18:39:33 +01:00
src/main Now using maven + basic web server setup 2021-12-28 18:30:50 +01:00
.gitignore Now using maven + basic web server setup 2021-12-28 18:30:50 +01:00
LICENSE Added Apache 2.0 License 2021-12-27 23:00:00 +01:00
pom.xml Now using maven + basic web server setup 2021-12-28 18:30:50 +01:00
README.md How to build jar in README 2021-12-28 18:39:33 +01:00

Crucials

Spigot plugin featuring stuff that every server should have.

Native version: 1.18

Tested working versions: 1.18, 1.18.1

Features

  • custom roles,
  • custom chat formatting,
  • private messages,
  • convenient commands, such as /fly.

Planned features

  • more convenient commands,
  • web panel to manage server,
  • 100% customizable messages (.lang file),
  • enabling / disabling features,
  • and more...

Edit the code

Want to add new features to Crucials or fix bugs yourself?

  • make sure to have installed any version of Java greater than or equal to 17,
  • to build jar file simply run "package" of maven,
  • and don't forget to create a pull request 🎉