Go to file
2022-12-06 02:11:21 +01:00
api Fix handlers and added some more logging 2022-12-06 01:17:16 +01:00
gradle/wrapper Contents have differences only in the file headers. 2022-10-19 17:13:12 +02:00
plugin Removed logging 2022-12-06 02:11:21 +01:00
.gitignore Add .gitignore 2022-10-19 17:11:43 +02:00
build.gradle.kts Fixed order of retrieving data from bytestream, improved naming, adding logging 2022-12-05 21:36:24 +01:00
gradlew IntelliJ on Linux updating gradlew files 2022-09-26 17:12:52 +02:00
gradlew.bat Initial commit 2022-09-26 14:50:30 +02:00
LICENSE Add a LICENSE 2022-10-19 19:25:04 +02:00
README.md Add a README.md 2022-10-19 19:44:49 +02:00
settings.gradle.kts Init modules 2022-10-19 17:31:09 +02:00

DataLockLib


Developer API

Repository

repositories {
    maven {
        url = uri("https://repo.destro.xyz/snapshots")
    }
}

dependencies {
    compileOnly("com.alttd.datalock:api:1.0.0-SNAPSHOT")
}

Usage

An instance of DataLock can be obtained by using this code.

DataLockAPI datalock = DataLockAPI.get();

Downloads

There are currently no downloads provided. Jars can only be obtained by building from source.

Building

Initial setup

Clone the repo using git clone https://github.com/Altitude-Devs/DataLockLib.git.

Building

Use the command ./gradlew build --stacktrace in the project root directory. The compiled jar will be placed in directory /plugin/build/libs/.

Commands

Command Description Permission

Permissions

Permission Description

Configuration


Support

License

LICENSE