资源简介
代码片段和文件信息
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
- 上一篇:计算器的C#实现
- 下一篇:Paypal支付使用方法
相关资源
- 极速北京对时(VB.NET代码)
- C# 飞行棋 游戏源码(面向对象入门)
- UDP Messenger 1.0.unitypackage
- 猜数小游戏WCF网络编程技术(附服务
- 去雾算法halcon代码实现
- 谷歌插件直接通过C#安装
- 用鼠标拖动无边框窗体功能的实现代
- AD 操作 Helper类代码
- 2048游戏完整(学会界面和逻辑解耦)
- 模拟器命令C#封装
- 357game(数字游戏源码)
- 猜数游戏
- 使用VCSharp.net开发BOS插件
- Jquery 相册插件 完整
- windows mobile 游戏
- C#批量格式化文档插件源码
- C# orm 入门级代码
- QQMsg群发源代码,好东西啊,运营用最
- C# 飞行棋 游戏
- C# 买酒换酒 解题思路代码(酒瓶换啤
- C#飞行棋 游戏
- 抓取新浪微博好友动态(可参考读取
- kindeditor编辑器 黏贴图片自动上传插件
- wcf restful简单实现代码
-
C# MediaPla
yer 播放声音 - C# 高斯正反算,邻带换算代码
- ini_Read/Write 类库代码
- c#代码
- c# 猜数游戏
- c#窗体应用双色球小游戏(附文档)
评论
共有 条评论