0.11.6 • Published 11 months ago

@infernus/fs v0.11.6

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

@infernus/fs

npm npm npm bundle size

A collection of all built-in filterscripts, implemented with @infernus/core.

Getting started

pnpm add @infernus/core @infernus/fs

Example

import { GameMode } from "@infernus/core";
import { A51Base, AdminSpec, AntiFlood, Base, MaxIps } from "@infernus/fs";

GameMode.use(A51Base, { debug: true });
GameMode.use(Base)
  .use(AdminSpec)
  .use(AntiFlood)
  .use(MaxIps, { maxConnections: 1 });
0.11.2

1 year ago

0.11.3

1 year ago

0.11.4

12 months ago

0.11.5

12 months ago

0.11.6

11 months ago

0.11.1

1 year ago

0.11.0

1 year ago

0.10.0

2 years ago

0.10.1

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago