Muqsit / PlayerVaults

Per-player GUI-based vaults plugin for PocketMine-MP
https://poggit.pmmp.io/p/PlayerVaults
GNU Lesser General Public License v2.1
41 stars 33 forks source link

Use InvMenu to send fake inventories #50

Closed Muqsit closed 6 years ago

Muqsit commented 6 years ago

InvMenu is a highly extendable virion which makes it simpler to create fake inventories. It will get rid of a lot of undocumented "how does PlayerVaults spawn a chest again?" magic and make implementing #42 and #45 a lot easier.

Muqsit commented 6 years ago

Done in e21e39a