Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dre2n/itemizerxs

A simple plugin to customize items & signs ingame
https://github.com/dre2n/itemizerxs

bukkit-plugin java minecraft

Last synced: about 2 months ago
JSON representation

A simple plugin to customize items & signs ingame

Awesome Lists containing this project

README

        

# ItemizerXS
[![Build Status](https://app.travis-ci.com/DRE2N/ItemizerXS.svg?branch=master)](https://app.travis-ci.com/DRE2N/ItemizerXS)
[![codebeat badge](https://codebeat.co/badges/b6e3a916-329e-44cf-a46d-3a000ab9824b)](https://codebeat.co/projects/github-com-dre2n-itemizerdre-master)

A simple plugin to customize items & signs ingame via commands.

## Features
- Edit an ItemMeta with a single command
- Add/change/remove sign lines
- Supports 1.16+ colors
- Uses and parses [adventure Components](https://github.com/KyoriPowered/adventure)

## Compatibility

### Server
ItemizerXS works with Paper 1.18 and higher. This plugin only works with Paper and does not support Spigot or CraftBukkit builds.

### Bedrock
[Bedrock](https://github.com/DRE2N/Bedrock) is a utility library for common tasks.

## Commands
`/ii` - Lists every plugin command

`/ii attr` - Lists every attribute command

`/ii attr add [slot]` - Adds the given attribute modifier

`/ii attr remove ` - Removes the given attribute or every attribute at the given slot

`/ii book` - Lists every book command

`/ii book author ` - Sets the author of the book

`/ii book generation ` - Sets the book generation

`/ii book title ` - Sets the title of the book

`/ii book writable` - Gives you a writable version of the book

`/ii durability ` - Sets the item durability

`/ii enchant` - Lists every enchantment command

`/ii enchant add ` - Adds the enchantment with the given level

`/ii enchant remove ` - Removes the given enchantment

`/ii flag` - Lists every flag command

`/ii flag add ` - Adds the given item flag

`/ii flag remove ` - Removes the given item flag

`/ii help` - Lists every plugin command

`/ii lore` - Lists every lore command

`/ii lore add ` - Adds the given line to the lore

`/ii lore change ` - Changes the given index line

`/ii lore clear` - Deletes the item lore

`/ii lore get` - Copies the given lore line

`/ii lore insert ` - Adds the line before the given index

`/ii lore remove ` - Removes the lore line at the given index

`/ii name ` - Sets the item name

`/ii reset` - Resets the item meta

`/ii data` - Sets the custom model data

`/ii sign` - Lists every sign command

`/ii sign clear` - Deletes all sign lines

`/ii sign set ` - Sets the sign line at the given index

`/ii type ` - Sets the item material