We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f16350 commit a5269f3Copy full SHA for a5269f3
src/CustomValuesTemplateFactory.cs
@@ -38,7 +38,7 @@ public EssentialsPluginFactoryLogicDeviceTemplate()
38
{
39
// Set the minimum Essentials Framework Version
40
// TODO [ ] Update the Essentials minimum framework version which this plugin has been tested against
41
- MinimumEssentialsFrameworkVersion = "1.16.0";
+ MinimumEssentialsFrameworkVersion = "2.4.6";
42
43
// In the constructor we initialize the list with the typenames that will build an instance of this device
44
// TODO [ ] Update the TypeNames for the plugin being developed
0 commit comments