SolyzeRename [1.8+] icon

SolyzeRename [1.8+] -----

Easily manage items via. commands



[​IMG]

[​IMG]

[​IMG]

SolyzeRename is a utility plugin that allows you to edit items in-game via. coimmands. Instantly change the display name, lore, type and more of items, and even make players pay for it with rename tokens - a plugin-side currency.

NOTE: This plugin was coded to work for 1.8, later versions are still supported but there are a few smaller issues like commands not working on newer materials. Everything will work as intended on 1.8.

[​IMG]

An example sword I made with the commands.
[​IMG]

[​IMG]

All the commands are listed in the image above, these show up when typing /solyzerename in-game.
When using the /setlore command, use \n to seperate lines.

[​IMG]

Pretty much 100% configurable.
If there is anything you would like for me to add to the config,
please let me know and I will think about it for sure.
Here is how it looks as of version 1.0:

Code (YAML):
option:
  prefix
:
    enabled
: true
    value
: '&b&lS&6&lR &8» &f'
  updateChecker
:
    enabled
: true
  token
:
    defaultAmount
: 0
    sendPlusMinusMessages
: true
    costs
:
      rename
: 3
      setLore
: 5
      addLore
: 1
      glow
: 1
      setMaterial
: 10
      setAuthor
: 3
      hideFlags
: 1
      showFlags
: 0
      unGlow
: 0
      removeLore
: 0
      clean
: 0
    unlimited
:
      operators
: true
      permission
: true
message
:
  updateChecker
:
    cantCheck
: Unable to check for updates! Please make the plugin author (s ) aware
      of this problem.
    updateAvailable
: You are using an outdated version ( {0 } ), there is a new version
      available ( {1 } )!
    upToDate
: The plugin seems to be up to date.
  command
:
    noPermission
: '&cYou do not have permission to execute this command!'
    noPlayer
: '&cYou must be a player in order to execute this command!'
  item
:
    rename
:
      noItem
: '&cYou must be holding an item to do this!'
      success
: '&aThe display name of the item has been changed!'
    setMaterial
:
      noItem
: '&cYou must be holding an item to do this!'
      noArguments
: '&cUsage : /setmaterial <material>'
      notFound
: '&cNo such material could be found!'
    setNaterial
:
      success
: '&aThe material of the item has been changed!'
    setLore
:
      noItem
: '&cYou must be holding an item to do this!'
      success
: '&aThe lore of the item has been changed!'
      noArguments
: '&cUsage : /setlore <line1> [line2 ] [line3 ] [ ... ]'
    removeLore
:
      noItem
: '&cYou must be holding an item to do this!'
      success
: '&aThe lore of the item has been removed!'
    addLore
:
      noItem
: '&cYou must be holding an item to do this!'
      success
: '&aThe lore of the item has been updated!'
      noArguments
: '&cUsage : /addolore <line>'
    hideFlags
:
      success
: '&aAll item flags have been applied to the item!'
      noItem
: '&cYou must be holding an item to do this!'
    showFlags
:
      success
: '&aAll item flags have been removed from the item!'
      noItem
: '&cYou must be holding an item to do this!'
    clean
:
      noItem
: '&cYou must be holding an item to do this!'
      success
: '&aThe item has been cleaned!'
    glow
:
      success
: '&aThe item is now glowing!'
      noItem
: '&cYou must be holding an item to do this!'
    unGlow
:
      success
: '&aThe item is no longer glowing!'
      noItem
: '&cYou must be holding an item to do this!'
  book
:
    setAuthor
:
      success
: '&aThe book author has been updated!'
      noArguments
: '&cUsage : /setauthor <author>'
      noItem
: '&cYou''re either not holding an item or it''s not a written book!'
  help
:
    center
: true
    lines
:
   - ''
    - '&b&lSolyze&6&lRename &8» &a&lv {0 }'
    - ''
    - '&5&lCommands'
    - '&d/addlore &7 (Add a line to the lore of an item )'
    - '&d/clean &7 (Strip the item lore & display name )'
    - '&d/glow &7 (Make an item glow, as if enchanted )'
    - '&d/hideflags &7 (Hide all item flags of an item )'
    - '&d/removelore &7 (Remove the item lore of an item )'
    - '&d/rename &7 (Update an item''s display name )'
    - '&d/setauthor &7 (Change the author of a written book )'
    - '&d/setlore &7 (Set the lore of an item )'
    - '&d/setmaterial &7 (Change the material/type of an item )'
    - '&d/showflags &7 (Show all item flags of an item )'
    - '&d/unglow &7 (Remove the glowing effect of an item )'
    - '&d/renametokens &7 (View your token balance )'
    - '&d/renametokens give &7 (Give a player tokens )'
    - '&d/renametokens take &7 (Take tokens from a player )'
    - '&d/renametokens balance &7 (View player token balances )'
    - '&d/renametokens reset &7 (Reset a players token balance )'
    - '&d/renametokens set &7 (Set a players token balance )'
    - '&5&m ----------------------'
    - ''
  token
