A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
Gunging 96e09c07ed Since Unidentified Items have been dropping with their item custom model data, they can be identified with the use of a resourcepack... which is not fun. You may now (optionally) add to your item-types.yml a **material** and **model** options to force Unidentified items of that type to display (and thus not show the actual item information).
For example:
```yml
SWORD:
    display: DIAMOND_SWORD
    name: 'Sword'
    unident-item:
        name: '<#cb94ff>&l¿ <#b363ff>Unidentified<#bcff85>&l Sword <#cb94ff>&l?'
        material: CLAY_BALL
        model: 1
        lore:
        - ''
        - '<#bee89b>This item is unidentified. Will have to'
        - '<#bee89b>purchase a <#e099f0>Scroll of Identification'
        - '<#bee89b>for &a$10<#bee89b> at the &b/warp market<#bee89b>.'
```
2021-05-15 02:14:07 -04:00
.m2 Add new file 2020-07-27 21:55:33 -07:00
lib !add mini message support for item names and lores 2021-02-11 13:53:39 -07:00
src/main Since Unidentified Items have been dropping with their item custom model data, they can be identified with the use of a resourcepack... which is not fun. You may now (optionally) add to your item-types.yml a **material** and **model** options to force Unidentified items of that type to display (and thus not show the actual item information). 2021-05-15 02:14:07 -04:00
.gitignore Update .gitignore 2020-11-22 07:09:14 -07:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-09-05 18:51:47 -07:00
pom.xml Modifiers now work with RevID increases. 2021-05-07 00:31:09 -04:00
README.md !Forgot double space 2020-09-10 19:29:31 -07:00