twipe

A twip library for Bukkit

License

License

GroupId

GroupId

com.github.patrick-mc
ArtifactId

ArtifactId

twipe
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

twipe
A twip library for Bukkit
Project URL

Project URL

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

Source Code Management

https://github.com/patrick-mc/twipe

Download twipe

Dependencies

runtime (1)

Group / Artifact Type Version
com.neovisionaries : nv-websocket-client jar 2.14

Project Modules

There are no modules declared in this project.

Twipe

(ko)

Bukkit 서버용 Twip (후원 플랫폼) 라이브러리

사용 방법

플러그인 개발자

  1. 개발 환경에서 의존성으로 이 플러그인으로 추가해주세요.
  2. Bukkit 리스너에서 Twipe 관련 이벤트를 받아주세요 (com.github.patrick.twipe.event 패키지).

서버 운영자

  1. 이 플러그인을 포함한 상태로 1회 이상 서버를 열어주세요. monun 님의 Kotlin Plugin 을 의존성으로 갖습니다.
  2. 플러그인의 config.yml 파일을 열고 형식에 맞게 수정 해주세요.
  3. 재미있게 플레이해주세요!
(en)

A Twip (Donation Platform) library for Bukkit server

How to use

For developers

  1. Add this plugin as a dependency.
  2. Listen to Twipe Events (in com.github.patrick.twipe.event package, Using bukkit listeners).

For server owners

  1. Run bukkit server with this plugin at least once. Requires noonmaru's Kotlin Plugin.
  2. Modify config.yml in plugin data folder.
  3. Enjoy!

Repositories

Gradle (Groovy DSL)

allprojects {
    repositories {
        mavenCentral() // or maven { url 'https://repo.maven.apache.org/maven2/' }
    }
}
dependencies {
    implementation 'com.github.patrick-mc:twipe:1.1.1'
}

Gradle (Kotlin DSL)

allprojects {
    repositories {
        mavenCentral() // or maven("https://repo.maven.apache.org/maven2/")
    }
}
dependencies {
    implementation("com.github.patrick-mc:twipe:1.1.1")
}

Versions

Version
1.1.0
1.0.3
1.0.2
1.0.1
1.0