Skip to content
ReinWD edited this page Feb 25, 2020 · 3 revisions

Using RPGItem, we can create RPG styled gaming items. It supports a large variety of effects like Sound, Damage, Particle Effect and Laser Beams.

Item Structure

display

/rpgitem display <item> <displayName>

display name for a item.

Item can be renamed by anvil or other plugin (e.g. NyaaUtils).

displayName can be formatted (e.g. colored, italic, bold) by & character

Note: change display can't update itemstack's name. Naming with caution.

description

/rpgitem description <item> <set/insert> <index> <loreText>

/rpgitem description <item> <add> <loreText>

Change lore for this item.

All Lores on an item can be replaced by /rpgitem description set.

loreText can be formatted (e.g. colored, italic, bold) by & character.

Index started from 0, count lines with caution.

item

/rpgitem item <item> <material>

Change item model.

Materials list can be found here

e.g. Command /rpgitem item example BOW can change item example 's item material to a BOW.

NOTE: 1.Throwable item (e.g. snowball, ender pearl, egg) is not recommended.

NOTE: 2.If any type of item was break by user click (e.g. put a banboo item into flower pot, bucket item take water from a lake), please tell us what happened.

Clone this wiki locally