Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Unturned_Plugins
using System; using UnityEngine; using Rocket.API; using Rocket.Unturned.Player; using Rocket.Unturned; using Rocket.Unturned.Commands; using Rocket.Unturned.Chat; using System.Collections.Generic; namespace Sample { public class CommandHello : IRocketCommand { public AllowedCaller AllowedCaller => AllowedCaller.Both; public string Name => "hello"; public string Help => "A sample command"; public string Syntax => "<player>"; public List<string> Aliases => new List<string>(); public List<string> Permissions => new List<string>() { "myplugin.permission" }; public void Execute(IRocketPlayer caller, string[] command) { UnturnedChat.Say("Hello!"); } } }
run
|
edit
|
history
|
help
0
BiologyQuestions
75 94
asdxsaszxasdf
math 10.98
Today's work
Detaylar
okok2
little problem
unsorted array which has a number in the majority (a number appears more than 50% in the array
IFormatProvider Caveat