Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

gmitch215/Lightning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Lightning

Reflection-Based Spigot HTTP Protocol

Backstory

Click to View

I was looking around to see why nobody had thought of an idea to use HTTP Requests for the Spigot API, and wondered how useful it would be for external applications to easily send GET requests to fetch and execute methods. Then this was born.

Usage

Please read the wiki page to learn more about how to use Lightning.

Lightning Plugin

To use the plugin, download it at our spigot page.

Lightning API

JitPack Version JitCI

Maven

	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
	<dependency>
	    <groupId>com.github.GamerCoder215</groupId>
	    <artifactId>Lightning</artifactId>
	    <version>master-SNAPSHOT</version>
	</dependency>

Gradle

	repositories {
		maven { url 'https://jitpack.io' }
	}
	dependencies {
	        implementation 'com.github.GamerCoder215:Lightning:master-SNAPSHOT'
	}

About

Reflection-Based Spigot HTTP Protocol

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages