Pierce Thompson
Pierce Thompson
**please complete the following information:** - OS version: Windows 10 - Editor: IntelliJ - Editor version: 2021.1.2 - Programming language: Java - TabNine extension version: 0.4.1 - Engine version: 3.5.5-42...
When im in game, i can open the shop, but i cant buy anything. i click and it just picks up the item and i can move it around and...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Are you using the latest version of MockBukkit? - [X] I am using...
# Description Creates a `CONTRIBUTING.md` to help people contribute to MockBukkit. All feedback is welcome.
# Description Targets a specific version of the Paper API. This will prevent pull requests' builds from failing when they add new methods we haven't stubbed yet. I'm leaving this...
# Description Implements reloading the server via `ServerMock#reload`. The only things that need to be implemented yet are `BukkitSchedulerMock#getActiveWorkers` and `BukkitSchedulerMock#getPendingWorkers` along with more tests. Any feedback so far would...
# Description The old scheduler wasn't designed with all methods in mind, making it challenging to implement some of them. With this, it has been scrapped and rewritten using Paper's...
# Description Uncomments the passenger/vehicle handling code when spawning entities. To properly support this, `EntityMock#getIndirectPassengers` has been added. Another minor change that is a little small for it's own PR...