Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.03 KB


IU Minecraft

Custom code for the IU Minecraft server. This is currently in development phase and will be iterated upon.

Functionality

  • Verifying users with the IU Login to prevent griefing.
  • Displaying users name and year/status in-game.
  • Network wide cross-chat (in the case of multiple servers).

Architecture

This repository contains all custom code written for IUMC. The entire project is stored in a MonoRepo for ease of organization. Currently, the need for a Spigot/Paper plugin is not needed as network wide verification will be done with a velocity plugin. In the future that may change so the iumc-core contains the basis for a PaperSpigot plugin.