Releases: FoxDenStudio/FoxCore-Sponge
Releases · FoxDenStudio/FoxCore-Sponge
v0.9.3-api5: API 5 update.
This version actually supports API 5. Thank sammyvsparks/cykrix for the majority of the port. Also a few updates and changes to make things better.
v0.9.2
Actually have working tab completion for once.
v0.9.1: Bugfixes.
This contains some fixes to make FoxCore work a little better on SpongeAPI 5.x This does not mean that FoxCore supports that API, it just doesn't break AS BADLY.
v0.9.0: Small updates.
I changed a few things and fixed a lot of bugs and updated mapdb dependency to the release version. Other than that this version does not have much in terms of functionality changes.
v0.8.1: Redid the network code.
This will not work with previous versions of foxcore. So a 0.8.0 client won't work right with a server running 0.8.1 This version will no longer spam the console when players try to use commands without the client mod. It will just attempt to send one packet, not a million.
v0.8.0: Finally an update with lots of cool things!
At least sort of... A bunch of features that I had wanted to include aren't in here, such as... - Network rewrite - Selections - Wand update I'm pushing this one out early because it's updated to SpongeAPI 4.1.x, which has been requested for awhile now. So have fun with this, I suppose.
v0.7.0: State buffer overhaul.
"add" and "remove" are no longer a thing. Now you use "state" followed by the field name and then the command for that field. So /fg add position ~ 100 ~ is now /fg state position add ~ 100 ~ can be shortened to /fg s p add ~ 100 ~. Convenience commands may be added later.
v0.6.2: Server Jar!
Now builds a server version of the jar without the mod classes present at all. Should resolve issues with people trying to use newer versions of the plugin with older versions of forge. The mod is likely going to stay completely clientside only, with any server components in the sponge plugin. While this jar can be put into the client as well, you lose all CUI capabilities. As such, the regular or -all jar should be used, depending on whether or not sponge is installed.
v0.6.1
Should no longer break with forge updates on server.
v0.6.0
Update to Minecraft 1.8.9