Skip to content
forked from craft-together/Weg

An AFK plugin for 1.18 minecraft

License

Notifications You must be signed in to change notification settings

PolarianDev/weg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Weg

An AFK plugin for 1.18 minecraft, provides an API to allow other plugins to listen for AFK events

Downloads

To download the plugin go to releases

Developers

Replace VERSION with the latest version (see badges at the top of the README)

Gradle:

repositories {
    maven {
        url = 'https://repo.polarian.dev/repo'
    }
    maven {
        name = 'papermc-repo'
        url = 'https://papermc.io/repo/repository/maven-public/'
    }
}
dependencies {
    compileOnly 'xyz.crafttogether:weg:VERSION'
    compileOnly 'io.papermc.paper:paper-api:1.18.1-R0.1-SNAPSHOT'
}

Maven:

<repository>
    <repository>
        <id>papermc-repo</id>
        <url>https://papermc.io/repo/repository/maven-public/</url>
    </repository>
    <repository>
        <id>polarian-repo</id>
        <url>https://repo.polarian.dev/repo</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>xyz.crafttogether</groupId>
        <artifactId>weg</artifactId>
        <version>VERSION</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

Contributors

Xerition - Lead developer
PolarianDev - Developer

About

An AFK plugin for 1.18 minecraft

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 80.5%
  • Shell 19.5%