Latest reviews

Seems to work fine. You need to change a single tag to avoid errors in the console tho. On line 69 you need to change "server.current_time_millis" to "util.current_time_millis". This fixed the errors in the console as "server.current_time_millis" is deprecated. There might be a better fix out there but it worked for me
Works great but needs a little change to not spam your console. In line 11 you need to replace "[tree_distance.is_more_than[6]]" with "[Material[log].distance.is_more_than[6]]" as tree_distance is deprecated. I'm not sure if this is the best way to fix it as I am not well versed in Denizen scripts yet.