vector-game

A vector game for education

License

License

GroupId

GroupId

com.github.patrick-mc
ArtifactId

ArtifactId

vector-game
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

vector-game
A vector game for education
Project URL

Project URL

https://github.com/patrick-mc/vector-game
Source Code Management

Source Code Management

https://github.com/patrick-mc/vector-game

Download vector-game

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.71
org.spigotmc » spigot-api jar 1.15.2-R0.1-SNAPSHOT
com.github.noonmaru » tap jar 1.0.1

Project Modules

There are no modules declared in this project.

Vector Game

Build Status Maintainability Codacy Badge JitPack - Version Twitch Status

GitHub License GitHub Repository Size GitHub Last Commit GitHub Release Date GitHub Latest Release

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")
}

Versions

Version
1.1
1.0.4
1.0-pre1
1.0
0.7.3-beta
0.7-beta
0.6.1-beta
0.5-beta
0.4.3-beta
0.2-beta