The-Fireplace-Minecraft-Mods / Grand-Exchange

A new take on Minecraft Multiplayer Marketplaces
GNU General Public License v2.0
3 stars 3 forks source link

Trade blacklist #21

Open The-Fireplace opened 4 years ago

The-Fireplace commented 4 years ago

A blacklist for items that cannot be traded on Grand Exchange. The most flexible way would be to use regex to compare the items to ItemStack#toString, even though that comes with a learning curve, and add some basic overall blocking options, such as blocking damaged items, cursed items, etc