Vector Game
A vector game for education
Features
- Help players about the vector and the velocity in Minecraft
- Now Supporting Bukkit 1.10 ~ 1.15.2, Noonmaru's Tap plugin required when using versions under 1.12.2.
- Must compile it with Kotlin, or use external Kotlin library.
- You can use kotlin-1.3.70-lib.jar built by Noonmaru for external Kotlin library.
How to use
- Use '/vector' to toggle vector functions
- Command alias: '/vc', '/vec', '/vctr', '/벡터'
- Use '/vector config to change config.yml'
- Use '/vector config reset' to reset config.yml
Gradle (Groovy)
allprojects { repositories { ... mavenCentral() } } ... dependencies { implementation 'com.github.patrick-mc:vector-game:1.1' }
Gradle (Kotlin DSL)
allprojects { repositories { ... mavenCentral() } } ... dependencies { implementation("com.github.patrick-mc:vector-game:1.1") }