Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
plusgiant5 authored Nov 18, 2024
1 parent 35a3f77 commit e23bca6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Current plugins for runluau.
Builds directly into the build output folder of [runluau](https://github.com/plusgiant5/runluau) for fast testing.

## How To Use Plugins
Simply put them in the `plugins` folder and they will work. Plugins can do anything to the environment, but all of the plugins here register a global library to access their functions.
A list of the functions the plugins here provide can be found in the [runluau env.d.luau file](https://github.com/plusgiant5/runluau/blob/main/external/env.d.luau).

## How To Create a New Plugin
1. Copy `runluau-template`, and rename it.
2. Rename `runluau-template.vcxproj`, `runluau-template.vcxproj.filters`, and `runluau-template.vcxproj.user` according to the name you chose.
Expand Down

0 comments on commit e23bca6

Please sign in to comment.