Multiverse / Multiverse-3

12 stars 11 forks source link

Updated for the latest PluginBase changes. #5

Closed dumptruckman closed 10 years ago

dumptruckman commented 10 years ago

Signficant changes to how world properties work. Also removed interfaces for MultiverseWorld and WorldProperties. They are not concrete classes only. WorldProperties is also package-private. WorldProperties now contains a reference to a WorldLink (which I was originally trying to avoid) but I think the ease of use of virtual properties makes it worth it.