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 a64b781 commit 4b0c62eCopy full SHA for 4b0c62e
CustomCommands/CustomCommands.cs
@@ -5,11 +5,11 @@
5
6
namespace CustomCommands;
7
8
-[MinimumApiVersion(167)]
+[MinimumApiVersion(213)]
9
public partial class CustomCommands : BasePlugin, IPluginConfig<CustomCommandsConfig>
10
{
11
public override string ModuleName => "CustomCommands";
12
- public override string ModuleVersion => "2.0.4";
+ public override string ModuleVersion => "2.1.0";
13
public override string ModuleAuthor => "HerrMagic";
14
public override string ModuleDescription => "Create your own commands per config";
15
0 commit comments