Jire / Abendigo

A free as in both freedom and free beer game modding platform using Kotlin on the JVM.
GNU General Public License v3.0
57 stars 56 forks source link

How to disable plugins? #59

Closed dichromatic closed 7 years ago

dichromatic commented 7 years ago

i might sound dumb, but I'm new to this sort of thing. So how do i disable a specific plugin?

Jire commented 7 years ago

Comment it out by adding // in front of the enable line in the Abendigo.kt file.