How to use Sponge. Method?

Hi never mind this topic since i just figured it out thanks! ^^

Sponge is a class, and getCommandManager() is a static method. If you haven’t set up your dev environment for Sponge, take a look here.

If that sounds greek to you, than I strongly suggest learning/reviewing Java - not to be rude, but this stuff should be basic.

Hi Simon, i already did that and when ever i try to use Sponge.getCommandManager() i get an error i am using eclipse with gradle but when ever i sue IJ with gradle it does not give me this error.

Syntax error on token “getCommandManager”, Identifier expected after this token

Edit: i did not use Sponge correctly ^^