Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intelliractive/chatcode
Use Bukkit/Spigot API in real time! (Experimental version)
https://github.com/intelliractive/chatcode
bukkit bukkit-api bukkit-plugin minecraft real-time spigot spigot-api
Last synced: about 1 month ago
JSON representation
Use Bukkit/Spigot API in real time! (Experimental version)
- Host: GitHub
- URL: https://github.com/intelliractive/chatcode
- Owner: Intelliractive
- License: gpl-2.0
- Created: 2024-06-03T15:08:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T11:22:40.000Z (8 months ago)
- Last Synced: 2024-11-08T09:03:48.984Z (3 months ago)
- Topics: bukkit, bukkit-api, bukkit-plugin, minecraft, real-time, spigot, spigot-api
- Language: Kotlin
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatCode
## A revolution in the Spigot world!
This plugin makes you able to utilise Spigot API in real time in the game chat!### Usage
Use `/chatcode` to enter [Groovy](https://groovy-lang.org/) shell and create!
To import Bukkit & Spigot classes, use the command and write
`>LOAD< needed-class`, then you can import it in your code. Quit with `>QUIT<`.#### To-do
- [ ] Import Bukkit & Spigot APIs automatically
- [ ] *(?)* Support Sponge & Fabric APIs *(?)*
- [ ] *(?)* Support other programming languages *(?)*### Building
Execute the `shadowJar` *Gradle* task