ItemEdit [1.8.x-1.21.x] icon

ItemEdit [1.8.x-1.21.x] -----

Fast edit, customize and manage items



Permission enhancement and small additions
+ Specific permissions has been added for colors and formats of displayname and lore
Code (Text):
itemedit.itemedit.rename.format.*
itemedit.itemedit.rename.format.bold
itemedit.itemedit.rename.format.italic
itemedit.itemedit.rename.format.magic
itemedit.itemedit.rename.format.reset
itemedit.itemedit.rename.format.strikethrough
itemedit.itemedit.rename.format.underline
itemedit.itemedit.rename.color.*
itemedit.itemedit.rename.color.aqua
itemedit.itemedit.rename.color.black
itemedit.itemedit.rename.color.blue
itemedit.itemedit.rename.color.dark_aqua
itemedit.itemedit.rename.color.dark_blue
itemedit.itemedit.rename.color.dark_gray
itemedit.itemedit.rename.color.dark_green
itemedit.itemedit.rename.color.dark_purple
itemedit.itemedit.rename.color.dark_red
itemedit.itemedit.rename.color.gold
itemedit.itemedit.rename.color.gray
itemedit.itemedit.rename.color.green
itemedit.itemedit.rename.color.light_purple
itemedit.itemedit.rename.color.red
itemedit.itemedit.rename.color.white
itemedit.itemedit.rename.color.yellow
itemedit.itemedit.lore.format.*
itemedit.itemedit.lore.format.bold
itemedit.itemedit.lore.format.italic
itemedit.itemedit.lore.format.magic
itemedit.itemedit.lore.format.reset
itemedit.itemedit.lore.format.strikethrough
itemedit.itemedit.lore.format.underline
itemedit.itemedit.lore.color.*
itemedit.itemedit.lore.color.aqua
itemedit.itemedit.lore.color.black
itemedit.itemedit.lore.color.blue
itemedit.itemedit.lore.color.dark_aqua
itemedit.itemedit.lore.color.dark_blue
itemedit.itemedit.lore.color.dark_gray
itemedit.itemedit.lore.color.dark_green
itemedit.itemedit.lore.color.dark_purple
itemedit.itemedit.lore.color.dark_red
itemedit.itemedit.lore.color.gold
itemedit.itemedit.lore.color.gray
itemedit.itemedit.lore.color.green
itemedit.itemedit.lore.color.light_purple
itemedit.itemedit.lore.color.red
itemedit.itemedit.lore.color.white
itemedit.itemedit.lore.color.yellow
+ Few permissions has been added for enchants and potion effects levels
Code (Text):
itemedit.itemedit.enchant.bypass_max_level
itemedit.itemedit.potioneffect.bypass_limits
the first allows to bypass vanilla max level, the second allows bypass level 2 on potion effects

+ /si take <id> [amount] [player]
Has been added, reverse of /si give, it removes items related to id from player if the player has any,
Note: renamed or edited items in any way won't be taken from player

+ Fixed /itemedit lore reset


Code (YAML):
permissions:
    itemedit.admin
:
        default
: op
        description
: Gives full access to the plugin
        children
:
            itemedit.itemedit.*
: true
            itemedit.itemstorage.*
: true
            itemedit.serveritem.*
: true
            itemedit.itemeditreload
: true
    itemedit.creativeuser
:
        default
: op
        description
: Gives full access to the plugin
        children
:
            itemedit.itemedit.*
: true
            itemedit.itemstorage.*
: true
    itemedit.itemeditreload
:
        default
: op
        description
: Gives full access to command /itemeditreload
    itemedit.serveritem.*
:
        default
: op
        description
: Gives full access to command /serveritem
        children
:
            itemedit.serveritem.save
: true
            itemedit.serveritem.delete
: true
            itemedit.serveritem.setnick
: true
            itemedit.serveritem.update
: true
            itemedit.serveritem.show
: true
            itemedit.serveritem.give
: true
            itemedit.serveritem.take
: true
            itemedit.serveritem.sell
: true
            itemedit.serveritem.buy
: true
            itemedit.serveritem.sellmax
: true
            itemedit.serveritem.buymax
: true
    itemedit.serveritem.save
:
        default
: op
        description
: Allow to store items
    itemedit.serveritem.setnick
:
        default
: op
        description
: Allow to set nicks for stored items
    itemedit.serveritem.delete
:
        default
: op
        description
: Allow to delete stored items
    itemedit.serveritem.update
:
        default
: op
        description
: Allow to update stored items
    itemedit.serveritem.show
