nsporillo / GlobalWarming

Server side global warming mechanics in Minecraft!
GNU Lesser General Public License v3.0
473 stars 46 forks source link

Vanilla scoreboard mechanics #33

Closed KingofAnomaly closed 5 years ago

KingofAnomaly commented 5 years ago

Does this plugin have a score that can be manipulated using vanilla minecraft’s Scoreboard commands? If not I feel like implementing this feature could greatly improve the plugin’s customization options.

nsporillo commented 5 years ago

Unfortunately not. We use a default scoreboard and if that is disabled, there is no way I know to supply the vanilla minecraft with the variables necessary.

However, we do support Placeholder API tags now if you'd be interested in using something like Featherboard which supports them.