Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timbru31/bukkit-xtend-demo
🛠🚧 small Xtend demo plugin for Bukkit
https://github.com/timbru31/bukkit-xtend-demo
bukkit craftbukkit java spigot xtend
Last synced: 9 days ago
JSON representation
🛠🚧 small Xtend demo plugin for Bukkit
- Host: GitHub
- URL: https://github.com/timbru31/bukkit-xtend-demo
- Owner: timbru31
- License: mit
- Archived: true
- Created: 2014-11-03T22:23:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T14:01:37.000Z (over 1 year ago)
- Last Synced: 2024-10-02T09:45:46.532Z (4 months ago)
- Topics: bukkit, craftbukkit, java, spigot, xtend
- Language: Xtend
- Homepage: https://ci.dustplanet.de/job/bukkit-xtend-demo/
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XtendDemo
[![Known Vulnerabilities](https://snyk.io/test/github/timbru31/bukkit-xtend-demo/badge.svg)](https://snyk.io/test/github/timbru31/bukkit-xtend-demo)[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE.md)
## Info
This proof of concept shows that the advantages of Xtend can be used in the (Craft)Bukkit context.
This small plugin greets the user once he joins and can send a greeting message to all users with `/xtend`.There are some different Xtend syntax features that are used in the showcase.
## Command
| Command | Description |
|:--------|:-----------------|
| xtend | Greets all users |---
Built by (c) Tim Brust and contributors. Released under the MIT license.