-
Notifications
You must be signed in to change notification settings - Fork 1
Creating an inventory
Dalton edited this page Nov 19, 2021
·
11 revisions
Creating on is rather simple, you take a PluginInventory
instance and initialize it like so:
final PluginInventory inventory = new PluginInventory(9, "&a&lInventory!");
You may notice there is 2 arguments, the 1st argument is for the inventory slot count, which goes by increments of 9 up to a maximum of 54. The second argument is what the inventory will be named.
Page written by: Dalton Burchard
- Your main class and you
- Editing API Settings (Optional)
- Creating an PluginInventory
- Creating Clickable items
- (Not added yet) Examples