Allow the app to specify the location of plugins?

just a suggestion:

ControllerEnvironment environment = ControllerEnvironment.getDefaultEnvironment(“String path”);

where path = the location of the controller folder, specified by the app

(?)

There is already a property for this built in. The philosophical issue here is that location of the plug-ins is an evironmental issue not a game logic issue so the game code should be kept blissfully unaware of it.

JK