Skip to content
Success

Changes

Summary

  1. Update Command API (commit: 98db2da) (details)
Commit 98db2da37475c094e4456d04629958552cd19883 by ME1312
Update Command API
The command API just got a little better:
-> Add CommandSender interface
-> Add Tab AutoComplete interface
(commit: 98db2da)
The file was modified GalaxiAPI/src/net/ME1312/Galaxi/Plugin/PluginManager.java (diff)
The file was modified GalaxiEngine/src/net/ME1312/Galaxi/Engine/PluginManager.java (diff)
The file was removedGalaxiAPI/src/net/ME1312/Galaxi/Plugin/Command.java
The file was addedGalaxiAPI/src/net/ME1312/Galaxi/Plugin/Command/Command.java
The file was modified GalaxiEngine/src/net/ME1312/Galaxi/Engine/GalaxiEngine.java (diff)
The file was addedGalaxiAPI/src/net/ME1312/Galaxi/Plugin/Command/ConsoleCommandSender.java
The file was addedGalaxiAPI/src/net/ME1312/Galaxi/Plugin/Command/CompletionHandler.java
The file was modified GalaxiEngine/src/net/ME1312/Galaxi/Engine/Library/ConsoleReader.java (diff)
The file was modified GalaxiEngine/src/net/ME1312/Galaxi/Engine/Library/DefaultCommands.java (diff)
The file was addedGalaxiAPI/src/net/ME1312/Galaxi/Plugin/Command/CommandSender.java