Skip to content

A minecraft server plugin that allows the creation of custom in-game settings

License

Notifications You must be signed in to change notification settings

00mjk/PlayerSettings

 
 

Repository files navigation

Player Settings

A plugin which allows the creation of custom in-game settings in Minecraft servers. Supports Spigot/Bukkit 1.8 - 1.14.2.

Wiki

The wiki contains a lot of information about the plugin and could help you to have a better understanding of how it works. It also contains information on how to use the api. Before asking for help or making an issue, please refer to the wiki and try to find a fix for your issue. Clearly, if this does not work, you can open an issue.

Read the wiki here: Wiki

Issues

Before opening any issues, make sure you use one of the templates we provide.

Installing

Java 8 or above is required to use this API. Older versions will not work.

First you will need to add the JitPack repository to your pom.xml file.

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Next you need to add the playersettings-api as a dependency.

<dependencies>
    <dependency>
        <groupId>com.github.limbo56.PlayerSettings</groupId>
        <artifactId>playersettings-api</artifactId>
        <version>master-SNAPSHOT</version>
    </dependency>
</dependencies>

License

This repository is under the MIT License. Before doing anything, make sure to read it.

Links

About

A minecraft server plugin that allows the creation of custom in-game settings

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%