0.1.1 • Published 8 months ago

@mcbe-mods/utils v0.1.1

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

mcbe-mods/utils

Provide convenient and practical tools to improve the efficiency of mod development.

Usage

Installation

npm install @mcbe-mods/utils

Codeing

import { splitGroups, color } from '@mcbe-mods/utils'

splitGroups(65) // => [64, 1]
splitGroups(140) // => [64, 64, 12]
splitGroups(65, 16) // => [16, 16, 16, 16, 1]

color.green.italic.bold('Dedicated Ser') + color.reset('ver') + color.red.obfuscated('!!!')
// => '§a§o§lDedicated Ser§rver§c§k!!!'

color.green.italic.bold('Dedicated Ser', color.reset('ver'), color.red.obfuscated('!!!'))
// => '§a§o§lDedicated Ser§rver§c§k!!!'
0.1.1

8 months ago

0.1.0

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

10 months ago