SuccessChanges

Summary

  1. add /chat command, no functionality yet (commit: 02b8bb6) (details)
  2. implement persistent private conversations, or something like that (commit: 90fefbc) (details)
  3. fix some minor issues (commit: 4dc2f2c) (details)
Commit 02b8bb6e84f77ec6bd957efe5cfc15792884de12 by Flo.e3
add /chat command, no functionality yet
(commit: 02b8bb6)
The file was modifiedsrc/main/resources/config.yml (diff)
The file was addedsrc/main/java/codecrafter47/freebungeechat/commands/ConversationCommand.java
The file was modifiedsrc/main/java/codecrafter47/freebungeechat/FreeBungeeChat.java (diff)
Commit 90fefbccf71fe6e40d95c92023f3312008e63f30 by Flo.e3
implement persistent private conversations, or something like that
(commit: 90fefbc)
The file was modifiedsrc/main/java/codecrafter47/freebungeechat/commands/MessageCommand.java (diff)
The file was modifiedsrc/main/java/codecrafter47/freebungeechat/commands/GlobalChatCommand.java (diff)
The file was modifiedsrc/main/resources/config.yml (diff)
The file was modifiedsrc/main/java/codecrafter47/freebungeechat/FreeBungeeChat.java (diff)
The file was modifiedsrc/main/java/codecrafter47/freebungeechat/commands/ReplyCommand.java (diff)
The file was modifiedsrc/main/java/codecrafter47/freebungeechat/commands/ConversationCommand.java (diff)
The file was modifiedsrc/main/java/codecrafter47/freebungeechat/ChatParser.java (diff)
The file was modifiedsrc/main/resources/config.yml (diff)