Skip to content
Speiger edited this page Mar 8, 2018 · 2 revisions

Welcome to the Scavenge wiki!

Here is a quick tutorial on how to make a plugin for Scavenge:

How to make an addon for Scavenge:

  • Download the API/Mod from Curse and install it in your dev envioment. (I don't have a maven so thats the way to do it)
  • Make A Class that Implements ScavengePlugin and has ScavengeLoaded as @Interface
  • Load your conditions/effects/lootproperties/MathOperations/MathModifiers into the ScavengeAPI

If a more detailed explanation is needed then i will make one but its to late right now.

Clone this wiki locally