> For the complete documentation index, see [llms.txt](https://skript-mirror.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://skript-mirror.gitbook.io/docs/advanced/loading-external-libraries.md).

# Loading external libraries

Normally, you may only access classes loaded in the server's classpath, such as Java standard library classes, Bukkit classes, and plugin classes. If you want to use third-party libraries that are not included on the server classpath, you must load them through skript-mirror first.

To load a jar file, place it in `plugins/skript-mirror/` (create the folder if it doesn't exist).

Once an external library is loaded, its classes may be imported just like any other class.
