Skip to content

Salam-Boy/devious-plugins-extended

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugins

The Unethical plugins are actively maintained and should be working.

The Hoot plugins are not maintained, they were created purely to experiment with and should be deemed unstable.

To build

image

  • build jar on each script as needed image

  • add this to into build.gradle.kts inside tasks { } <- should be at the bottom

withType<Jar> {
            doLast {
                copy {
                    from("./build/libs/")
                    into("my plugins folder path")
                }
            }
        }
  • plugins will be in ~/.openosrs/plugins this is where your plugin folder is!

  • Enable HotSWAP:

image

You need to point the path like in the picture to your plugins folder.

Dont forget the to add the plugin to settings.gradle.kts this will allow gradle build to detect it, the plugin must also have a corresponding gradle build file (plugin-name.gradle.kts) in the
source folder of the plugin!

About

Devious Client compatible plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.0%
  • Kotlin 10.0%