Is it possible to make a plugin that you can rename items in the config file??? If so.do you know of and (example: ID=1 is named "stone" but you could change it to "brick" in the config file) I am a nube when it comes to plugins so don't hate if this question is dumb peace and have a good one
simple thing to do: /give [player] 3 3 {display{Name:"Brick"}} that will give you 3 of whatever ID#3 is.
TapToDo, if your using ServerKits by evolsoft I believe you can add commands to kits, you could add "give {PLAYER} 3 3 {display{Name:"Brick"}}". Or I believe AdvancedKit's also has this feature.