Skip to content

Taylor-pm-pl/AdvancedItem

Getting started

A plugin for PocketMine-MP that improves items.

Badges

Lint PHPStan license status download total

Features

  • Change name of item
  • Edit lore in line like MyItem Spigot
  • Duplicate the item on hand
  • Confirm before changing

Installation

  1. Clone the repository.
cd server/plugins/
git clone https://github.com/BlockMagicDev/AdvancedItem.git
  1. Start your server and use the plugin.

Commands

The plugin's main command is /advanceditem and aliases like /ai, /aitem

Permission: advanceditem.allow.command

List SubCommands

SubCommand Description
setname Change name of item in hand
setlore Change lore of item in hand
duplicated Duplicated of item in hand
reload Reload the config

All Contributors