Skip to content

Thinkofname/JSPL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSPL

Download: http://ci.thinkofdeath.co.uk/job/JSPL/

Build: ./gradlew clean shadowJar

Example

var pluginDescription = {
    name: "Test",
    version: "0.1"
};

var TestPlugin = Java.extend(Plugin, {
    onEnable: function () {
        print("Hello world");
        $.on("player/AsyncPlayerChatEvent", function (e) {
            print(e.message);
        });
        $.config.set("testing", "hello world");
        $.saveConfig();
    }
});

var plugin = new TestPlugin();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published