Skip to content

🔒 "Secure your gameplay with a swipe—draw your way to safety!"

License

Notifications You must be signed in to change notification settings

Solo-Studio-Development/DrawLock

Repository files navigation

screenshot

🔒 "Secure your gameplay with a swipe—draw your way to safety!"


🚀 For Developers

Although the plugin is not officially listed as a library, you can still integrate it into your project by following these steps:

1️⃣ Create a libs/ folder in your project directory.

2️⃣ Add the latest JAR file to the folder.

3️⃣ Import the plugin like this:

📦 Groovy Gradle:

dependencies {
    implementation files('libs/plugin.jar')
}

📦 Kotlin Gradle:

implementation(files("libs/plugin.jar"))

📦 Maven:

<dependencies>
    <dependency>
        <groupId>net.solostudio</groupId>
        <artifactId>drawlock</artifactId>
        <version>{VERSION}</version>
        <scope>system</scope>
        <systemPath>${project.basedir}/libs/plugin.jar</systemPath>
    </dependency>
</dependencies>

📜 Commands

  • /drawlock reload - Reloads the plugin.
  • /drawlock changepassword - Changes Password.
  • /drawlock reset <player> <fully or not fully> - Resets Password. | If you choose fully, it will reset the password and the player's data. If you choose not fully, it will only reset the password.

🔑 Permissions

  • drawlock.reload
  • drawlock.changepassword
  • drawlock.reset

🔌 Placeholders

  • %dl_last_login% - Shows the date when you logged in last.
  • %dl_created_at% - Shows the date when you created your password.

🤝 Contributing

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!


📜 License

This plugin is licensed under the Apache-2.0 License.

About

🔒 "Secure your gameplay with a swipe—draw your way to safety!"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages