Xezard / XItemsRemover

Simple plugin for Spigot that removes dropped items with a timer displayed on them.
Apache License 2.0
8 stars 4 forks source link

Translated Material names #12

Open velnias75 opened 3 years ago

velnias75 commented 3 years ago

PaperMC just relesed the feature: https://github.com/PaperMC/Paper/pull/6248

Would it be possible to use this to get translated Material names?

I've made a PR https://github.com/Xezard/XItemsRemover/pull/13 implementing it.

Xezard commented 3 years ago

This code will not be able to support older versions of servers.

velnias75 commented 3 years ago

I know, but you could add a ClassNotFound switch around it.