I'm playing around with 2 plugins, and I want them to be able to access eachothers static values, and I am able to do it one way, but not the other way around.
For example:
Plugin A is able to get a static value from plugin B, but plugin B is not able to get a static value from plugin A. I...