Skip to content
Failed

Changes

Summary

  1. Implement skeleton modules for our 5 initial commands. (commit: 7dba8c8) (details)
  2. Should be of jar packaging (commit: 90d68bd) (details)
  3. Copy across all the commands and add their bootstrap plugins. (commit: 4be58a7) (details)
  4. Shuffle some internal stuff to API so that modules will compile (commit: 7483b4d) (details)
  5. Rum gitdescribe earlier in the build process. (commit: 93cf50b) (details)
  6. Implement module loader, blacklist this build from loading. (commit: a426a5e) (details)
Commit 7dba8c8a8730478dc105401bbdd6ddb64bf1189e by md_5
Implement skeleton modules for our 5 initial commands.
(commit: 7dba8c8)
The file was addedmodule/cmd-server/pom.xml
The file was addedmodule/pom.xml
The file was addedmodule/cmd-find/src/main/resources/plugin.yml
The file was addedmodule/cmd-list/pom.xml
The file was modifiedpom.xml (diff)
The file was addedmodule/cmd-server/src/main/resources/plugin.yml
The file was addedmodule/cmd-list/src/main/resources/plugin.yml
The file was addedmodule/cmd-send/pom.xml
The file was addedmodule/cmd-alert/src/main/resources/plugin.yml
The file was modified.gitignore (diff)
The file was addedmodule/cmd-alert/pom.xml
The file was addedmodule/cmd-find/pom.xml
The file was addedmodule/cmd-send/src/main/resources/plugin.yml
Commit 90d68bd38e4f9549a85f682f6e45547009044664 by md_5
Should be of jar packaging
(commit: 90d68bd)
The file was modifiedmodule/cmd-server/pom.xml (diff)
The file was modifiedmodule/cmd-send/pom.xml (diff)
The file was modifiedmodule/cmd-alert/pom.xml (diff)
The file was modifiedmodule/cmd-find/pom.xml (diff)
The file was modifiedmodule/cmd-list/pom.xml (diff)
Commit 4be58a7c009fd4d1692c5ffdef40deb56be44c1a by md_5
Copy across all the commands and add their bootstrap plugins.
(commit: 4be58a7)
The file was addedmodule/cmd-alert/src/main/java/net/md_5/bungee/module/cmd/alert/PluginAlert.java
The file was addedmodule/cmd-list/src/main/java/net/md_5/bungee/module/cmd/list/PluginList.java
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandAlertRaw.java
The file was addedmodule/cmd-alert/src/main/java/net/md_5/bungee/module/cmd/alert/CommandAlertRaw.java
The file was addedmodule/cmd-send/nb-configuration.xml
The file was modifiedmodule/cmd-send/src/main/resources/plugin.yml (diff)
The file was addedmodule/cmd-send/src/main/java/net/md_5/bungee/module/cmd/send/CommandSend.java
The file was modifiedmodule/pom.xml (diff)
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandServer.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/CommandAlert.java
The file was modifiedmodule/cmd-alert/src/main/resources/plugin.yml (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java (diff)
The file was addedmodule/cmd-server/src/main/java/net/md_5/bungee/module/cmd/server/PluginServer.java
The file was modifiedmodule/cmd-server/src/main/resources/plugin.yml (diff)
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandList.java
The file was addedmodule/cmd-alert/src/main/java/net/md_5/bungee/module/cmd/alert/CommandAlert.java
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandSend.java
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandFind.java
The file was addedmodule/cmd-list/src/main/java/net/md_5/bungee/module/cmd/list/CommandList.java
The file was addedmodule/cmd-list/nb-configuration.xml
The file was addedmodule/cmd-send/src/main/java/net/md_5/bungee/module/cmd/send/PluginSend.java
The file was addedmodule/cmd-server/src/main/java/net/md_5/bungee/module/cmd/server/CommandServer.java
The file was addedmodule/cmd-alert/nb-configuration.xml
The file was addedmodule/cmd-find/nb-configuration.xml
The file was addedmodule/cmd-find/src/main/java/net/md_5/bungee/module/cmd/find/CommandFind.java
The file was modifiedmodule/cmd-list/src/main/resources/plugin.yml (diff)
The file was addedmodule/cmd-server/nb-configuration.xml
The file was modifiedmodule/cmd-find/src/main/resources/plugin.yml (diff)
Commit 7483b4d27619a0e5b3a01a2f150f9b0a0e226eeb by md_5
Shuffle some internal stuff to API so that modules will compile
(commit: 7483b4d)
The file was addedapi/src/main/java/net/md_5/bungee/chat/ComponentSerializer.java
The file was modifiedapi/pom.xml (diff)
The file was addedapi/src/main/java/net/md_5/bungee/chat/BaseComponentSerializer.java
The file was addedapi/src/main/java/net/md_5/bungee/chat/TranslatableComponentSerializer.java
The file was modifiedproxy/pom.xml (diff)
The file was addedapi/src/main/java/net/md_5/bungee/chat/TextComponentSerializer.java
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 removedproxy/src/main/java/net/md_5/bungee/Util.java
The file was removedproxy/src/main/java/net/md_5/bungee/chat/TextComponentSerializer.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 removedproxy/src/main/java/net/md_5/bungee/command/PlayerCommand.java
The file was addedapi/src/main/java/net/md_5/bungee/Util.java
Commit 93cf50b4e1a694b106b6969932d0f8ce7feabb50 by md_5
Rum gitdescribe earlier in the build process.
(commit: 93cf50b)
The file was modifiedpom.xml (diff)
Commit a426a5ec225505be59973f73733010fbfb895804 by md_5
Implement module loader, blacklist this build from loading.
(commit: a426a5e)
The file was modifiedpom.xml (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java (diff)
The file was modifiedbootstrap/src/main/java/net/md_5/bungee/Bootstrap.java (diff)
The file was addedproxy/src/main/java/net/md_5/bungee/ModuleManager.java