Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 886 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 886 Bytes

Blay's Server Utlities

THIS MOD IS STILL IN DEVELOPMENT!

What is this?

It is a simple minecraft fabric server mod that does various different, common things useful an almost every minecraft server.

Included features

  • A configurable /info command
  • A configurable /rules command
  • A configurable hello message
  • A /broadcast command <- todo

How to compile this mod? (assuming you're on linux)

  1. Make sure you have jdk 17 and git installed. If not, check these links out: https://git-scm.com/downloads, https://www.oracle.com/pl/java/technologies/downloads/#java17
  2. Clone the repo: git clone https://github.com/Blayung/blays-utils.git; cd blays-utils
  3. Compile the mod: ./gradlew build
  4. Now the mod jar file should be here: ./build/libs/blays-utils-1.0.0.jar