-
-
Notifications
You must be signed in to change notification settings - Fork 11
Running Plugin From Source
Visit this page from Oracle to find the Java Standard Development Kit installation instructions for your operating system:
Java SDK Installation Instructions
The Community Edition is more than sufficient for our purposes. It is free to download and use. Click Here to Download Intellij IDEA Community Edition
Go ahead and open Intellij IDEA. Select Get From VCS (version control system) in the top-right corner of the welcome screen.
Make sure that your version control software is set to Git. Paste our GitHub repository's URL (https://github.com/Bot-detector/bot-detector) into the URL field, and if desired select a custom directory for the files to be placed into.
On the left side of the Intellij window, select the Project tab if it is not already highlighted. Use the file tree explorer to navigate to (folder names are in bold) src -> test -> java -> com.botdetector where you will see a file named BotDetectorPluginTest.java. Right-click on this file and select Run 'BotDetectorPluginTest.main()'. Provided that you have RuneLite installed on your system you should see your client launch.
After doing this once you may simply click the green arrow icon in the top-right corner of the window to launch the client, or alternatively you can use the keyboard shortcut Shift+F10.