SuccessChanges

Summary

  1. add regex to make links clickable (commit: 2d5f18c) (details)
  2. fix some small bugs with bbcode (commit: 730fc3a) (details)
  3. add /freebungeechat reload (commit: 279723f) (details)
  4. move commands to separate package (commit: b1d13d6) (details)
Commit 2d5f18cb5a6aee1c7ba86346682a07a980817668 by Flo.e3
add regex to make links clickable
(commit: 2d5f18c)
The file was modifiedsrc/main/resources/config.yml (diff)
Commit 730fc3ad54e6c687e56daaad6fed1e5fcf1b71ab by Flo.e3
fix some small bugs with bbcode
(commit: 730fc3a)
The file was modifiedsrc/main/java/codecrafter47/freebungeechat/ChatParser.java (diff)
Commit 279723fba9f1bd565020d58336754f7ff9cccfc7 by Flo.e3
add /freebungeechat reload
(commit: 279723f)
The file was modifiedsrc/main/resources/readme.md (diff)
The file was modifiedsrc/main/java/codecrafter47/freebungeechat/FreeBungeeChat.java (diff)
Commit b1d13d6c006fcdf591616b9038b452fad2356fbf by Flo.e3
move commands to separate package
(commit: b1d13d6)
The file was modifiedsrc/main/java/codecrafter47/freebungeechat/FreeBungeeChat.java (diff)
The file was addedsrc/main/java/codecrafter47/freebungeechat/commands/ReplyCommand.java
The file was addedsrc/main/java/codecrafter47/freebungeechat/commands/GlobalChatCommand.java
The file was addedsrc/main/java/codecrafter47/freebungeechat/commands/IgnoreCommand.java
The file was addedsrc/main/java/codecrafter47/freebungeechat/commands/ReloadCommand.java
The file was addedsrc/main/java/codecrafter47/freebungeechat/commands/MessageCommand.java