Loading...

Loading...

ITEMS

So paper plugins are not really supposed to have blocks and items because that's what mods do. so i had to take an existing block and make it so that when it had a custom name it changed its model. so i had my file structure like...

    ________________|-textures/item/(item textures)
    assets/minecraft|-models/item/(item models)
    ________________|-items/(ok im explaining this one)

so the items folder contains a .json file named after an existing block (eg. iron_block.json) and inside of it basically has data telling minecraft to change the model of the item when its name is changed. now to rename it you CANT use an anvil because that adds italics to the name. instead you have to use a command like

/give @s iron_block[item_name="Item Name"]

but once you do that it works and you have your item and thanks to the custom name you can detect when the item is named that and make it do something special.








Back to main webpage...

© Pollaghan 2026