Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blockhorizons/invsee
A PocketMine-MP plugin that lets you view and modify offline and online players' inventories in real-time!
https://github.com/blockhorizons/invsee
inventory mcpe plugin pmmp pocketmine pocketmine-mp spy
Last synced: 4 months ago
JSON representation
A PocketMine-MP plugin that lets you view and modify offline and online players' inventories in real-time!
- Host: GitHub
- URL: https://github.com/blockhorizons/invsee
- Owner: BlockHorizons
- License: apache-2.0
- Created: 2018-06-22T23:03:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T21:47:08.000Z (12 months ago)
- Last Synced: 2024-05-22T21:26:32.063Z (8 months ago)
- Topics: inventory, mcpe, plugin, pmmp, pocketmine, pocketmine-mp, spy
- Language: PHP
- Homepage: https://poggit.pmmp.io/p/InvSee
- Size: 1.19 MB
- Stars: 29
- Watchers: 14
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# InvSee
[![](https://poggit.pmmp.io/shield.state/InvSee)](https://poggit.pmmp.io/p/InvSee)
[![](https://poggit.pmmp.io/shield.dl.total/InvSee)](https://poggit.pmmp.io/p/InvSee)InvSee lets you view and modify player's inventory and ender chest inventory realtime.
You can view and modify offline players' inventories too!Grab a pre-compiled InvSee `.phar` file from [Poggit CI](https://poggit.pmmp.io/p/invsee).
## Usage
### Accessing a player's inventory
Use `/invsee ` to access a player's inventory. This will open a double-chest inventory with the first 36 slots displaying the player's inventory contents in order.
The last row of slots displays the player's armor inventory contents.![image](https://user-images.githubusercontent.com/15074389/163743159-aa7e7133-e3b7-4e67-8f18-8b219c6fd89b.png)
### Accessing a player's ender inventory
Similar to `/invsee `, `/enderinvsee ` opens the player's ender inventory.![image](https://user-images.githubusercontent.com/15074389/163743336-da683498-362f-4712-a8b6-3160b49833bd.png)
### More Features
InvSee features modules which can be configured through [`modules.yml`](https://github.com/BlockHorizons/InvSee/blob/master/resources/modules.yml). When a server starts, each module's state (enabled / disabled) is set to what is configured under `module-states` in `modules.yml`. However, modules can be enabled or disabled during runtime via the `/invseemod` command. These are all the InvSee modules at the moment:
| Name | Description |
| --- | --- |
| InvSee by Request | Allows players to request other players to view their inventory contents (in read-only mode). See https://github.com/BlockHorizons/InvSee/issues/10 for more information. |
| Portable Ender Chest | Allows players to access their own ender inventory via `/echest` command (the command name and its aliases are configurable). |