:
    balance
:
      self
: '&7You have &f {0 } &7rename token {1 }.'
      other
:
        message
: '&b {0 } &7has &f {1 } &7rename token {2 }.'
        usage
: '&cUsage : /token balance <player>'
        playerNotFound
: '&cPlayer &6 {0 } &ccould not be found!'
    give
:
      usage
: '&cUsage : /token give <player> <amount>'
      playerNotFound
: '&cPlayer &6 {0 } &ccould not be found!'
      success
: '&aYou gave &b {0 } &f {1 }x &arename token {2 }!'
      playerMessage
: '&a&l+ &6 {0 }x Rename Token {1 }'
    take
:
      usage
: '&cUsage : /token take <player> <amount>'
      playerNotFound
: '&cPlayer &6 {0 } &ccould not be found!'
      moreThanBalance
: '&cYou can''t take more than the amount the player has!'
      success
: '&aYou took &f {0 }x &arename token {1 } from &b {2 }&a!'
      playerMessage
: '&c&l- &6 {0 }x Rename Token {1 }'
    set
:
      usage
: '&cUsage : /token set <player> <amount>'
      playerNotFound
: '&cPlayer &6 {0 } &ccould not be found!'
      mustBePositive
: '&cThe set amount must be positive!'
      success
: '&aYou set &b {0 }&a {1 } &arename token balance to &f {2 }&a!'
    reset
:
      usage
: '&cUsage : /token reset <player>'
      playerNotFound
: '&cPlayer &6 {0 } &ccould not be found!'
      success
: '&aYou reset &b {0 }&a {1 } &arename token balance!'
    actionCosts
:
      lines
:
     - ''
      - '&3&lAction Costs'
      - '&b/addlore &7 (&6 {0 }x Rename Tokens&7 )'
      - '&b/clean &7 (&6 {1 }x Rename Tokens&7 )'
      - '&b/glow &7 (&6 {2 }x Rename Tokens&7 )'
      - '&b/hideflags &7 (&6 {3 }x Rename Tokens&7 )'
      - '&b/removelore &7 (&6 {4 }x Rename Tokens&7 )'
      - '&b/rename &7 (&6 {5 }x Rename Tokens&7 )'
      - '&b/setauthor &7 (&6 {6 }x Rename Tokens&7 )'
      - '&b/setlore &7 (&6 {7 }x Rename Tokens&7 )'
      - '&b/setmaterial &7 (&6 {8 }x Rename Tokens&7 )'
      - '&b/showflags &7 (&6 {9 }x Rename Tokens&7 )'
      - '&b/unglow &7 (&6 {10 }x Rename Tokens&7 )'
      - '&3&m -----------------'
      - ''
 

[​IMG]

The plugin is not currently featured in any videoes or anything else, if you do make a video or something,
please send me it on Discord (Solyze#3343) and i will add it here! ;)

[​IMG]

If you need support for any reason, you can join my Discord Server and send a message in the
support channel dedicated to SolyzeRename.

[​IMG]

Before you review, please do not leave negative reviews due to bugs. Bugs can be reported on my Discord Server in the bug report channel dedicated to SolyzeRename. Please note that the native version of this plugin is 1.8, and that is where is will be most stable. Please be respectful and constructive, if you don't like the plugin, tell me why so we can improve it nicely together without arguments. Please check that the reason for the plugin not working is not because of you, and because of the plugin before you leave a negative review. It would be very unfair and demotivating to receive a 1 star review becuase you couldn't get it to work because of an issue on your side.

You can receive a "Rated 5⭐" role and a star next to your name in my
Discord server if you rate 5 stars! Still give your honest opinion though!​

[​IMG]

If you really want to, you can donate to support me and the plugin here. All donations are appreciated. If you donate you can receive a "Donator" role on my Discord Server (You then have to provide proof that it is you who donated). You can also get your name on the list below with a color of your choice! Thank you so much to every single one of you on the list below:

Donators:
❤️️ orng_ ( $5) ❤️️
[​IMG]
Resource Information
Author:
----------
Total Downloads: 102
First Release: Dec 8, 2021
Last Update: Dec 9, 2021
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings