🔒 "Secure your gameplay with a swipe—draw your way to safety!"
Although the plugin is not officially listed as a library, you can still integrate it into your project by following these steps:
dependencies {
implementation files('libs/plugin.jar')
}implementation(files("libs/plugin.jar"))<dependencies>
<dependency>
<groupId>net.solostudio</groupId>
<artifactId>drawlock</artifactId>
<version>{VERSION}</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/plugin.jar</systemPath>
</dependency>
</dependencies>/drawlock reload- Reloads the plugin./drawlock changepassword- Changes Password./drawlock reset <player> <fully or not fully>- Resets Password. | If you choosefully, it will reset the password and the player's data. If you choosenot fully, it will only reset the password.
drawlock.reloaddrawlock.changepassworddrawlock.reset
%dl_last_login%- Shows the date when you logged in last.%dl_created_at%- Shows the date when you created your password.
Contributions are always welcome! If you have ideas for improvements, feel free to join the Discord server and open a ticket. Let's build something awesome together!
This plugin is licensed under the Apache-2.0 License.
