Skip to content
Success

Changes

Summary

  1. Use the ChatConverter from spigot to fix 1.7 formatting bugs (commit: 18db187) (details)
  2. Update ChatConverter (commit: 81e43aa) (details)
  3. Reduce the size of json output (commit: 54d307d) (details)
Commit 18db187347003d3d1faadecfac12c205937286bd by md_5
Use the ChatConverter from spigot to fix 1.7 formatting bugs
(commit: 18db187)
The file was addedproxy/src/main/java/net/md_5/bungee/ChatConverter.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/UserConnection.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/Util.java
Commit 81e43aab982c8fa98df2198a5cb374509683fe50 by md_5
Update ChatConverter
(commit: 81e43aa)
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/UserConnection.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/ChatConverter.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java
Commit 54d307da576fd9b6d7971e2e6ec16f2bb9eed2c7 by md_5
Reduce the size of json output

Nulls are not outputted (https://sites.google.com/site/gson/gson-user-guide#TOC-Null-Object-Support)
(commit: 54d307d)
The file was modifiedproxy/src/main/java/net/md_5/bungee/ChatConverter.java