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 ac24f16 commit b2d6492Copy full SHA for b2d6492
CustomCommands/CustomCommands.cs
@@ -9,7 +9,7 @@ namespace CustomCommands;
9
public partial class CustomCommands : BasePlugin, IPluginConfig<CustomCommandsConfig>
10
{
11
public override string ModuleName => "CustomCommands";
12
- public override string ModuleVersion => "2.3.0";
+ public override string ModuleVersion => "3.0.0";
13
public override string ModuleAuthor => "HerrMagic";
14
public override string ModuleDescription => "Create your own commands per config";
15
0 commit comments