I have a plugin that makes web requests and I want to get the plugin version and send it to the server. How dows one get the plugin version?Thanks in advance!
Open the plugin's .cs file and up the top, usually around the 11th line, it will say the plugin name, the author and the version number.
Simply Version would suffice.Other available variables:TitleNameHasConfigHasMessagesMight be more, but can’t lull those from memory.
In response to Wulf (): Simply Version would suffice.Other available variables:TitleName... Awesome, thanks!
In response to LoneWolfAU (): Open the plugin's .cs file and up the top, usually around the 11th line, it will say the... Yeah, sorry, I wasn't entirely clear that I wanted it as a variable. :)