1.0.2 • Published 11 months ago

minecraft-format-codes v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

minecraft-format-codes

Typescript Enums for minecraft's color codes and format codes. Includes color codes from both minecraft java and bedrock, but is mainly intended to work with the minecraft bedrock scripting api.

import { BedrockColorCodes } from "minecraft-format-codes";
import { world } from "@minecraft/server";

world.afterEvents.playerEmoting.subscribe(arg => {
    world.sendMessage(`${BedrockColorCodes.Green} ${arg.player.name} is emoting!`);
})
1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago