Port Area plugin to Kotlin

This commit is contained in:
Major
2017-09-24 18:42:06 +01:00
parent cb9e6f353d
commit ce1bcba893
4 changed files with 141 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
plugin {
name = "Area listeners"
description = "Enables plugins to listen on mobs entering, moving inside of, or leaving a rectangular area."
authors = ["Major"]
dependencies = ["api"]
}