So my ::noclip doesn't work not at first i thought it wasn't added but i looked in my Client.java and it is infact there all the commands above it work fine besides noclip.

Here is my code in client.java

Code:
if (inputString.equals("::noclip")) {
						for (int k1 = 0; k1 < 4; k1++) {
							for (int i2 = 1; i2 < 103; i2++) {
								for (int k2 = 1; k2 < 103; k2++)
									aClass11Array1230[k1].anIntArrayArray294[i2][k2] = 0;

							}
						}
					}