Download the PHP package tedo0627/inventoryui without Composer
On this page you can find all versions of the php package tedo0627/inventoryui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tedo0627/inventoryui
More information about tedo0627/inventoryui
Files in tedo0627/inventoryui
Download tedo0627/inventoryui
More information about tedo0627/inventoryui
Files in tedo0627/inventoryui
Vendor tedo0627
Package inventoryui
Short Description This is the PocketMine virion that implements the dummy inventory.
License MIT
Package inventoryui
Short Description This is the PocketMine virion that implements the dummy inventory.
License MIT
Please rate this library. Is it a good library?
Informations about the package inventoryui
InventoryUI
This is the PocketMine virion that implements the dummy inventory.
Differences from previous APIs
- Chests and other blocks are not placed.
- If a player falls or moves by water or other means when the inventory is open, the inventory will not close.
- You can specify any number of slots in your inventory. (Up to 1000 confirmed)
- Vertical length of inventory slots can be specified. (max. 6)
Demo
https://github.com/tedo0627/InventoryUI/assets/24734045/3a0f3c90-2c02-4e1e-b9fd-69a868dbfbad
Preview
open
| length: 1, slot: 5 | length: 1, slot: 9 | length: 2, slot 18 | |:----------------------------|:----------------------------|:-----------------------------| |  |  |  | | length: 5, slot: 45 | length: 5, slot: 100 | length: 6, slot 100 | |:-----------------------------|:------------------------------|:------------------------------| |  |  |  |How to install
- Download InventoryUIResourcePack.mcpack and put it in the resource_packs folder
- Open file , set force_resources to and resource_stack to
Usage
The following code must be called when the plugin is enabled.
Open custom inventory
specifies the number of slots in the inventory and must be a number greater than zero.
is the name of the inventory.
is entered as the vertical length of the inventory. If null, it is automatically adjusted.
Extend custom inventory
Sample plugin here
License
"InventoryUI" is under MIT License
Special Thanks
Help resource pack @yuyaprgrm
All versions of inventoryui with dependencies
PHP Build Version
Package Version
No informations.
The package tedo0627/inventoryui contains the following files
Loading the files please wait ....