Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/ItemRenamerReloaded
  • ⚠️ The config file has been updated, and by so, you have to add new content to your config file. See the changes right here or in the main plugin page!

    ❤️ Don't forget to mark this plugin as "Favorite"!

    🆘 Need any help? Join the Discord Support Server! https://discord.gg/hExzXTQCtN

    ☕ Any donation would be appreciated! Thank you! https://ko-fi.com/xdlob9


    Hi there!

    Thanks to the suggestion of @bur on the Discord Support Server (join it by clicking here!), now you can enable a whitelist or a blacklist to limit what color codes can your users use to rename or add lore to items!

    If you enable this functionality, only the colors you add to the "allowed_colors" list will be allowed to use when renaming or adding lore to an item;

    But, if you disable the functionality, you can add the color codes to the "blocked_colors" list, so those colors won't be usable when renaming or adding lore to items (this new feature is optional and is disabled by default, more info in the config file)

    If you want to avoid the whitelist, you will have to set a new permission to your users: itemrenamer.whitelist.colors


    ⚠️ If you don't want to reset the config file, please, add these lines to your config file inside the "options"

    options:
      # add it after the item whitelist
      color_whitelist:
        enabled: false
        allowed_colors:
          - "&a"
          - "&b"
          - "&#010101"
        blocked_colors:
          - "none"
    

    And if you want to customize the message when a player tries to use a non-allowed color code, add this new message:

    messages:
      # Add it after the last message, such as "max_itemlore_lines_reached"
      color_not_allowed: "%irr_prefix% &cYou are not allowed to use one or more colors to rename or add lore to this item!"
    

    And, if you access the allowed/blocked colors list using the new subcommand /irr colors, you can modify the "title" of the messages by adding these new messages on the "other" category:

    other:
      help_allowed_items: "&b=== &aAllowed &ecolors list &b==="
      help_blocked_items: "&b=== &cBlocked &ecolors list &b==="
      help_all_colors_allowed: "%irr_prefix% &aAll colors can be used to rename or set lore to your items!"
    

    Changelog

    • ✅ Added a new color codes use whitelist and blacklist functionality!

    ⚠️ REMEMBER to add the config values to your config file! (as I mentioned above)

    • ✅ Added a new permission to avoid the color codes whitelist/blacklist! itemrenamer.whitelist.colors
    • ✅ Added a new subcommand so your players can know what color codes are allowed and/or blocked: /irr colors (with its new permission node: itemrenamer.base.colors)
    • ℹ️ General code fixes and optimizations (QoL)

    Thanks for your download!

  • Plugin initialization bugfix

    release21 апреля 2026 г.

    Hi there!

    I've made a new bug fix update, that fixes an issue related to initializing the plugin on servers with the version 26.1 or above

    Tested in Paper, Purpur, Spigot and Bukkit

    Changelog

    • Fixed an issue where you couldn't initialize the plugin if you had the 26.1 Minecraft version or above
    • ℹ️ General code fixes and optimizations

    Thanks for your download!

    🆘 New Discord server to receive support for my plugins! You can access it here: https://discord.gg/hExzXTQCtN

    ❤️ Don't forget to mark this plugin as "Favorite"!

    ☕ If you would like to support me, you can do so now through Ko-Fi! https://ko-fi.com/xdlob9

  • New Item Whitelist functionality!

    release16 сентября 2025 г.

    ⚠️ The config file has been updated, and by so, you have to add new content to your config file. See the changes right here or in the main plugin page!

    ❤️ Don't forget to mark this plugin as "Favorite"!

    🆘 Need any help? Join the Discord Support Server! https://discord.gg/hExzXTQCtN

    ☕ Any donation would be appreciated! Thank you! https://ko-fi.com/xdlob9


    Hi there!

    Thanks to a suggestion of @Zsömi on the Discord Support Server (join it by clicking here!), now you can enable a whitelist or a blacklist to limit what items your users can edit!

    If you enable this functionality, only the items you add to the "allowed_items" list will be allowed to edit them;

    But, if you disable the functionality, you can add items to the "blocked_items" list, so those items won't be editable (this is optional and disabled by default, more info in the config file)

    If you want to avoid the whitelist, you will have to add a new permission to your users: itemrenamer.whitelist


    ⚠️ If you don't want to reset the config file, please, add these lines to your config file inside the "options"

    options:
      # add it after the minimessage toggler
      item_whitelist:
        enabled: false
        allowed_items:
          - "DIAMOND_CHESTPLATE"
          - "COOKIE"
          - "IRON_SWORD"
        blocked_items:
          - "none"
    

    And if you want to customize the message when a player tries to edit a blocked item, add this:

    messages:
      # Add it after the last message, such as "max_itemlore_lines_reached"
      item_not_allowed: "%irr_prefix% &cYou are not allowed to rename or add lore to this item!"
    

    Changelog

    • ✅ Added a new item whitelist and blacklist functionality!

    ⚠️ REMEMBER to add the config values to your config file! (as I mentioned above)

    • ✅ Added a new permission to avoid the whitelist/blacklist! itemrenamer.whitelist
    • ℹ️ General code fixes and optimizations (QoL)

    Thanks for your download!

  • MiniMessage Bug Fix

    release15 июля 2025 г.

    Hi there!

    I've made a new bug fix update, that fixes an issue related to renaming items with normal "&" and "&#" symbols when MiniMessage support is enabled.

    Tested in Paper, Purpur, Spigot and Bukkit

    Changelog

    • Fixed an issue where you couldn't rename objects with the "&" and "&#" symbols when you had MiniMessage enabled.
    • ℹ️ General code fixes and optimizations

    Thanks for your download!

    🆘 New Discord server to receive support for my plugins! You can access it here: https://discord.gg/hExzXTQCtN

    ❤️ Don't forget to mark this plugin as "Favorite"!

    ☕ If you would like to support me, you can do so now through Ko-Fi! https://ko-fi.com/xdlob9

  • ⚠️ The config file has been updated, and by so, you have to add new content to your config file. See the changes right here or in the main plugin page!

    Hi there! After some time, here I come with a new update!

    I've made a new update which brings MiniMessage format support! Now you can use this format to rename or add lore to your items!

    Changelog

    • ✅ Added MiniMessage support! Now you can use MiniMessage format when renaming or adding lore to items!

    ⚠️ REMEMBER to update the "minimessage" value in config from false to true

    • ℹ️ General code fixes and optimizations

    Thanks for your download!

    🆘 New Discord server to receive support for my plugins! You can access it here: https://discord.gg/hExzXTQCtN

    ❤️ Don't forget to mark this plugin as "Favorite"!

    ☕ If you would like to support me, you can do so now through Ko-Fi! https://ko-fi.com/xdlob9

  • ItemRenamerReloaded 1.3

    release8 декабря 2024 г.

    ⚠️ The config file has been updated, and by so, you have to add new content to your config file. See the changes right here or in the main plugin page!

    Hi there! Here we are again!

    I've made a new update which brings Economy support! Now you can charge your users for renaming or for setting the lore to items!

    Changelog

    • ✅ Added Economy Support. You will need Vault and a compatible economy plugin that uses it, such as XConomy, Essentials...
    • ✅ Added a new option to remove all the lines from an item. You can try it with /setlore clear subcommand!
    • ℹ️ Some code refactoring and QoL updates

    Thanks for your download!

    ❤️ Don't forget to mark this plugin as "Favorite"!

    ☕ If you would like to support me, you can do so now through Ko-Fi! https://ko-fi.com/xdlob9

  • ItemRenamerReloaded 1.2.2

    release7 сентября 2024 г.

    Hi there! Long time no see!

    Im back with a new QOL update to prepare for the next 1.3 update, which will bring economy compatibility as well as the option to save items locally (so you can modify them from a config file in case that, for example, you want to add longer names or lore to an item).

    Changelog

    • ✅ Added an update checker. In case there is a new update, it will send a message on join to those players with the itemrenamer.admin permission, as well as a reminder in the console log.
    • ℹ️ If the config.yml disappears or is deleted by mistake, the plugin will automatically generate a new file with the up to date configuration
    • ℹ️ Some general code cleaning and preparation for the next update

    Thanks for your download!

    ❤️ Don't forget to mark this plugin as "Favorite"!

    ☕ If you would like to support me, you can do so now through Ko-Fi! https://ko-fi.com/xdlob9

  • ItemRenamerReloaded 1.2.1

    release16 января 2024 г.

    Hi there!
    Here we have a little bug fix update.

    Changelog

    Fixed a case when you type as the first /setlore argument something that its not a number, which results in a NumberFormatException.


    Thanks for your download!

Совместимость

Сведения

Лицензия:
Опубликован:2 года назад
Обновлён:3 недели назад
ID проекта:
Главная