Trophonix / TradePlus

Easy-to-use, highly configurable trading plugin for Spigot- and Bukkit-based Minecraft servers.
https://www.spigotmc.org/resources/23138/
GNU General Public License v3.0
54 stars 43 forks source link

Default materials under 1.13 #26

Closed x1p closed 5 years ago

x1p commented 5 years ago

The default config under 1.13 has a minor error.

[10:55:26 WARN]: [TradePlus] Unknown material [EXP_BOTTLE]. Make sure you've updated to the new 1.13 standard. Numerical item IDs are no longer supported. Using fallback: PAPER
[10:55:26 WARN]: [TradePlus] Unknown material [EXP_BOTTLE]. Make sure you've updated to the new 1.13 standard. Numerical item IDs are no longer supported. Using fallback: PAPER

EXP_BOTTLE must be EXPERIENCE_BOTTLE under 1.13

Trophonix commented 5 years ago

Ahh yeah, I can make it check the version for that. I set it to that because I added a system that automatically updates material names but its not fully working at the moment, it will be fixed soon hopefully when the library Im using updates the fix onto their maven

M4rtyn4 commented 5 years ago

Same issue here on 1.13.2

x1p commented 5 years ago

Every decent admin knows how to solve this so it's not a big issue. I just filed this issue to get the plugin to be noob proof ;-)