About the Resources category

This thread is for posting or finding resources which are designed to assist in the development of Sponge plugins.

###What is considered a ‘Resource’?
A resource is anything which does not directly* access the SpongeAPI or require being run as if they were another plugin. These resources should include:

  • Tutorials
  • Utilities
  • Libraries
  • etc

* Access to any part of the API is allowed, so long as its usage doesn’t require its own @Plugin type initialization.

3 Likes