konstructs / server

A voxel based game server.
http://www.konstructs.org
MIT License
49 stars 12 forks source link

Add Typesafe Config object as optional third arg #120

Closed petterarvidsson closed 8 years ago

petterarvidsson commented 8 years ago
petterarvidsson commented 8 years ago

@nsg This adds the possibility for a Plugin to get its entire config as an optional third argument to the plugin constructor method (the one that returns Props). I will update forest and flowers as examples.

nsg commented 8 years ago

@petterarvidsson I like it, easier (for me) to understand, so I like it!

petterarvidsson commented 8 years ago

Usage examples: https://github.com/konstructs/server-plugin-flowers/pull/9 https://github.com/konstructs/server-plugin-forest/pull/14

nsg commented 8 years ago

@petterarvidsson yup, it was mainly these examples I was referring to :)