sandstone-mc / sandstone

Sandstone | Next Generation Framework for Minecraft
https://sandstone.dev/
MIT License
174 stars 15 forks source link

`scoreboard.objectives.setDisplay` has inconsistent casing #119

Closed GrantGryczan closed 1 year ago

GrantGryczan commented 2 years ago

It should be scoreboard.objectives.setdisplay. Nothing else that I know of in the library takes the lowercase of vanilla Minecraft syntax and turns it into camel case where there are officially multiple words. For example, datapack, gamerule, tellraw, playsound, teammsg, setworldspawn, gamemode, etc. are all lowercase despite officially containing multiple words. So why isn't setdisplay?