Hi. As the title suggests, I’m trying to learn how to use existing plugins with mine. My goal is to be able to use TotalEconomy to reward players with money for executing a command. I’ve managed to import the TotalEconomy jar into my Gradle Eclipse project, but I’m not familiar with how to actually use these external jars. Would anyone that has done this before have any advice? Thank you for your time.
You shouldn’t need to work with TotalEconomy directly. Sponge has a built in economy API that works with any economy plugin. You will need to have TotalEconomy installed on your test server (Sponge should find it automatically if it’s on your classpath), but you can write your code for just SpongeAPI.
1 Like