An example plugin for LangUtils.
This demo add two commands /itemname and /showenchant.
/itemnamebasically tells you the name of the item you are holding in the main hand. You can change your language to test multi-language compatibility./showenchantlists the enchantments of the item you are holding in the main hand.
Screenshot:
This plugin uses Gradle for build automation. If you want to build the plugin yourself, please run gradle build. If you want to edit this plugin, run gradle idea or gradle eclipse to generate IDE project. If you don't have Gradle installed, use gradlew or ./gradlew instead.
