Skip to content

Losin6450/AnvilGUIPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AnvilGUIPlugin

Example:

const AnvilGUI = Java.type('net.wesjd.anvilgui.AnvilGUI');
var player = server.getPlayerExact("Losin6450");
server.broadcastMessage(`${
    new AnvilGUI.Builder()
    .plugin(plugin)
    .onComplete((player, text) => {
        player.sendMessage(text);
    })
    .open(player)}`);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages