vector-game

A vector game for education

Лицензия

Лицензия

Группа

Группа

com.github.patrick-mc
Идентификатор

Идентификатор

vector-game
Последняя версия

Последняя версия

1.1
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

vector-game
A vector game for education
Ссылка на сайт

Ссылка на сайт

https://github.com/patrick-mc/vector-game
Система контроля версий

Система контроля версий

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

Скачать vector-game

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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