By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
LytraAccessory is a Pocketmine MP Plugin that will add an accessory features on your server like an RPG game
To register your accessory, You can look at https://github.com/FresherGAMING/LytraAccessory/blob/main/README.md#Register-The-Accessory
Command | Description | Usage |
---|---|---|
/la | View your accessory inventory | /la |
/la get | Get an accessory | /la get [string:id] [int:amount] |
/la give | Give an accessory to another player | /la give [string:player] [string:id] [int:amount] |
/la info | Get an information about a spesific accessory | /la info [string:id] |
/la remove | Remove an equipped accessory from player | /la remove [string:player] [string:id] |
/la view | View an accessory inventory of another player | /la view [string:player] |
/la slots view | Display information about total slots and empty slots of player | /la slots view [string:player] |
/la slots add | Add a spesific amount of slots on accessory inventory | /la slots add [string:player] [int:amount] |
/la slots remove | Remove a spesific amount of slots on accessory inventory | /la slots remove [string:player] [int:amount] |
/la slots set | Set a spesific amount of slots on accessory inventory | /la slots set [string:player] [int:amount] |
You can use lytraaccessory.command.admin
permission to give players all the lytra accessory commands permissions
Command | Permissions | Default |
---|---|---|
/la | lytraaccessory.command.use | True |
/la get | lytraaccessory.command.admin.get | OP |
/la give | lytraaccessory.command.admin.give | OP |
/la info | lytraaccessory.command.admin.info | OP |
/la remove | lytraaccessory.command.admin.remove | OP |
/la view | lytraaccessory.command.admin.view | OP |
/la slots view | lytraaccessory.command.admin.slots.view | OP |
/la slots add | lytraaccessory.command.admin.slots.add | OP |
/la slots remove | lytraaccessory.command.admin.slots.remove | OP |
/la slots set | lytraaccessory.command.admin.slots.set | OP |
If you want to use Lytra Accessory API, You can go to https://github.com/FresherGAMING/LytraAccessory/blob/main/README.md#For-Developers
You can leave one review per plugin release, and delete or update your review at any time