RenamePlugin
RenamePlugin copied to clipboard
A Spigot/Bukkit Plugin that preforms different item modifications with easy to use commands.
In the config, there is a limit of max lore lines for the command /setloreline but the other commands like /addlore or /addloreline for some reason do not respect this...
Allow `/rename` and `/lore` commands (and all its variants) to support MiniMessage formatting: https://docs.advntr.dev/minimessage/index.html#
 https://www.spigotmc.org/threads/epicrename.51650/page-23#post-4706971
Requested by @SiuanSong. Related to #168.
Requested by `Takin` on spigotmc.org https://www.spigotmc.org/threads/epicrename.51650/page-22#post-4618969 For my reference: [^\u0000-\u007F]+ appears to select all characters listed on the etcgamer page. For java this regex may be [^\\p0000-\\p007F]+ or [^\\P0000-\\P007F]+
I know that the /import and /export commands exist, but it would be great to have something like /importlore and /exportlore as well. Where you can copy the lore from...
 Requested by @HavenMC on spigotmc.org.
Right now /glow uses a high level 4341 enchantment. Should attempt to change it to something different. I think there is invisible tags now that can be applied to items.
It appears that Spikey84 created a fork that adds command cooldowns. I should just add cooldowns to the actual plugin. It appears that Spikey84 uses permissions to set the actual...
`ralphie12` on spigotmc.org  > Hello, sorry to use this old conversation but I couldn't find a way to create a new one. I wanted to ask you, if it's...