Plugins are written in javascript and are for MV.
Ace scripts need to be written in Ruby.
Not only is it a different language, but it's also a different database structure and class structure. So you can't even just rewrite the js in Ruby.
You either need to find the equivalent scripts in Ace (shouldn't even be looking at plugins if you're not using MV) or switch to MV. If you've only been developing for a few days, it's probably a small amount of effort to switch to MV, considering there's a script that will convert your database and maps to MV format already.