Macuyiko / minecraft-python

A Jython driven plugin and interpreter system for Minecraft (on top of Spigot)
BSD 3-Clause "New" or "Revised" License
227 stars 29 forks source link

Why is the broadcast function called yell instead of broadcast. #41

Closed spookybear0 closed 3 years ago

spookybear0 commented 3 years ago

I think it would be easier to understand if it was called broadcast.

Macuyiko commented 3 years ago

mcapi.py is primarily meant as a way to provide some common shortcuts to use, so of course you're free to define your own functions. Still, broadcast is indeed a better name, so that one has been provided now on top of yell