Skip to content
Success

Changes

Summary

  1. changes to tab completion (commit: dd06937) (details)
Commit dd06937a3b6b4bdd8832e0d8e65389f57594a9ca by md_5
changes to tab completion

* PacketCBTabComplete: options for completion should be seperated by
NUL
* PluginManager: append an empty argument to arguments if command ends
with a whitespace (this will match all suggestions)
* PlayerCommand: suggest only matching players instead of all players
(commit: dd06937)
The file was modifiedproxy/src/main/java/net/md_5/bungee/command/PlayerCommand.java
The file was modifiedapi/src/main/java/net/md_5/bungee/api/plugin/PluginManager.java
The file was modifiedprotocol/src/main/java/net/md_5/bungee/protocol/packet/PacketCBTabComplete.java