Rename all items in game

Discussion in 'Plugin Requests' started by Texgabs, Jan 6, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    Texgabs

    I have idea about the plugin.
    This plugin already exist but this is util 1.7.10 and my server is 1.8.6
    http://dev.bukkit.org/bukkit-plugins/itemrenamer/


    Suggested name: Multi-Renamer or other this is not as important for me :)

    What I want: Basically the plugin will have the ability to rename all the items in the game , for example,
    diamond, and I put the name "PreciusStone" and then all the diamonds in the game will be called " PreciusStone ". and the possibility to add lore for the item. (This works exactly as the name),
    it needs to work with colors like : &6, &5, &c, etc.



    Suggested Dependencies: ProtocolLib


    Ideas for commands:

    /mr setname <name> -this command with the item in the hand
    /mr setlore <lore> -this command with the item in the hand
    /mr save -For save the config and the all names
    /mr reload -Reload the config.yml


    Ideas for config:
    EXAMPLE CONFIG:
    Code:
    -----------------------------------------------------------------------------
    
    
    Multi-Renamer
    
    -------------------------------------------------------------------------------------
    Items:
      ID: 35
        Name: '&c&lWool of the king"
        Lore:  '&5&oPowerful wool for the king"
      ID: 1
        Name: '&a&lMagic Stone"
        Lore:  '&b&oPowerful wool for the king"




    Ideas for permissions:

    multirenamer.item -Access to the commands: /mr setname and /mr setlore
    multirenamer.save -Allows use the command /mr save
    multirenamer.reload -Permission for use the command /mr reload


    When I'd like it by:
    Any time this month but there is no rush.



    SORRY FOR MY ENGLISH, BUT NOT IS MY NATIVE LENGUAGE



     
  2. Offline

    pie_flavor

    @Texgabs If the lore is not strictly necessary, this can be accomplished by putting a custom en_US.lang in a resource pack, and using it as the server resource pack.
     
  3. Offline

    Texgabs

    Ohh really? But i need the lore, and colours in the items :/ but thx
     
    Last edited: Jan 9, 2016
Thread Status:
Not open for further replies.

Share This Page