Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 792 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 792 Bytes
project logo
A Minecraft plugin to make chatting ezpz.

TODO

  • Add channel functionality instead of this groups mess
  • Add a way to see who is in your channel
  • Add a way to see what channels you are in

Examples

if the player is whispering, the target will be a UUID of some online player and the whisper boolean will be true.

{
  "uuid": "e0a3a51c-8e8d-4b0e-9b7c-0f1f5c9c0a9e",
  "username": "hyperliskdev",
  "channels": {
    "active": "all",
    "listening": [
      "all",
      "staff",
      "faction"
    ]
  },
  "whisper": {
    "enabled": true,
    "target_uuid": "e0a3a51c-8e8d-4b0e-9b7c-0f1f5c9c0a9e",
    "last_whisper": "2019-01-01T00:00:00.000Z"
  }
}