Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.