:
        default
: op
        description
: Allow to show stored items
    itemedit.serveritem.give
:
        default
: op
        description
: Allow to give stored items
    itemedit.serveritem.take
:
        default
: op
        description
: Allow to take stored items
    itemedit.serveritem.sell
:
        default
: op
        description
: Allow to sell fixed amount of stored items
    itemedit.serveritem.buy
:
        default
: op
        description
: Allow to buy fixed amount of stored items
    itemedit.serveritem.sellmax
:
        default
: op
        description
: Allow to sell stored items
    itemedit.serveritem.buymax
:
        default
: op
        description
: Allow to buy stored items
    itemedit.itemstorage.*
:
        default
: op
        description
: Gives full access to command /itemstorage
        children
:
            itemedit.itemstorage.save
: true
            itemedit.itemstorage.delete
: true
            itemedit.itemstorage.update
: true
            itemedit.itemstorage.show
: true
            itemedit.itemstorage.get
: true
    itemedit.itemstorage.save
:
        default
: op
        description
: Allow to store items
    itemedit.itemstorage.delete
:
        default
: op
        description
: Allow to delete stored items
    itemedit.itemstorage.update
:
        default
: op
        description
: Allow to update stored items
    itemedit.itemstorage.show
:
        default
: op
        description
: Allow to show stored items
    itemedit.itemstorage.get
:
        default
: op
        description
: Allow to get stored items
    itemedit.itemedit.*
:
        default
: op
        description
: Gives full access to command /itemedit
        children
:
            itemedit.itemedit.rename
: true
            itemedit.itemedit.lore
: true
            itemedit.itemedit.amount
: true
            itemedit.itemedit.damage
: true
            itemedit.itemedit.hide
: true
            itemedit.itemedit.hideall
: true
            itemedit.itemedit.enchant
: true
            itemedit.itemedit.unbreakable
: true
            itemedit.itemedit.type
: true
            itemedit.itemedit.skullowner
: true
            itemedit.itemedit.potioneffect
: true
            itemedit.itemedit.potioncolor
: true
            itemedit.itemedit.bookauthor
: true
            itemedit.itemedit.booktype
: true
            itemedit.itemedit.banner
: true
            itemedit.itemedit.leathercolor
: true
            itemedit.itemedit.spawnereggtype
: true
            itemedit.itemedit.fireworkpower
: true
            itemedit.itemedit.tropicalfish
: true
            itemedit.itemedit.custommodeldata
: true
            itemedit.itemedit.repaircost
: true
    itemedit.itemedit.rename
:
        default
: op
        description
: Allow editing item name
        children
:
            itemedit.itemedit.rename.format.*
: true
            itemedit.itemedit.rename.color.*
: true
    itemedit.itemedit.rename.format.*
:
        default
: op
        description
: Allow editing item name and use all formats
        children
:
            itemedit.itemedit.rename.format.bold
: true
            itemedit.itemedit.rename.format.italic
: true
            itemedit.itemedit.rename.format.magic
: true
            itemedit.itemedit.rename.format.reset
: true
            itemedit.itemedit.rename.format.strikethrough
: true
            itemedit.itemedit.rename.format.underline
: true
    itemedit.itemedit.rename.color.*
:
        default
: op
        description
: Allow editing item name and use all colors
        children
:
            itemedit.itemedit.rename.color.aqua
: true
            itemedit.itemedit.rename.color.black
: true
            itemedit.itemedit.rename.color.blue
: true
            itemedit.itemedit.rename.color.dark_aqua
: true
            itemedit.itemedit.rename.color.dark_blue
: true
            itemedit.itemedit.rename.color.dark_gray
: true
            itemedit.itemedit.rename.color.dark_green
: true
            itemedit.itemedit.rename.color.dark_purple
: true
            itemedit.itemedit.rename.color.dark_red
: true
            itemedit.itemedit.rename.color.gold
: true
            itemedit.itemedit.rename.color.gray
: true
            itemedit.itemedit.rename.color.green
: true
            itemedit.itemedit.rename.color.light_purple
: true
            itemedit.itemedit.rename.color.red
: true
            itemedit.itemedit.rename.color.white
: true
            itemedit.itemedit.rename.color.yellow
: true
    itemedit.itemedit.rename.format.bold
:
        default
: op
        description
: Allow editing item name and use bold format
    itemedit.itemedit.rename.format.italic
:
        default
: op
        description
: Allow editing item name and use italic format
    itemedit.itemedit.rename.format.magic
:
        default
: op
        description
