Add automatic versioning and server configuration XML in preparation for services
This commit is contained in:
@@ -3,11 +3,15 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Sandbox;
|
||||
using Sandbox.Game.Entities;
|
||||
using Sandbox.Game.World;
|
||||
using Torch.Commands;
|
||||
using VRage.Game.Entity;
|
||||
using VRage.Game.ModAPI;
|
||||
|
||||
namespace TestPlugin
|
||||
{
|
||||
[Category("admin", "tools")]
|
||||
public class Commands : CommandModule
|
||||
{
|
||||
[Command("Ban", "Bans a player from the game")]
|
||||
|
Reference in New Issue
Block a user