Gringotts

Gringotts

53.6k Downloads

Update code and config to avoid "magic value" deprecated methods.

jastice opened this issue ยท 1 comments

commented

"Magic values", i.e. item id int values have been deprecated in the Bukkit API in preparation of future changes: Bukkit/Bukkit@1f83111

Avoid use of item ids throughout Gringotts and support configuration with the proper item names.

Reference of id-to-name conversion: http://dinnerbone.com/media/uploads/2013-09/files/28_00-44-23_YfmAkomVI.txt

commented

fixed with introduction of new denomination configuration (ef021a7)