Implementation

Implement your own plugins

Supported Plugins

To have your plugin appear here, contact me on the discord: https://discord.groupez.dev/

zKoth

implementation: 
  name: ZKOTH 
  koth_name: "koth_name" 
  start_now: false

zTotem

implementation: 
  name: ZTOTEM
  totem_name: "totem_name" 
  start_now: false

zAuctionHouse

This implementation allows you to manage the backup of the items.json file

Create an implementation

Source code: https://github.com/Maxlego08/zSchedulers

First step

The first step is to get the SchedulerManager

Implementation

Create a class which will implement Implementation interface.

Now you need to register your implementation:

Last updated