Improved performance of evaluating equations in config
I was curious to see how fast JavaScript's evaluation function was, and it was 100 MILLISECONDS. (thats 1 second if theres 10 players on the server using an enchant!)
I decided to use a better evaluation function which runs at 4 ms (25x faster!)