Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjosif committed Nov 2, 2020
1 parent c03eae5 commit b87d2e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AdminTools/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ namespace AdminTools
{
public class Plugin : Plugin<Config>
{
public override string Author { get; } = "Galaxy119";
public override string Author { get; } = "Originally by Galaxy119. Modifications by KoukoCocoa & Thomasjosif";
public override string Name { get; } = "Admin Tools";
public override string Prefix { get; } = "AT";
public override Version Version { get; } = new Version(2, 6, 1);
public override Version RequiredExiledVersion { get; } = new Version(2, 0, 0);
public EventHandlers EventHandlers;
public static System.Random NumGen = new System.Random();
public static List<Jailed> JailedPlayers = new List<Jailed>();
Expand Down

0 comments on commit b87d2e1

Please sign in to comment.