Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 870 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 870 Bytes

collar

Online services for minecraft mods.

Features

  • Create long running groups or short lived parties of players to share coordinates, waypoints and chat securely
  • Encrypted private waypoints
  • Server stored friend lists
  • Uploading and distributing player textures, such as capes and avatars
  • Custom message formats for private, group and nearby messaging (build your own mod!)

Security

  • Messaging and coordinte sharing is end to end encrypted using libsodium
  • Profile data, such as your private waypoints, is encrypted before sending to the collar server.

Coming soon

Discord

Join the Discord

Building

To build run you will need to have Maven 3 installed and JDK 16.

Run in the command line: mvn clean install