summaryrefslogtreecommitdiffstats
path: root/EssentialsSpawn/src/com/earth2me/essentials/spawn/IEssentialsSpawn.java
Commit message (Collapse)AuthorAgeLines
* Add IEssentialsSpawn class for API for Essentials Spawn with two methods, ↵Dabo Ross2014-03-09-0/+27
getSpawn(String) and setSpawn(String, Location). Implement IEssentialsSpawn in EssentialsSpawn.