APDevTeam / Movecraft

The original movement plugin for Paper. Reloaded. Again.
GNU General Public License v3.0
121 stars 76 forks source link

Deny placing blocks on crafts #573

Closed goodroach closed 1 year ago

goodroach commented 1 year ago

Describe in detail what your pull request accomplishes:

This adds the functionality of disallowing players from placing blocks on ships they are not piloting. It is just one listener and doesn't require any internationalization. The only problem with this is that if players place blocks fast enough, they might be able to before blockPlaceEvent is even called.

Related issues:

Checklist