Skip to content
Success

Changes

Summary

  1. Implement skeleton modules for our 5 initial commands. (commit: 7dba8c8) (details)
  2. Copy across all the commands and add their bootstrap plugins. (commit: 4be58a7) (details)
Commit 7dba8c8a8730478dc105401bbdd6ddb64bf1189e by md_5
Implement skeleton modules for our 5 initial commands.
(commit: 7dba8c8)
The file was addedmodule/cmd-find/pom.xml
The file was addedmodule/cmd-server/src/main/resources/plugin.yml
The file was addedmodule/cmd-list/pom.xml
The file was addedmodule/pom.xml
The file was addedmodule/cmd-server/pom.xml
The file was addedmodule/cmd-list/src/main/resources/plugin.yml
The file was addedmodule/cmd-send/src/main/resources/plugin.yml
The file was addedmodule/cmd-alert/pom.xml
The file was modified.gitignore
The file was addedmodule/cmd-send/pom.xml
The file was addedmodule/cmd-find/src/main/resources/plugin.yml
The file was addedmodule/cmd-alert/src/main/resources/plugin.yml
The file was modifiedpom.xml
Commit 4be58a7c009fd4d1692c5ffdef40deb56be44c1a by md_5
Copy across all the commands and add their bootstrap plugins.
(commit: 4be58a7)
The file was addedmodule/cmd-server/src/main/java/net/md_5/bungee/module/cmd/server/PluginServer.java
The file was addedmodule/cmd-server/nb-configuration.xml
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandFind.java
The file was addedmodule/cmd-send/src/main/java/net/md_5/bungee/module/cmd/send/CommandSend.java
The file was addedmodule/cmd-find/nb-configuration.xml
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/CommandAlertRaw.java
The file was addedmodule/cmd-list/src/main/java/net/md_5/bungee/module/cmd/list/PluginList.java
The file was addedmodule/cmd-send/nb-configuration.xml
The file was addedmodule/cmd-alert/nb-configuration.xml
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandServer.java
The file was modifiedmodule/pom.xml
The file was addedmodule/cmd-list/nb-configuration.xml
The file was modifiedmodule/cmd-alert/src/main/resources/plugin.yml
The file was addedmodule/cmd-server/src/main/java/net/md_5/bungee/module/cmd/server/CommandServer.java
The file was addedmodule/cmd-find/src/main/java/net/md_5/bungee/module/cmd/find/PluginFind.java
The file was addedmodule/cmd-find/src/main/java/net/md_5/bungee/module/cmd/find/CommandFind.java
The file was addedmodule/cmd-alert/src/main/java/net/md_5/bungee/module/cmd/alert/PluginAlert.java
The file was modifiedmodule/cmd-send/src/main/resources/plugin.yml
The file was addedmodule/cmd-alert/src/main/java/net/md_5/bungee/module/cmd/alert/CommandAlert.java
The file was modifiedmodule/cmd-server/src/main/resources/plugin.yml
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/CommandList.java
The file was modifiedmodule/cmd-find/src/main/resources/plugin.yml
The file was addedmodule/cmd-send/src/main/java/net/md_5/bungee/module/cmd/send/PluginSend.java
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandSend.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java
The file was removedproxy/src/main/java/net/md_5/bungee/command/CommandAlert.java
The file was modifiedmodule/cmd-list/src/main/resources/plugin.yml