nikosgram / gringotts

Gringotts is an item-based economy plugin for the Bukkit Minecraft server platform. Unlike earlier economy plugins, all currency value and money transactions are based on actual items in Minecraft, per default emeralds.
https://www.spigotmc.org/resources/gringotts.42071/
BSD 2-Clause "Simplified" License
42 stars 35 forks source link

[Pull Request] Small addon to the gringott's config #168

Closed iomatix closed 8 months ago

iomatix commented 8 months ago

In the configuration files, a new option called custommodeldata-only has been added. By default, it is set to false. This option determines the type of currency checking used in the system.

There are two types of currency checking available:

Traditional Method:

If custommodeldata-only is set to false (the default), the system will use the traditional method for currency checking.

Alternative Method using Material-CustomModelData Key-Value Pairs:

If custommodeldata-only is set to true, the system will use an alternative method for currency checking. In this approach, the system looks at the key-value pairs of material-custommodeldata to determine currency.

This update provides flexibility in choosing the currency checking method based on your preferences or specific needs.

nikosgram commented 8 months ago

I think the CI system of Gringotts might be broken or something. I will merge and test it locally :)