Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
/ SuperMatchmaker Public archive

Matchmaker is a cross-platform matchmaking plugin for Waterfall, Velocity, and PaperSpigot>=1.8.8.

License

Notifications You must be signed in to change notification settings

regulad/SuperMatchmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperMatchmaker

SuperMatchmaker is a cross-platform matchmaking plugin for Velocity, Waterfall and PaperSpigot>=1.8.8.

Glowstone and Sponge support coming soon.

Developers

Maven

Insert the following snippets into your POM.xml.

For the repository:

<repositories>
    ...
    <repository>
        <id>github</id>
        <name>GitHub Packages</name>
        <url>https://maven.pkg.github.com/regulad/SuperMatchmaker</url>
    </repository>
    ...
</repositories>

For the dependency:

<dependencies>
    ...
    <dependency>
        <groupId>quest.ender</groupId>
        <artifactId>common</artifactId>
        <version>{version}</version>
    </dependency>
    ...
</dependencies>

Replace {version} with the current version. You can see the current version below. Don't include the "v".

Current Version

The name of the plugin on PaperSpigot and Waterfall is Matchmaker for compatability reasons. On any and all other platforms, it is simply SuperMatchmaker

API Usage

MatchmakerAPI api=MatchmakerAPI.getInstance();

        CompletableFuture<Collection<String>>games=api.getGames();

        games.thenApply((gameCollection)->{
        for(String game:gameCollection){
        System.out.println(game);
        }
        });

About

Matchmaker is a cross-platform matchmaking plugin for Waterfall, Velocity, and PaperSpigot>=1.8.8.

Resources

License

Stars

Watchers

Forks

Languages