: Allow editing item name and use magic format
    itemedit.itemedit.rename.format.reset
:
        default
: op
        description
: Allow editing item name and use reset format
    itemedit.itemedit.rename.format.strikethrough
:
        default
: op
        description
: Allow editing item name and use strikethrough format
    itemedit.itemedit.rename.format.underline
:
        default
: op
        description
: Allow editing item name and use underline format
    itemedit.itemedit.rename.color.aqua
:
        default
: op
        description
: Allow editing item name and use aqua color
    itemedit.itemedit.rename.color.black
:
        default
: op
        description
: Allow editing item name and use black color
    itemedit.itemedit.rename.color.blue
:
        default
: op
        description
: Allow editing item name and use blue color
    itemedit.itemedit.rename.color.dark_aqua
:
        default
: op
        description
: Allow editing item name and use dark_aqua color
    itemedit.itemedit.rename.color.dark_blue
:
        default
: op
        description
: Allow editing item name and use dark_blue color
    itemedit.itemedit.rename.color.dark_gray
:
        default
: op
        description
: Allow editing item name and use dark_gray color
    itemedit.itemedit.rename.color.dark_green
:
        default
: op
        description
: Allow editing item name and use dark_green color
    itemedit.itemedit.rename.color.dark_purple
:
        default
: op
        description
: Allow editing item name and use dark_purple color
    itemedit.itemedit.rename.color.dark_red
:
        default
: op
        description
: Allow editing item name and use dark_red color
    itemedit.itemedit.rename.color.gold
:
        default
: op
        description
: Allow editing item name and use gold color
    itemedit.itemedit.rename.color.gray
:
        default
: op
        description
: Allow editing item name and use gray color
    itemedit.itemedit.rename.color.green
:
        default
: op
        description
: Allow editing item name and use green color
    itemedit.itemedit.rename.color.light_purple
:
        default
: op
        description
: Allow editing item name and use light_purple color
    itemedit.itemedit.rename.color.red
:
        default
: op
        description
: Allow editing item name and use red color
    itemedit.itemedit.rename.color.white
:
        default
: op
        description
: Allow editing item name and use white color
    itemedit.itemedit.rename.color.yellow
:
        default
: op
        description
: Allow editing item name and use yellow color
    itemedit.itemedit.lore
:
        default
: op
        description
: Allow editing item lore
        children
:
            itemedit.itemedit.lore.format.*
: true
            itemedit.itemedit.lore.color.*
: true
    itemedit.itemedit.lore.format.*
:
        default
: op
        description
: Allow editing item lore and use all formats
        children
:
            itemedit.itemedit.lore.format.bold
: true
            itemedit.itemedit.lore.format.italic
: true
            itemedit.itemedit.lore.format.magic
: true
            itemedit.itemedit.lore.format.reset
: true
            itemedit.itemedit.lore.format.strikethrough
: true
            itemedit.itemedit.lore.format.underline
: true
    itemedit.itemedit.lore.color.*
:
        default
: op
        description
: Allow editing item lore and use all colors
        children
:
            itemedit.itemedit.lore.color.aqua
: true
            itemedit.itemedit.lore.color.black
: true
            itemedit.itemedit.lore.color.blue
: true
            itemedit.itemedit.lore.color.dark_aqua
: true
            itemedit.itemedit.lore.color.dark_blue
: true
            itemedit.itemedit.lore.color.dark_gray
: true
            itemedit.itemedit.lore.color.dark_green
: true
            itemedit.itemedit.lore.color.dark_purple
: true
            itemedit.itemedit.lore.color.dark_red
: true
            itemedit.itemedit.lore.color.gold
: true
            itemedit.itemedit.lore.color.gray
: true
            itemedit.itemedit.lore.color.green
: true
            itemedit.itemedit.lore.color.light_purple
: true
            itemedit.itemedit.lore.color.red
: true
            itemedit.itemedit.lore.color.white
: true
            itemedit.itemedit.lore.color.yellow
: true
    itemedit.itemedit.lore.format.bold
:
        default
: op
        description
: Allow editing item lore and use bold format
    itemedit.itemedit.lore.format.italic
:
        default
: op
        description
: Allow editing item lore and use italic format
    itemedit.itemedit.lore.format.magic
:
        default
: op
        description
: Allow editing item lore and use magic format
    itemedit.itemedit.lore.format.reset
:
        default
: op
        description
: Allow editing item lore and use reset format
    itemedit.itemedit.lore.format.strikethrough
:
        default
: op
        description
