An example plugin for LangUtils.
This demo add two commands /itemname
and /showenchant
.
/itemname
basically tells you the name of the item you are holding in the main hand. You can change your language to test multi-language compatibility./showenchant
lists 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.