rmct / AutoReferee

Bukkit plugin for automatically refereeing competitive Minecraft matches.
http://rmct.github.com/AutoReferee
GNU General Public License v3.0
35 stars 19 forks source link

Adds no-enderpearl Regions with "-p" #241

Closed mxsdev closed 8 years ago

mxsdev commented 8 years ago

Adds no-enderpearl regions. You can add them with "/zone -p"

itsmartin commented 8 years ago

I thought the original intention was to have regions where pearls couldn't be thrown into?

mxsdev commented 8 years ago

Fixed. I do not know if this is the most efficient way to get it done. Also, I'm not entirely sure if the enderpearl task class should be titled what it is or if it should be in the listeners package? Or perhaps it should just be part of the ZoneListener file?

net commented 8 years ago

listeners/EnderpearlTask is fine. I agree with Martin, there's a difference between regions where enderpearls can't pass through, and regions where enderpearls can't land. Was there ever a consensus on this?

Please reopen to merge to the develop branch. Also please fix the build error.