Skip to content

Commit

Permalink
update to exiled 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikihero committed Nov 3, 2023
1 parent d3bb9b0 commit 7804ecb
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions EventTools/Commands/Deathmatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using CommandSystem;
using Exiled.API.Features;
using Exiled.API.Enums;
using Exiled.API.Features.Doors;
using MEC;
using Exiled.Permissions.Extensions;

Expand Down
1 change: 1 addition & 0 deletions EventTools/Commands/ElevatorLock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using CommandSystem;
using Exiled.API.Enums;
using Exiled.API.Features;
using Exiled.API.Features.Doors;
using Exiled.Permissions.Extensions;

namespace EventTools.Commands
Expand Down
1 change: 1 addition & 0 deletions EventTools/Commands/EventExplode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using CommandSystem;
using Exiled.API.Features;
using Exiled.API.Enums;
using Exiled.API.Features.Doors;
using Exiled.Permissions.Extensions;

namespace EventTools.Commands
Expand Down
3 changes: 1 addition & 2 deletions EventTools/Commands/EventPrep.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
using CommandSystem;
using Exiled.API.Enums;
using Exiled.API.Features;
using Exiled.API.Features.Doors;
using Exiled.API.Features.Pickups;
using Exiled.Permissions.Extensions;
using LightContainmentZoneDecontamination;
using PlayerRoles;
using PlayerRoles.FirstPersonControl;
using Map = PluginAPI.Core.Map;

namespace EventTools.Commands
{
Expand Down
1 change: 1 addition & 0 deletions EventTools/Commands/LockZone.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using CommandSystem;
using Exiled.API.Features;
using Exiled.API.Enums;
using Exiled.API.Features.Doors;
using Exiled.Permissions.Extensions;

namespace EventTools.Commands
Expand Down
1 change: 1 addition & 0 deletions EventTools/Commands/Lottery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using CommandSystem;
using Exiled.API.Features;
using Exiled.API.Enums;
using Exiled.API.Features.Doors;
using MEC;
using UnityEngine;
using Exiled.Permissions.Extensions;
Expand Down
1 change: 1 addition & 0 deletions EventTools/Commands/TeamDeathmatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using CommandSystem;
using Exiled.API.Features;
using Exiled.API.Enums;
using Exiled.API.Features.Doors;
using Exiled.Permissions.Extensions;
using PlayerRoles;

Expand Down
2 changes: 1 addition & 1 deletion EventTools/EventTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<Version>3.8.1</Version>
</PackageReference>
<PackageReference Include="EXILED">
<Version>6.0.0-beta.26</Version>
<Version>8.3.9</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions EventTools/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ namespace EventTools
public class Plugin : Plugin<Config>
{
public static Plugin Instance;
public override Version RequiredExiledVersion => new Version(6,0,0,0);
public override Version Version => new Version(3, 1, 0);
public override string Author => "Miki_hero";
public override Version Version => new Version(4, 0, 0);
public override Version RequiredExiledVersion => new Version(8,3,9,0);

private EventHandlers _eventHandlers;

Expand Down

0 comments on commit 7804ecb

Please sign in to comment.