: Allow editing item lore and use strikethrough format
    itemedit.itemedit.lore.format.underline
:
        default
: op
        description
: Allow editing item lore and use underline format
    itemedit.itemedit.lore.color.aqua
:
        default
: op
        description
: Allow editing item lore and use aqua color
    itemedit.itemedit.lore.color.black
:
        default
: op
        description
: Allow editing item lore and use black color
    itemedit.itemedit.lore.color.blue
:
        default
: op
        description
: Allow editing item lore and use blue color
    itemedit.itemedit.lore.color.dark_aqua
:
        default
: op
        description
: Allow editing item lore and use dark_aqua color
    itemedit.itemedit.lore.color.dark_blue
:
        default
: op
        description
: Allow editing item lore and use dark_blue color
    itemedit.itemedit.lore.color.dark_gray
:
        default
: op
        description
: Allow editing item lore and use dark_gray color
    itemedit.itemedit.lore.color.dark_green
:
        default
: op
        description
: Allow editing item lore and use dark_green color
    itemedit.itemedit.lore.color.dark_purple
:
        default
: op
        description
: Allow editing item lore and use dark_purple color
    itemedit.itemedit.lore.color.dark_red
:
        default
: op
        description
: Allow editing item lore and use dark_red color
    itemedit.itemedit.lore.color.gold
:
        default
: op
        description
: Allow editing item lore and use gold color
    itemedit.itemedit.lore.color.gray
:
        default
: op
        description
: Allow editing item lore and use gray color
    itemedit.itemedit.lore.color.green
:
        default
: op
        description
: Allow editing item lore and use green color
    itemedit.itemedit.lore.color.light_purple
:
        default
: op
        description
: Allow editing item lore and use light_purple color
    itemedit.itemedit.lore.color.red
:
        default
: op
        description
: Allow editing item lore and use red color
    itemedit.itemedit.lore.color.white
:
        default
: op
        description
: Allow editing item lore and use white color
    itemedit.itemedit.lore.color.yellow
:
        default
: op
        description
: Allow editing item lore and use yellow color
    itemedit.itemedit.amount
:
        default
: op
        description
: Allow editing item amount
    itemedit.itemedit.damage
:
        default
: op
        description
: Allow editing item durability-damage
    itemedit.itemedit.hide
:
        default
: op
        description
: Allow editing item flags
    itemedit.itemedit.hideall
:
        default
: op
        description
: Allow to hide all item flags at once
    itemedit.itemedit.enchant
:
        default
: op
        description
: Allow editing item enchants
        children
:
            itemedit.itemedit.enchant.bypass_max_level
: true
    itemedit.itemedit.enchant.bypass_max_level
:
        default
: op
        description
: Allow editing item enchants above vanilla limits
    itemedit.itemedit.unbreakable
:
        default
: op
        description
: Allow editing item unbreakablity
    itemedit.itemedit.type
:
        default
: op
        description
: Allow editing item material
    itemedit.itemedit.skullowner
:
        default
: op
        description
: Allow editing skull skin owner
    itemedit.itemedit.potioneffect
:
        default
: op
        description
: Allow editing potion effects
        children
:
            itemedit.itemedit.potioneffect.bypass_limits
: true
    itemedit.itemedit.potioneffect.bypass_limits
:
        default
: op
        description
: Allow editing potion effects above level 2
    itemedit.itemedit.potioncolor
:
        default
: op
        description
: Allow editing potion colors
    itemedit.itemedit.bookauthor
:
        default
: op
        description
: Allow editing book author
    itemedit.itemedit.booktype
:
        default
: op
        description
: Allow editing book type
    itemedit.itemedit.banner
:
        default
: op
        description
: Allow editing banners
    itemedit.itemedit.leathercolor
:
        default
: op
        description
: Allow editing leather armor colors
    itemedit.itemedit.spawnereggtype
:
        default
: op
        description
: Allow editing monster's egg
    itemedit.itemedit.fireworkpower
:
        default
: op
        description
: Allow editing fireworks power
    itemedit.itemedit.tropicalfish
:
        default
: op
        description
: Allow editing tropical fish buckets
    itemedit.itemedit.custommodeldata
:
        default
: op
        description
: Allow editing custom model data of items
    itemedit.itemedit.repaircost
:
        default
: op
        description
: Allow editing repair costs
----------, Apr 14, 2020
Resource Information
Author:
----------
Total Downloads: 767,913
First Release: May 18, 2017
Last Update: Feb 16, 2025
Category: ---------------
All-Time Rating:
148 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings