Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.18 KB

File metadata and controls

18 lines (11 loc) · 1.18 KB

LangUtils Example Plugin

Gitter

An example plugin for LangUtils.

Status: Build Status

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:

2015-07-01_00 21 42

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.