| Error while compiling TruePVE: A using clause must precede all other elements defined in the namespace except extern alias declarations | Line: 2935, Pos: 3
UPDATE ISSUE
heya. I am not sure why your compiler is giving such a weird error but there are no compile issues
perhaps your host or some other source is manipulating the plugin files? using clauses are preceding all other elements already as shown here:
using Facepunch;
using Newtonsoft.Json;
using Oxide.Core;
using Oxide.Core.Libraries.Covalence;
using Oxide.Core.Plugins;
using Oxide.Plugins.TruePVEExtensionMethods;
using Rust;
using System;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using UnityEngine;
namespace Oxide.Plugins(11:47:50) | TruePVE was compiled successfully in 1062ms
(11:47:50) | Unloaded plugin TruePVE v2.2.1 by nivex
(11:47:50) | Loaded plugin TruePVE v2.2.1 by nivex