All Projects → prism-river → Killy

prism-river / Killy

Licence: apache-2.0
🎮 🆓 Play TiDB in Minecraft! Created by @gaocegege @codeworm96 @hawkingrei in Go Hack 2017

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Killy

Mobarena
MobArena plugin for Minecraft
Stars: ✭ 147 (+149.15%)
Mutual labels:  minecraft, plugin
Craftbook
🔧 Machines, ICs, PLCs, and more!
Stars: ✭ 226 (+283.05%)
Mutual labels:  minecraft, plugin
Advanced Achievements
🎆 Popular plugin that adds unique and challenging achievements to Minecraft servers.
Stars: ✭ 151 (+155.93%)
Mutual labels:  minecraft, plugin
Changeskin
Allows your players to change their skin by command
Stars: ✭ 118 (+100%)
Mutual labels:  minecraft, plugin
Antilaby
AntiLaby plug-in for Bukkit
Stars: ✭ 6 (-89.83%)
Mutual labels:  minecraft, plugin
Nucleus
The Ultimate Essentials Plugin for Sponge.
Stars: ✭ 144 (+144.07%)
Mutual labels:  minecraft, plugin
Fastlogin
Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)
Stars: ✭ 216 (+266.1%)
Mutual labels:  minecraft, plugin
Webconsole
Spigot plugin to manage your server remotely using a web interface
Stars: ✭ 62 (+5.08%)
Mutual labels:  minecraft, plugin
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (+684.75%)
Mutual labels:  minecraft, plugin
Slimefun4
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Stars: ✭ 369 (+525.42%)
Mutual labels:  minecraft, plugin
Xseries
Library for cross-version Minecraft Bukkit support and various efficient API methods.
Stars: ✭ 109 (+84.75%)
Mutual labels:  minecraft, plugin
Transport Pipes
Buildcraft without mods!
Stars: ✭ 21 (-64.41%)
Mutual labels:  minecraft, plugin
Floodgate
Hybrid mode plugin to allow for connections from Geyser to join online mode servers.
Stars: ✭ 101 (+71.19%)
Mutual labels:  minecraft, plugin
Lagmonitor
Monitor performance of your Minecraft server. Similar to VisualVM and Java Mission Control.
Stars: ✭ 147 (+149.15%)
Mutual labels:  minecraft, plugin
Flexiblelogin
A Sponge minecraft server plugin for second factor authentication
Stars: ✭ 73 (+23.73%)
Mutual labels:  minecraft, plugin
Bentobox
Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.
Stars: ✭ 192 (+225.42%)
Mutual labels:  minecraft, plugin
Nocheatplus
Anti cheating plugin for Minecraft (Bukkit/Spigot).
Stars: ✭ 260 (+340.68%)
Mutual labels:  minecraft, plugin
Confiscate
Discover duplication glitches, abusive staff giving items, x-ray or simply poor server economy.
Stars: ✭ 23 (-61.02%)
Mutual labels:  minecraft, plugin
Holovid
Stream videos from websites, all in-game!
Stars: ✭ 31 (-47.46%)
Mutual labels:  minecraft, plugin
Fluent Plugin Splunk Hec
This is the Fluentd output plugin for sending events to Splunk via HEC.
Stars: ✭ 56 (-5.08%)
Mutual labels:  plugin


killy

Play TiDB in Minecraft!


Features Preview

TiDB Cluster Status

Table Status

Query in Minecraft

Instructions

cp -r config/* Server/
git clone https://github.com/prism-river/killy-plugin Killy
cp -r Killy Server/Plugins/
make
./build/killyd -config=example.toml
cd ./Server
./Cuberite

API Specification

TCP Messages

// TCPMessage defines what a message that can be
// sent or received to/from LUA scripts
type TCPMessage struct {
	Cmd  string   `json:"cmd,omitempty"`
	Args []string `json:"args,omitempty"`
	// Id is used to associate requests & responses
	ID   int         `json:"id,omitempty"`
	Data interface{} `json:"data,omitempty"`
}

监控

cmd == 'monitor'

数据库

cmd == 'event' and args == ['table']

Architecture

Authors

See ./AUTHORS.md

Contribution Guide

Feel free to hack on killy! CONTRIBUTING.md will help you to get involved into the development of killy.

ChangeLog

See ./CHANGELOG.md

Acknowledgments

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].