This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Reflection; | |
using Oxide.Core.Plugins; | |
using Oxide.Game.Rust; | |
using ProtoBuf; | |
using UnityEngine; | |
namespace Oxide.Plugins | |
{ | |
[Info("AutoCupboard", "DefaultPlayer", "1.1")] | |
public class AutoCupboard : RustPlugin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections.Generic; | |
using System; | |
using System.Reflection; | |
using UnityEngine; | |
using Oxide.Core; | |
using Facepunch; | |
namespace Oxide.Plugins | |
{ | |
[Info("Copy Paste", "Reneb & VVoid & Alex", "2.2.15")] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Reference: Oxide.Ext.RustUI | |
using System.IO; | |
using RustUI; | |
using RustUI.UIComponents; | |
using UnityEngine; | |
using UnityEngine.UI; | |
namespace Oxide.Plugins | |
{ | |
[Info("UITest", "DefaultPlayer", "1.0")] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections.Generic; | |
using System; | |
using System.Reflection; | |
using UnityEngine; | |
using Oxide.Core; | |
namespace Oxide.Plugins | |
{ | |
[Info("Copy Paste", "Reneb & VVoid", "2.2.5")] | |
class CopyPaste : RustPlugin |