Skip to content
Success

Changes

Summary

  1. Copy across all the commands and add their bootstrap plugins. (commit: 4be58a7) (details)
  2. Shuffle some internal stuff to API so that modules will compile (commit: 7483b4d) (details)
  3. Implement module loader, blacklist this build from loading. (commit: a426a5e) (details)
Commit 4be58a7c009fd4d1692c5ffdef40deb56be44c1a by md_5
Copy across all the commands and add their bootstrap plugins.
(commit: 4be58a7)
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java
The file was addedmodule/cmd-alert/src/main/java/net/md_5/bungee/module/cmd/alert/CommandAlert.java
The file was addedmodule/cmd-send/src/main/java/net/md_5/bungee/module/cmd/send/PluginSend.java
The file was modifiedmodule/cmd-send/src/main/resources/plugin.yml
The file was modifiedmodule/cmd-alert/src/main/resources/plugin.yml
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandList.java
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandAlert.java
The file was addedmodule/cmd-server/src/main/java/net/md_5/bungee/module/cmd/server/CommandServer.java
The file was addedmodule/cmd-send/nb-configuration.xml
The file was addedmodule/cmd-find/src/main/java/net/md_5/bungee/module/cmd/find/CommandFind.java
The file was addedmodule/cmd-list/nb-configuration.xml
The file was addedmodule/cmd-alert/nb-configuration.xml
The file was addedmodule/cmd-alert/src/main/java/net/md_5/bungee/module/cmd/alert/CommandAlertRaw.java
The file was addedmodule/cmd-list/src/main/java/net/md_5/bungee/module/cmd/list/PluginList.java
The file was modifiedmodule/cmd-server/src/main/resources/plugin.yml
The file was addedmodule/cmd-find/nb-configuration.xml
The file was addedmodule/cmd-server/nb-configuration.xml
The file was addedmodule/cmd-alert/src/main/java/net/md_5/bungee/module/cmd/alert/PluginAlert.java
The file was modifiedmodule/pom.xml
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandServer.java
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandFind.java
The file was addedmodule/cmd-server/src/main/java/net/md_5/bungee/module/cmd/server/PluginServer.java
The file was modifiedmodule/cmd-list/src/main/resources/plugin.yml
The file was modifiedmodule/cmd-find/src/main/resources/plugin.yml
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandSend.java
The file was addedmodule/cmd-find/src/main/java/net/md_5/bungee/module/cmd/find/PluginFind.java
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandAlertRaw.java
The file was addedmodule/cmd-list/src/main/java/net/md_5/bungee/module/cmd/list/CommandList.java
The file was addedmodule/cmd-send/src/main/java/net/md_5/bungee/module/cmd/send/CommandSend.java
Commit 7483b4d27619a0e5b3a01a2f150f9b0a0e226eeb by md_5
Shuffle some internal stuff to API so that modules will compile
(commit: 7483b4d)
The file was removedproxy/src/main/java/net/md_5/bungee/Util.java
The file was modifiedproxy/pom.xml
The file was removedproxy/src/main/java/net/md_5/bungee/chat/TextComponentSerializer.java
The file was addedapi/src/main/java/net/md_5/bungee/chat/TranslatableComponentSerializer.java
The file was modifiedapi/pom.xml
The file was removedproxy/src/main/java/net/md_5/bungee/chat/TranslatableComponentSerializer.java
The file was addedapi/src/main/java/net/md_5/bungee/command/PlayerCommand.java
The file was addedapi/src/main/java/net/md_5/bungee/chat/TextComponentSerializer.java
The file was addedapi/src/main/java/net/md_5/bungee/chat/BaseComponentSerializer.java
The file was removedproxy/src/main/java/net/md_5/bungee/chat/ComponentSerializer.java
The file was removedproxy/src/main/java/net/md_5/bungee/chat/BaseComponentSerializer.java
The file was addedapi/src/main/java/net/md_5/bungee/chat/ComponentSerializer.java
The file was addedapi/src/main/java/net/md_5/bungee/Util.java
The file was removedproxy/src/main/java/net/md_5/bungee/command/PlayerCommand.java
Commit a426a5ec225505be59973f73733010fbfb895804 by md_5
Implement module loader, blacklist this build from loading.
(commit: a426a5e)
The file was addedproxy/src/main/java/net/md_5/bungee/ModuleManager.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java
The file was modifiedbootstrap/src/main/java/net/md_5/bungee/Bootstrap.java
The file was modifiedpom.xml