cdk-minecraft-server
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

CDK Minecraft Server

Please advise this library is still a work in progress and pre 1.0

Create an AWS hosted Minecraft server quick and easy within minutes!!

Getting Started

import * as mcServer from 'ckd-minecraft-server'

// Lookup VPC
const vpc = ec2.Vpc.fromLookup(this, 'my-default-vpc', {
    vpcName: 'my-default-vpc',
});

// Create Server
new mcServer.MinecraftServer(this, 'MyMCServer', {
    vpc: vpc,
    gameServerName: 'MyServer',
    serverZipPath: path.join(__dirname, './some/path/modpack.zip'),
});

Readme

Keywords

Package Sidebar

Install

npm i cdk-minecraft-server

Weekly Downloads

1

Version

0.0.4

License

Apache-2.0

Unpacked Size

21.9 MB

Total Files

4248

Last publish

Collaborators

  • hasanaburayyan1992
  • hasanaburayyan-org