BlockHorizons / InvSee

A PocketMine-MP plugin that lets you view and modify offline and online players' inventories in real-time!
https://poggit.pmmp.io/p/InvSee
Apache License 2.0
30 stars 14 forks source link

feature request #38

Closed TukangM closed 2 years ago

TukangM commented 2 years ago

image I hope that after the 2.1.0 update ... has been implemented

Muqsit commented 2 years ago

Implemented in (v2.1.1) InvSee_dev-71.phar. Set command-player-selector-type to prefix-online in config.yml. https://github.com/BlockHorizons/InvSee/blob/18214b91f5e854ae4eb3246f3f57620430a42cdc/resources/config.yml#L1-L6

  • Added "portable-ender-chest" module - use /echest to access your own ender chest inventory
  • Added a configurable "command-player-selector-type" to allow targeting player by prefix in /invsee , /enderinvsee (f.e., "/invsee ste" to target "Steve")
  • Added a way to target players with spaces in name without using quotes (f.e., "/invsee steve gamer 3888" will target "Steve Gamer 3888")
  • Fix /enderinvsee not working due to incorrect permission checking
  • Fix a memory leak in modules
TukangM commented 2 years ago

image

work!