Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timbru31/bukkit-kotlin-demo
🛠🚧 small Kotlin demo plugin for Bukkit
https://github.com/timbru31/bukkit-kotlin-demo
bukkit craftbukkit java kotlin spigot
Last synced: 12 days ago
JSON representation
🛠🚧 small Kotlin demo plugin for Bukkit
- Host: GitHub
- URL: https://github.com/timbru31/bukkit-kotlin-demo
- Owner: timbru31
- License: mit
- Archived: true
- Created: 2017-05-19T15:01:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T09:16:29.000Z (over 1 year ago)
- Last Synced: 2024-09-19T04:56:34.957Z (5 months ago)
- Topics: bukkit, craftbukkit, java, kotlin, spigot
- Language: Kotlin
- Homepage: https://ci.dustplanet.de/job/bukkit-kotlin-demo/
- Size: 65.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KotlinDemo
[![Known Vulnerabilities](https://snyk.io/test/github/timbru31/bukkit-kotlin-demo/badge.svg)](https://snyk.io/test/github/timbru31/bukkit-kotlin-demo)[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE.md)
## Info
This proof of concept shows that the advantages of Kotlin can be used in the Bukkit context.
This small plugin greets the user once he joins and can send a greeting message to all users with `/kotlin`.There are some different Kotlin syntax features that are used in the showcase.
## Command
| Command | Description |
|:--------|:-----------------|
| kotlin | Greets all users |---
Built by (c) Tim Brust and contributors. Released under the MIT license.