Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.

Development | Custom storage

Dkrieger edited this page Jan 6, 2019 · 1 revision

Use the DKBansStorage interface for implementing a new custom storage.

You can implement every storage option to DKBans, see here our default storages.

Set a storage

BanSystem.getInstance().setStorage(YourStorage);

Storage examples

Clone this wiki locally