• 大小: 4.68KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-23
  • 语言: C#
  • 标签: 代码  插件  游戏  

资源简介


资源截图

代码片段和文件信息

using Oxide.Core;
using System;
using System.Collections.Generic;
using System.Text.Regularexpressions;

namespace Oxide.Plugins
{
    [Info(“Admin Tools“ “Noviets“ “1.4.2“ ResourceId = 1584)]
    [Description(“Kick ban temp ban mute freeze and godmode with permissions“)]
    public class AdminTools : HurtworldPlugin
    {
        private new void LoadDefaultMessages()
        {
            lang.RegisterMessages(new Dictionary
            {
                {“nopermission““You dont have Permission to do this!“}
                {“playernotfound““That player does not exist or is not online.“}
                {“noreason““You must provide a reason to kick.“}
                {“banfail““Incorrect Usage: /Ban (Player|IP|SteamID)“}
                {“tempbanfail““Incorrect Usage: /TempBan (Player|IP|SteamID) (Duration in minutes)“}
                {“godfail““Incorrect Usage: /Godmode (on|off)“}
                {“unbanfail““Invalid SteamID

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      40266  2020-04-08 00:29  AdminTools.cs

----------- ---------  ---------- -----  ----

                40266                    1


评论

共有 条评论